aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du/rcar_du_vsp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-04drm: rcar-du: Clip planes to screen boundariesLaurent Pinchart1-19/+23
2017-12-04drm: rcar-du: Share plane atomic check code between Gen2 and Gen3Laurent Pinchart1-21/+1
2017-08-10Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-3/+2
2017-08-08drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter1-1/+0
2017-08-03drm: rcar-du: Repair vblank for DRM page flips using the VSPKieran Bingham1-2/+6
2017-08-03drm: rcar-du: Support multiple sources from the same VSPLaurent Pinchart1-19/+18
2017-08-03drm: rcar-du: Fix comments to comply with the kernel coding styleLaurent Pinchart1-2/+4
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-2/+2
2017-07-29v4l: vsp1: Add pipe index argument to the VSP-DU APILaurent Pinchart1-6/+6
2017-06-09drm: rcar-du: Map memory through the VSP deviceLaurent Pinchart1-6/+68
2017-05-22drm: rcar-du: Register a completion callback with VSP1Kieran Bingham1-0/+9
2017-03-09Merge tag 'media/v4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-2/+6
2017-03-07[media] v4l: vsp1: Adapt vsp1_du_setup_lif() interface to use a structureKieran Bingham1-2/+6
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-2/+2
2016-07-29drm: rcar: use generic code for managing zpos plane propertyBenjamin Gaignard1-9/+5