summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/vsp1
AgeCommit message (Expand)AuthorFilesLines
2018-08-15Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds9-110/+467
2018-08-08media: vsp1_dl: add a description for cmdpool fieldMauro Carvalho Chehab1-1/+1
2018-08-03media: vsp1: Support Interlaced display pipelinesKieran Bingham5-5/+88
2018-08-03media: vsp1: Provide support for extended command poolsKieran Bingham2-0/+196
2018-08-03media: vsp1: Add support for extended display list headersKieran Bingham5-4/+133
2018-08-03media: vsp1: Use header display lists for all WPF outputs linked to the DUKieran Bingham1-81/+27
2018-08-03media: vsp1: Provide VSP1 feature helper macroKieran Bingham3-11/+13
2018-08-03media: vsp1: Clean up DLM objects on errorKieran Bingham1-1/+3
2018-08-03media: vsp1: Remove unused display list structure fieldKieran Bingham1-2/+0
2018-08-03media: vsp1: Rename dl_child to dl_nextKieran Bingham1-7/+7
2018-08-03media: vsp1: use kernel __packed for structuresKieran Bingham1-3/+3
2018-08-03media: vsp1: drm: Fix minor grammar errorKieran Bingham1-1/+1
2018-07-30media: v4l: vsp1: Fix deadlock in VSPDL DRM pipelinesLaurent Pinchart1-3/+1
2018-07-27media: vsp1: Document vsp1_dl_body refcntKieran Bingham1-0/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+2
2018-05-25media: vsp1: Move video configuration to a cached dlbKieran Bingham4-30/+56
2018-05-25media: vsp1: Adapt entities to configure into a bodyKieran Bingham21-169/+194
2018-05-25media: vsp1: Refactor display list configure operationsKieran Bingham16-420/+422
2018-05-25media: vsp1: Use reference counting for bodiesKieran Bingham3-4/+26
2018-05-25media: vsp1: Convert display lists to use new body poolKieran Bingham6-180/+100
2018-05-25media: vsp1: Provide a body poolKieran Bingham2-0/+171
2018-05-25media: vsp1: Protect bodies against overflowKieran Bingham1-0/+7
2018-05-25media: vsp1: Reword uses of 'fragment' as 'body'Kieran Bingham4-72/+70
2018-05-25media: vsp1: Move video suspend resume handling to video objectKieran Bingham5-75/+80
2018-05-25media: vsp1: Release buffers for each video nodeKieran Bingham1-8/+13
2018-05-17media: v4l: vsp1: Integrate DISCOM in display pipelineLaurent Pinchart2-3/+119
2018-05-17media: v4l: vsp1: Add support for the DISCOM entityLaurent Pinchart8-1/+376
2018-05-17media: v4l: vsp1: Extend the DU API to support CRC computationLaurent Pinchart2-3/+5
2018-05-17media: v4l: vsp1: Reset the crop and compose rectangles in the set_fmt helperLaurent Pinchart2-55/+20
2018-05-17media: v4l: vsp1: Share the CLU, LIF and LUT set_fmt pad operation codeLaurent Pinchart5-160/+116
2018-05-17media: v4l: vsp1: Use SPDX license headersLaurent Pinchart37-186/+39
2018-05-04media: v4l: vsp1: Rename BRU to BRxLaurent Pinchart13-234/+234
2018-05-04media: v4l: vsp1: Add BRx dynamic assignment debugging messagesLaurent Pinchart1-0/+14
2018-05-04media: v4l: vsp1: Assign BRU and BRS to pipelines dynamicallyLaurent Pinchart2-26/+144
2018-05-04media: v4l: vsp1: Generalize detection of entity removal from DRM pipelineLaurent Pinchart1-7/+7
2018-05-04media: v4l: vsp1: Add per-display list internal completion notification supportLaurent Pinchart4-4/+26
2018-05-04media: v4l: vsp1: Turn frame end completion status into a bitfieldLaurent Pinchart6-19/+26
2018-05-04media: v4l: vsp1: Move DRM pipeline output setup code to a functionLaurent Pinchart1-46/+60
2018-05-04media: v4l: vsp1: Replace manual DRM pipeline input setup in vsp1_du_setup_lifLaurent Pinchart1-34/+6
2018-05-04media: v4l: vsp1: Setup BRU at atomic commit timeLaurent Pinchart2-1/+60
2018-05-04media: v4l: vsp1: Move DRM atomic commit pipeline setup to separate functionLaurent Pinchart1-167/+180
2018-05-04media: v4l: vsp1: Share duplicated DRM pipeline configuration codeLaurent Pinchart1-52/+43
2018-05-04media: v4l: vsp1: Use vsp1_entity.pipe to check if entity belongs to a pipelineLaurent Pinchart1-4/+4
2018-05-04media: v4l: vsp1: Store pipeline pointer in vsp1_entityLaurent Pinchart8-47/+34
2018-05-04media: v4l: vsp1: Remove unused field from vsp1_drm_pipeline structureLaurent Pinchart2-6/+0
2018-05-04media: v4l: vsp1: Don't start/stop media pipeline for DRMLaurent Pinchart1-17/+1
2018-04-04media: vsp1: Fix BRx conditional path in WPFKieran Bingham1-1/+1
2018-02-26media: v4l: vsp1: Fix video output on R8A77970Sergei Shtylyov2-0/+18
2018-02-26media: v4l: vsp1: Fix mask creation for MULT_ALPHA_RATIOWolfram Sang1-1/+1
2018-02-26media: v4l: vsp1: Print the correct blending unit name in debug messagesLaurent Pinchart1-13/+8