summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_atomic_helper.c
Commit message (Expand)AuthorAgeFilesLines
* drm/atomic-helper: Add atomic_enable plane-helper callbackThomas Zimmermann2023-02-201-4/+16
* drm/atomic-helper: Add {begin,end}_fb_access to plane helpersThomas Zimmermann2022-11-081-3/+31
* drm/atomic-helper: Replace drm_atomic_helper_check_crtc_state()Thomas Zimmermann2022-10-081-34/+18
* drm/atomic-helper: Don't allocate new plane state in CRTC checkThomas Zimmermann2022-10-081-9/+1
* drm/atomic-helper: Fix kernel-docJiapeng Chong2022-09-201-1/+1
* drm: drm_atomic_helper: Add a new helper to deal with the writeback connector...Igor Torrente2022-09-051-0/+39
* drm/atomic-helper: log EINVAL cause in drm_atomic_helper_async_check()Simon Ser2022-09-051-6/+26
* drm/atomic-helper: print message on driver connector check failureSimon Ser2022-09-051-2/+10
* drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann2022-07-261-1/+0
* drm/atomic-helper: Add helper drm_atomic_helper_check_crtc_state()Thomas Zimmermann2022-06-271-0/+55
* drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm/atomic: Force bridge self-refresh-exit on CRTC switchBrian Norris2022-06-061-3/+13
* 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
|\