summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_atomic.c
AgeCommit message (Expand)Author
2021-11-26drm: get rid of DRM_DEBUG_* log calls in drm core, files drm_a*.cClaudio Suarez
2021-08-02drm: Fix typo in commentsCai Huoqing
2021-07-27Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst
2021-07-27drm/plane: check that fb_damage is set up when usedDaniel Vetter
2021-06-24Merge tag 'drm-msm-next-2021-06-23b' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie
2021-06-23drm: allow drm_atomic_print_state() to accept any drm_printerAbhinav Kumar
2021-04-26Merge drm/drm-next into drm-misc-nextMaxime Ripard
2021-04-22drm: drm_atomic.c: Adjust end of block commentBeatriz Martins de Carvalho
2021-04-12gpu: drm: Replace bare "unsigned" with "unsigned int"Fabio M. De Francesco
2021-04-09drm/atomic: Couple of typo fixesBhaskar Chowdhury
2021-02-17drm: Switch to %p4cc format modifierSakari Ailus
2021-01-21drm: Introduce a drm_crtc_commit_wait helperMaxime Ripard
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-15drm: atomic: use krealloc_array()Bartosz Golaszewski
2020-10-08drm/atomic: document and enforce rules around "spurious" EBUSYDaniel Vetter
2020-10-02drm/atomic: Make the kerneldoc a bit clearerDaniel Vetter
2020-07-02drm : Insert blank lines after declarations.Suraj Upadhyay
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga
2020-03-18drm: make various debugfs_init() functions return 0Wambui Karuga
2020-02-18drm/bridge: Fix the bridge kernel docBoris Brezillon
2020-01-31drm/bridge: Add a drm_bridge_state objectBoris Brezillon
2020-01-08Revert "drm/bridge: Add a drm_bridge_state object"Boris Brezillon
2020-01-07drm/bridge: Add a drm_bridge_state objectBoris Brezillon
2019-12-22drm/atomic: Spell CRTC consistentlyThierry Reding
2019-12-10drm/atomic: Update docs around locking and commit sequencingDaniel Vetter
2019-09-23drm: Free the writeback_job when it with an empty fbLowry Li (Arm Technology China)
2019-06-13drm: Add helpers to kick off self refresh mode in driversSean Paul
2019-06-13drm: Add drm_atomic_get_(old|new)_connector_for_encoder() helpersLaurent Pinchart
2019-06-08drm/atomic: Move __drm_atomic_helper_disable_plane/set_config()Noralf Trønnes
2019-05-27drm: drop use of drmP.h in drm/*Sam Ravnborg
2019-04-29drm: Add drm_atomic_get_old/new_private_obj_statejames qian wang (Arm Technology China)
2019-01-10Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2018-12-11drm/atomic: integrate modeset lock with private objectsRob Clark
2018-12-05drm: Add a new plane property to send damage during plane updateLukasz Spintzyk
2018-11-29Merge tag 'drm-intel-next-2018-11-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2018-11-20Merge drm/drm-next into drm-intel-next-queuedJani Nikula
2018-11-13Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst
2018-11-07drm/atomic: Use explicit old/new state in drm_atomic_plane_check()Ville Syrjälä
2018-11-07drm/atomic: Use explicit old/new state in drm_atomic_crtc_check()Ville Syrjälä
2018-11-07drm/atomic: Use explicit old crtc state in drm_atomic_add_affected_planes()Ville Syrjälä
2018-11-02drm: Add connector property to limit max bpcRadhakrishna Sripada
2018-10-28Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2018-10-18drm: Get ref on CRTC commit object when waiting for flip_doneLeo Li
2018-09-27BackMerge v4.19-rc5 into drm-nextDave Airlie
2018-09-17drm/atomic: Use drm_drv_uses_atomic_modeset() for debugfs creationLyude Paul
2018-09-09drm: extract drm_atomic_uapi.cDaniel Vetter
2018-09-09drm/atomic: trim driver interface/docsDaniel Vetter
2018-08-24drm: Add per-plane pixel blend mode propertyLowry Li
2018-07-07drm/atomic: Avoid connector to writeback_connector castsBoris Brezillon
2018-07-06Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan