summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du/rcar_du_vsp.c
Commit message (Expand)AuthorAgeFilesLines
* drm: rcar-du: Link CRTCs to the DU deviceKieran Bingham2019-03-281-1/+1
* drm: rcar-du: Add writeback support for R-Car Gen3Laurent Pinchart2019-03-181-0/+5
* drm: rcar-du: vsp: Extract framebuffer (un)mapping to separate functionsLaurent Pinchart2019-03-181-26/+41
* drm: rcar-du: Store V4L2 fourcc in rcar_du_format_info structureLaurent Pinchart2019-03-181-38/+6Star
* media: vsp1: drm: Extend frame completion API to the DU driverLaurent Pinchart2019-03-181-2/+2
* drm/rcar-du: prepare for drmP.h removal from drm_modeset_helper.hSam Ravnborg2019-02-071-0/+1
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+0Star
* drm: rcar-du: Remove inclusion of drmP.hLaurent Pinchart2019-01-141-1/+0Star
* drm: rcar-du: Remove packed VYUY supportKieran Bingham2018-09-151-2/+0Star
* drm: rcar-du: Support interlaced video output through vsp1Kieran Bingham2018-09-141-0/+1
* drm: rcar-du: Convert to SPDX identifiersKuninori Morimoto2018-09-141-5/+1Star
* drm: rcar-du: Use __drm_atomic_helper_plane_reset instead of copying the logicAlexandru Gheorghe2018-08-061-4/+1Star
* Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-06-071-2/+10
|\
| * media: drm: rcar-du: Add support for CRC computationLaurent Pinchart2018-05-171-0/+6
| * media: v4l: vsp1: Extend the DU API to support CRC computationLaurent Pinchart2018-05-171-2/+4
* | drm: rcar-du: Fix build failureLaurent Pinchart2018-05-171-1/+0Star
* | Merge branch 'drm/du/next' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie2018-05-151-3/+7
|\ \
| * | drm: rcar-du: Track dma-buf fencesEmre Ucan2018-05-051-0/+5
| * | drm: rcar-du: Zero-out sg_tables when duplicating plane stateLaurent Pinchart2018-04-261-3/+2Star
| |/
* / drm/rcar-du: Convert to the new generic alpha propertyMaxime Ripard2018-04-161-38/+4Star
|/
* drm: rcar-du: Clip planes to screen boundariesLaurent Pinchart2017-12-041-19/+23
* drm: rcar-du: Share plane atomic check code between Gen2 and Gen3Laurent Pinchart2017-12-041-21/+1Star
* Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-08-101-3/+2Star
|\
| * drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter2017-08-081-1/+0Star
| * drm: Plumb modifiers through plane initBen Widawsky2017-08-011-2/+2
* | drm: rcar-du: Repair vblank for DRM page flips using the VSPKieran Bingham2017-08-031-2/+6
* | drm: rcar-du: Support multiple sources from the same VSPLaurent Pinchart2017-08-031-19/+18Star
* | drm: rcar-du: Fix comments to comply with the kernel coding styleLaurent Pinchart2017-08-031-2/+4
* | v4l: vsp1: Add pipe index argument to the VSP-DU APILaurent Pinchart2017-07-291-6/+6
|/
* drm: rcar-du: Map memory through the VSP deviceLaurent Pinchart2017-06-091-6/+68
* drm: rcar-du: Register a completion callback with VSP1Kieran Bingham2017-05-221-0/+9
* Merge tag 'media/v4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-03-101-2/+6
|\
| * [media] v4l: vsp1: Adapt vsp1_du_setup_lif() interface to use a structureKieran Bingham2017-03-071-2/+6
* | drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-2/+2
|/
* drm: rcar: use generic code for managing zpos plane propertyBenjamin Gaignard2016-07-291-9/+5Star
* [media] drm: rcar-du: Add Z-order support for VSP planesLaurent Pinchart2016-06-171-3/+8
* [media] drm: rcar-du: Add alpha support for VSP planesLaurent Pinchart2016-06-171-19/+19
* drm: Drop plane argument from __drm_atomic_helper_plane_destroy_stateDaniel Vetter2016-05-171-1/+1
* drm: rcar-du: Add tri-planar memory formats supportLaurent Pinchart2016-02-231-6/+16
* drm: rcar-du: Add R8A7795 device supportLaurent Pinchart2016-02-231-4/+8
* drm: rcar-du: Expose the VSP1 compositor through KMS planesLaurent Pinchart2016-02-231-0/+370