aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du/rcar_du_vsp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-07drm: rcar-du: Add DRM_MODE_BLEND_PIXEL_NONE supportTakanari Hayama1-1/+19
2022-09-07drm: rcar-du: Add DRM_MODE_BLEND_PREMULTI supportTakanari Hayama1-0/+6
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich1-1/+1
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich1-2/+2
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich1-2/+2
2022-08-01Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-14/+5
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann1-1/+0
2022-07-07drm: rcar-du: Lift z-pos restriction on primary plane for Gen3Laurent Pinchart1-8/+3
2022-07-07drm: rcar-du: Add num_rpf to struct rcar_du_device_infoBiju Das1-5/+1
2022-07-07drm: rcar-du: Drop file name from comment header blocksLaurent Pinchart1-1/+1
2022-06-20drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-03-04Merge tag 'drm-misc-next-2022-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+0
2022-03-03drm: rcar-du: Don't restart group when enabling plane on Gen3Laurent Pinchart1-9/+0
2022-02-25drm/rcar: plane: Remove redundant zpos initialisationMaxime Ripard1-1/+0
2021-10-07drm: rcar-du: Allow importing non-contiguous dma-buf with VSPLaurent Pinchart1-5/+31
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard1-1/+1
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-1/+2
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard1-1/+2
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-1/+4
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-3/+4
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann1-2/+2
2021-01-05drm: rcar-du: Embed drm_device in rcar_du_deviceLaurent Pinchart1-3/+3
2021-01-05drm: rcar-du: Use DRM-managed allocation for VSP planesLaurent Pinchart1-5/+17
2021-01-05drm: rcar-du: Release vsp device reference in all error pathsLaurent Pinchart1-1/+1
2020-09-23Merge tag 'du-next-20200922' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie1-1/+13
2020-09-22drm: rcar-du: Put reference to VSP deviceLaurent Pinchart1-0/+12
2020-09-22drm: rcar-du: Fix crash when enabling a non-visible planeLaurent Pinchart1-1/+1
2020-09-10drm: rcar-du: fix common struct sg_table related issuesMarek Szyprowski1-2/+1
2020-05-14drm: rcar-du: Set primary plane zpos immutably at initializingTomohito Esaki1-6/+8
2019-03-28drm: rcar-du: Link CRTCs to the DU deviceKieran Bingham1-1/+1
2019-03-18drm: rcar-du: Add writeback support for R-Car Gen3Laurent Pinchart1-0/+5
2019-03-18drm: rcar-du: vsp: Extract framebuffer (un)mapping to separate functionsLaurent Pinchart1-26/+41
2019-03-18drm: rcar-du: Store V4L2 fourcc in rcar_du_format_info structureLaurent Pinchart1-38/+6
2019-03-18media: vsp1: drm: Extend frame completion API to the DU driverLaurent Pinchart1-2/+2
2019-02-07drm/rcar-du: prepare for drmP.h removal from drm_modeset_helper.hSam Ravnborg1-0/+1
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+0
2019-01-14drm: rcar-du: Remove inclusion of drmP.hLaurent Pinchart1-1/+0
2018-09-15drm: rcar-du: Remove packed VYUY supportKieran Bingham1-2/+0
2018-09-14drm: rcar-du: Support interlaced video output through vsp1Kieran Bingham1-0/+1
2018-09-14drm: rcar-du: Convert to SPDX identifiersKuninori Morimoto1-5/+1
2018-08-06drm: rcar-du: Use __drm_atomic_helper_plane_reset instead of copying the logicAlexandru Gheorghe1-4/+1
2018-06-07Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-2/+10
2018-05-17media: drm: rcar-du: Add support for CRC computationLaurent Pinchart1-0/+6
2018-05-17media: v4l: vsp1: Extend the DU API to support CRC computationLaurent Pinchart1-2/+4
2018-05-17drm: rcar-du: Fix build failureLaurent Pinchart1-1/+0
2018-05-15Merge branch 'drm/du/next' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie1-3/+7
2018-05-05drm: rcar-du: Track dma-buf fencesEmre Ucan1-0/+5
2018-04-26drm: rcar-du: Zero-out sg_tables when duplicating plane stateLaurent Pinchart1-3/+2
2018-04-16drm/rcar-du: Convert to the new generic alpha propertyMaxime Ripard1-38/+4