Age | Commit message (Expand) | Author |
2021-02-25 | drm: Use state helper instead of the plane state pointer | Maxime Ripard |
2021-02-25 | drm/atomic: Pass the full state to planes atomic disable and update | Maxime Ripard |
2021-02-24 | drm: Store new plane state in a variable for atomic_update and disable | Maxime Ripard |
2021-02-24 | drm/atomic: Pass the full state to planes atomic_check | Maxime Ripard |
2021-02-24 | drm: Rename plane atomic_check state names | Maxime Ripard |
2021-01-05 | drm: rcar-du: Replace dev_private with container_of | Laurent Pinchart |
2021-01-05 | drm: rcar-du: Embed drm_device in rcar_du_device | Laurent Pinchart |
2020-05-14 | drm: rcar-du: Set primary plane zpos immutably at initializing | Tomohito Esaki |
2019-02-07 | drm/rcar-du: prepare for drmP.h removal from drm_modeset_helper.h | Sam Ravnborg |
2019-01-24 | drm: Split out drm_probe_helper.h | Daniel Vetter |
2019-01-14 | drm: rcar-du: Remove inclusion of drmP.h | Laurent Pinchart |
2018-11-23 | drm: rcar-du: Enable alpha property on primary planes | Kieran Bingham |
2018-09-14 | drm: rcar-du: Convert to SPDX identifiers | Kuninori Morimoto |
2018-08-06 | drm: rcar-du: Use __drm_atomic_helper_plane_reset instead of copying the logic | Alexandru Gheorghe |
2018-04-16 | drm/rcar-du: Convert to the new generic alpha property | Maxime Ripard |
2018-03-05 | drm: Don't pass clip to drm_atomic_helper_check_plane_state() | Ville Syrjälä |
2018-02-02 | drm/rcar-du: Use drm_mode_get_hv_timing() to populate plane clip rectangle | Ville Syrjälä |
2017-12-04 | drm: rcar-du: Clip planes to screen boundaries | Laurent Pinchart |
2017-12-04 | drm: rcar-du: Share plane atomic check code between Gen2 and Gen3 | Laurent Pinchart |
2017-08-10 | Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm... | Dave Airlie |
2017-08-08 | drm: Nuke drm_atomic_helper_plane_set_property | Daniel Vetter |
2017-08-03 | drm: rcar-du: Use new iterator macros | Maarten Lankhorst |
2017-08-03 | drm: rcar-du: Fix comments to comply with the kernel coding style | Laurent Pinchart |
2017-08-01 | drm: Plumb modifiers through plane init | Ben Widawsky |
2016-12-15 | drm: Nuke fb->pixel_format | Ville Syrjälä |
2016-07-29 | drm: rcar: use generic code for managing zpos plane property | Benjamin Gaignard |
2016-06-02 | drm/rcar-du: Use for_each_*_in_state | Daniel Vetter |
2016-05-17 | drm: Drop plane argument from __drm_atomic_helper_plane_destroy_state | Daniel Vetter |
2016-02-23 | drm: rcar-du: Add R8A7795 device support | Laurent Pinchart |
2016-02-23 | drm: rcar-du: Fix compile warning on 64-bit platforms | Koji Matsuoka |
2016-02-23 | drm: rcar-du: Expose the VSP1 compositor through KMS planes | Laurent Pinchart |
2016-02-20 | drm: rcar-du: Move plane allocator to rcar_du_plane.c | Laurent Pinchart |
2016-02-20 | drm: rcar-du: Restart the DU group when a plane source changes | Laurent Pinchart |
2016-02-20 | drm: rcar-du: Add VSP1 compositor support | Laurent Pinchart |
2016-02-20 | drm: rcar-du: Add VSP1 support to the planes allocator | Laurent Pinchart |
2016-02-20 | drm: rcar-du: Refactor plane setup | Laurent Pinchart |
2016-02-20 | drm: rcar-du: Compute plane DDCR4 register value directly | Laurent Pinchart |
2015-12-11 | drm: Pass 'name' to drm_universal_plane_init() | Ville Syrjälä |
2015-10-20 | drm: rcar-du: Fix plane state free in plane reset handler | Laurent Pinchart |
2015-06-16 | drm: rcar-du: Use the drm atomic state duplication helpers for planes | Laurent Pinchart |
2015-06-16 | drm: rcar-du: Fix crash with groups that have less than 9 planes | Laurent Pinchart |
2015-05-25 | drm: rcar-du: Store the number of CRTCs per group in the group structure | Laurent Pinchart |
2015-05-25 | drm: rcar-du: Rename to_rcar_du_plane_state to to_rcar_plane_state | Laurent Pinchart |
2015-05-25 | drm: rcar-du: Embed rcar_du_planes structure into rcar_du_group | Laurent Pinchart |
2015-05-25 | drm: rcar-du: Move properties from rcar_du_planes to rcar_du_device | Laurent Pinchart |
2015-03-19 | drm: rcar-du: Fix framebuffer reference leak through plane state | Laurent Pinchart |
2015-03-03 | drm: rcar-du: Fix race condition in hardware plane allocator | Laurent Pinchart |
2015-03-03 | drm: rcar-du: Move plane format to plane state | Laurent Pinchart |
2015-03-03 | drm: rcar-du: Replace plane crtc and enabled fields by plane state | Laurent Pinchart |
2015-03-03 | drm: rcar-du: Rework plane setup code | Laurent Pinchart |