aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vsp1
AgeCommit message (Expand)Author
2019-11-20media: vsp1: Fix YCbCr planar formats pitch calculationKoji Matsuoka
2019-11-20media: vsp1: Fix vsp1_regs.h license headerLaurent Pinchart
2019-10-05media: vsp1: fix memory leak of dl on error return pathColin Ian King
2018-08-15Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-08-08media: vsp1_dl: add a description for cmdpool fieldMauro Carvalho Chehab
2018-08-03media: vsp1: Support Interlaced display pipelinesKieran Bingham
2018-08-03media: vsp1: Provide support for extended command poolsKieran Bingham
2018-08-03media: vsp1: Add support for extended display list headersKieran Bingham
2018-08-03media: vsp1: Use header display lists for all WPF outputs linked to the DUKieran Bingham
2018-08-03media: vsp1: Provide VSP1 feature helper macroKieran Bingham
2018-08-03media: vsp1: Clean up DLM objects on errorKieran Bingham
2018-08-03media: vsp1: Remove unused display list structure fieldKieran Bingham
2018-08-03media: vsp1: Rename dl_child to dl_nextKieran Bingham
2018-08-03media: vsp1: use kernel __packed for structuresKieran Bingham
2018-08-03media: vsp1: drm: Fix minor grammar errorKieran Bingham
2018-07-30media: v4l: vsp1: Fix deadlock in VSPDL DRM pipelinesLaurent Pinchart
2018-07-27media: vsp1: Document vsp1_dl_body refcntKieran Bingham
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-05-25media: vsp1: Move video configuration to a cached dlbKieran Bingham
2018-05-25media: vsp1: Adapt entities to configure into a bodyKieran Bingham
2018-05-25media: vsp1: Refactor display list configure operationsKieran Bingham
2018-05-25media: vsp1: Use reference counting for bodiesKieran Bingham
2018-05-25media: vsp1: Convert display lists to use new body poolKieran Bingham
2018-05-25media: vsp1: Provide a body poolKieran Bingham
2018-05-25media: vsp1: Protect bodies against overflowKieran Bingham
2018-05-25media: vsp1: Reword uses of 'fragment' as 'body'Kieran Bingham
2018-05-25media: vsp1: Move video suspend resume handling to video objectKieran Bingham
2018-05-25media: vsp1: Release buffers for each video nodeKieran Bingham
2018-05-17media: v4l: vsp1: Integrate DISCOM in display pipelineLaurent Pinchart
2018-05-17media: v4l: vsp1: Add support for the DISCOM entityLaurent Pinchart
2018-05-17media: v4l: vsp1: Extend the DU API to support CRC computationLaurent Pinchart
2018-05-17media: v4l: vsp1: Reset the crop and compose rectangles in the set_fmt helperLaurent Pinchart
2018-05-17media: v4l: vsp1: Share the CLU, LIF and LUT set_fmt pad operation codeLaurent Pinchart
2018-05-17media: v4l: vsp1: Use SPDX license headersLaurent Pinchart
2018-05-04media: v4l: vsp1: Rename BRU to BRxLaurent Pinchart
2018-05-04media: v4l: vsp1: Add BRx dynamic assignment debugging messagesLaurent Pinchart
2018-05-04media: v4l: vsp1: Assign BRU and BRS to pipelines dynamicallyLaurent Pinchart
2018-05-04media: v4l: vsp1: Generalize detection of entity removal from DRM pipelineLaurent Pinchart
2018-05-04media: v4l: vsp1: Add per-display list internal completion notification supportLaurent Pinchart
2018-05-04media: v4l: vsp1: Turn frame end completion status into a bitfieldLaurent Pinchart
2018-05-04media: v4l: vsp1: Move DRM pipeline output setup code to a functionLaurent Pinchart
2018-05-04media: v4l: vsp1: Replace manual DRM pipeline input setup in vsp1_du_setup_lifLaurent Pinchart
2018-05-04media: v4l: vsp1: Setup BRU at atomic commit timeLaurent Pinchart
2018-05-04media: v4l: vsp1: Move DRM atomic commit pipeline setup to separate functionLaurent Pinchart
2018-05-04media: v4l: vsp1: Share duplicated DRM pipeline configuration codeLaurent Pinchart
2018-05-04media: v4l: vsp1: Use vsp1_entity.pipe to check if entity belongs to a pipelineLaurent Pinchart
2018-05-04media: v4l: vsp1: Store pipeline pointer in vsp1_entityLaurent Pinchart
2018-05-04media: v4l: vsp1: Remove unused field from vsp1_drm_pipeline structureLaurent Pinchart
2018-05-04media: v4l: vsp1: Don't start/stop media pipeline for DRMLaurent Pinchart
2018-04-04media: vsp1: Fix BRx conditional path in WPFKieran Bingham