summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/rcar-du/rcar_du_plane.c
AgeCommit message (Expand)Author
2022-06-20drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä
2022-03-04Merge tag 'drm-misc-next-2022-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-03-03drm: rcar-du: Don't restart group when enabling plane on Gen3Laurent Pinchart
2022-03-03drm: rcar-du: Don't select VSP1 sink on Gen3Laurent Pinchart
2022-02-25drm/rcar: plane: Remove redundant zpos initialisationMaxime Ripard
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard
2021-01-05drm: rcar-du: Replace dev_private with container_ofLaurent Pinchart
2021-01-05drm: rcar-du: Embed drm_device in rcar_du_deviceLaurent Pinchart
2020-05-14drm: rcar-du: Set primary plane zpos immutably at initializingTomohito Esaki
2019-02-07drm/rcar-du: prepare for drmP.h removal from drm_modeset_helper.hSam Ravnborg
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2019-01-14drm: rcar-du: Remove inclusion of drmP.hLaurent Pinchart
2018-11-23drm: rcar-du: Enable alpha property on primary planesKieran Bingham
2018-09-14drm: rcar-du: Convert to SPDX identifiersKuninori Morimoto
2018-08-06drm: rcar-du: Use __drm_atomic_helper_plane_reset instead of copying the logicAlexandru Gheorghe
2018-04-16drm/rcar-du: Convert to the new generic alpha propertyMaxime Ripard
2018-03-05drm: Don't pass clip to drm_atomic_helper_check_plane_state()Ville Syrjälä
2018-02-02drm/rcar-du: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä
2017-12-04drm: rcar-du: Clip planes to screen boundariesLaurent Pinchart
2017-12-04drm: rcar-du: Share plane atomic check code between Gen2 and Gen3Laurent Pinchart
2017-08-10Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-08-08drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter
2017-08-03drm: rcar-du: Use new iterator macrosMaarten Lankhorst
2017-08-03drm: rcar-du: Fix comments to comply with the kernel coding styleLaurent Pinchart
2017-08-01drm: Plumb modifiers through plane initBen Widawsky
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä
2016-07-29drm: rcar: use generic code for managing zpos plane propertyBenjamin Gaignard
2016-06-02drm/rcar-du: Use for_each_*_in_stateDaniel Vetter
2016-05-17drm: Drop plane argument from __drm_atomic_helper_plane_destroy_stateDaniel Vetter
2016-02-23drm: rcar-du: Add R8A7795 device supportLaurent Pinchart
2016-02-23drm: rcar-du: Fix compile warning on 64-bit platformsKoji Matsuoka
2016-02-23drm: rcar-du: Expose the VSP1 compositor through KMS planesLaurent Pinchart
2016-02-20drm: rcar-du: Move plane allocator to rcar_du_plane.cLaurent Pinchart
2016-02-20drm: rcar-du: Restart the DU group when a plane source changesLaurent Pinchart
2016-02-20drm: rcar-du: Add VSP1 compositor supportLaurent Pinchart
2016-02-20drm: rcar-du: Add VSP1 support to the planes allocatorLaurent Pinchart
2016-02-20drm: rcar-du: Refactor plane setupLaurent Pinchart
2016-02-20drm: rcar-du: Compute plane DDCR4 register value directlyLaurent Pinchart
2015-12-11drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä
2015-10-20drm: rcar-du: Fix plane state free in plane reset handlerLaurent Pinchart
2015-06-16drm: rcar-du: Use the drm atomic state duplication helpers for planesLaurent Pinchart
2015-06-16drm: rcar-du: Fix crash with groups that have less than 9 planesLaurent Pinchart
2015-05-25drm: rcar-du: Store the number of CRTCs per group in the group structureLaurent Pinchart
2015-05-25drm: rcar-du: Rename to_rcar_du_plane_state to to_rcar_plane_stateLaurent Pinchart
2015-05-25drm: rcar-du: Embed rcar_du_planes structure into rcar_du_groupLaurent Pinchart