summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_atomic_helper.c
Commit message (Expand)AuthorAgeFilesLines
* drm: fix error found in some cases after the patch d1af5cd86997Claudio Suarez2022-01-141-6/+6
* drm/atomic: Check new_crtc_state->active to determine if CRTC needs disable i...Liu Ying2022-01-111-1/+1
* drm: get rid of DRM_DEBUG_* log calls in drm core, files drm_a*.cClaudio Suarez2021-11-261-109/+134
* drm: Fix typo in commentsCai Huoqing2021-08-021-5/+5
* drm/atomic-helper: make drm_gem_plane_helper_prepare_fb the defaultDaniel Vetter2021-06-241-0/+10
* drm: drm_atomic_helper.c: Correct comments formatFabio M. De Francesco2021-04-121-11/+21
* drm: drm_atomic_helper.c: Replace "unsigned" with "unsigned int"Fabio M. De Francesco2021-04-121-4/+4
* drm: Fix 3 typos in the inline docDafna Hirschfeld2021-03-261-8/+7
* Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-161-59/+16
|\
| * drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-4/+4
| * drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-1/+1
| * drm/atomic: Pass the full state to planes async atomic check and updateMaxime Ripard2021-02-241-2/+2
| * drm: Introduce a drm_crtc_commit_wait helperMaxime Ripard2021-01-211-52/+9
* | Merge tag 'v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie2021-01-251-1/+1
|\ \ | |/ |/|
| * drm/atomic: put state on error pathPan Bian2021-01-191-1/+1
* | drm: automatic legacy gamma supportTomi Valkeinen2020-12-151-70/+0
* | drm: Introduce an atomic_commit_setup functionMaxime Ripard2020-12-151-0/+9
|/
* drm: Pass the full state to connectors atomic functionsMaxime Ripard2020-11-201-4/+4
* drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2020-11-021-4/+4
* drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard2020-11-021-1/+1
* drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-2/+2
* drm/atomic: debug output for EBUSYDaniel Vetter2020-10-081-3/+17
* drm/atomic-helper: Remove the timestamping constant update from drm_atomic_he...Ville Syrjälä2020-09-141-5/+2
* drm/atomic-helper: Extract drm_atomic_helper_calc_timestamping_constants()Ville Syrjälä2020-09-141-1/+20
* Merge tag 'v5.9-rc2' into drm-misc-fixesMaarten Lankhorst2020-08-251-2/+3
|\
| * drm: bridge: Pass drm_display_info to drm_bridge_funcs .mode_valid()Laurent Pinchart2020-06-231-1/+2
| * drm: use drm_dev_has_vblank moreDaniel Vetter2020-05-291-1/+1
* | drm/modeset-lock: Take the modeset BKL for legacy driversDaniel Vetter2020-08-171-3/+4
|/
* drm/bridge: Add the necessary bits to support bus format negotiationBoris Brezillon2020-01-311-0/+41
* drm/bridge: Add an ->atomic_check() hookBoris Brezillon2020-01-311-6/+6
* drm/bridge: Add a drm_bridge_state objectBoris Brezillon2020-01-311-0/+20
* drm: Initialize struct drm_crtc_state.no_vblank from device settingsThomas Zimmermann2020-01-301-1/+9
* Revert "drm/bridge: Add a drm_bridge_state object"Boris Brezillon2020-01-081-20/+0
* Revert "drm/bridge: Add an ->atomic_check() hook"Boris Brezillon2020-01-081-6/+6
* drm/bridge: Add an ->atomic_check() hookBoris Brezillon2020-01-071-6/+6
* drm/bridge: Add a drm_bridge_state objectBoris Brezillon2020-01-071-0/+20
* Merge tag 'drm-misc-next-2020-01-02' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-01-031-38/+38
|\
| * drm/atomic: Spell CRTC consistentlyThierry Reding2019-12-221-32/+32
| * drm: Fix a couple of typos, punctation and whitespace issuesThierry Reding2019-12-221-6/+6
* | Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-171-25/+48
|\|
| * drm/atomic: Update docs around locking and commit sequencingDaniel Vetter2019-12-101-17/+29
| * drm: Stop accessing encoder->bridge directlyBoris Brezillon2019-12-091-9/+17
| * drm/bridge: Rename bridge helpers targeting a bridge chainBoris Brezillon2019-12-091-8/+11
* | Merge v5.4-rc7 into drm-nextDave Airlie2019-11-141-1/+14
|\ \ | |/ |/|
| * drm/atomic: fix self-refresh helpers crtc state dereferenceRob Clark2019-11-061-1/+14
* | Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-10-031-1/+21
|\|
| * drm: Measure Self Refresh Entry/Exit times to avoid thrashingSean Paul2019-09-191-0/+20
| * drm/atomic: Rename crtc_state->pageflip_flags to async_flipDaniel Vetter2019-09-181-1/+1
* | drm/atomic-helper: Make crtc helper funcs optionalVille Syrjälä2019-09-191-1/+1
* | drm/connector: Share with non-atomic drivers the function to get the single e...José Roberto de Souza2019-09-161-13/+2