summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_atomic.c
AgeCommit message (Expand)Author
2017-12-15drm/atomic: document how to handle driver private objectsDaniel Vetter
2017-11-21Merge airlied/drm-next into drm-misc-nextDaniel Vetter
2017-11-11drm/atomic: Use drm_framebuffer_print_info()Noralf Trønnes
2017-11-02drm: Print the fb dimensions when the src coord check failsVille Syrjälä
2017-11-02drm: Spelling fixesLiviu Dudau
2017-10-21drm: Reorganize drm_pending_event to support future event types [v2]Keith Packard
2017-10-13Merge tag 'drm-misc-next-2017-10-12' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard
2017-10-06drm/atomic: Remove unneeded null check for private objectsMaarten Lankhorst
2017-09-28Merge tag 'drm-misc-next-2017-09-20' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-09-13drm/atomic: Convert atomic ioctl locking to interruptible.Maarten Lankhorst
2017-09-08drm/atomic: Fix freeing connector/plane state too early by tracking commits, v3.Maarten Lankhorst
2017-09-08drm/atomic: Move drm_crtc_commit to drm_crtc_state, v4.Maarten Lankhorst
2017-09-03Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-08-15drm/atomic: If the atomic check fails, return its value firstMaarten Lankhorst
2017-08-14drm/atomic: Handle -EDEADLK with out-fences correctlyMaarten Lankhorst
2017-08-08drm: Nuke drm_atomic_legacy_backoffDaniel Vetter
2017-08-08drm: Nuke drm_atomic_helper_connector_set_propertyDaniel Vetter
2017-08-08drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter
2017-08-08drm: Handle properties in the core for atomic driversDaniel Vetter
2017-07-14drm: rename, adjust and export drm_atomic_replace_property_blobPeter Rosin
2017-07-13drm/atomic: Make private objs proper objectsVille Syrjälä
2017-07-13drm/atomic: Remove pointless private object NULL state checkVille Syrjälä
2017-06-30drm/atomic: Drop helper include from drm_atomic.cDaniel Vetter
2017-06-28drm/core: Fail atomic IOCTL with no CRTC state but with signaling.Andrey Grodzovsky
2017-06-15drm: Reduce scope of 'state' variableDawid Kurek
2017-05-31drm/atomic: Consitfy mode parameter to drm_atomic_set_mode_for_crtc()Ville Syrjälä
2017-05-22drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss
2017-05-08drm/atomic: Add support for custom scaling mode properties, v2Maarten Lankhorst
2017-05-08drm/atomic: Handle picture_aspect_ratio in atomic coreMaarten Lankhorst
2017-05-04drm: Add driver-private objects to atomic statePandiyan, Dhinakaran
2017-05-02drm: Make drm_atomic_replace_property_blob_from_id() more genericJyri Sarha
2017-04-13drm: fix spelling mistake: "committing"Colin Ian King
2017-04-06drm: extract legacy framebuffer removeDaniel Vetter
2017-04-05drm: drop modeset_lock_all from drm_state_infoDaniel Vetter
2017-04-05drm: Remove drm_modeset_legacy_acquire_ctx and crtc->acquire_ctxDaniel Vetter
2017-03-06drm/atomic: Convert get_existing_state callers to get_old/new_state, v4.Maarten Lankhorst
2017-02-28drm: Rename connector list iterator APIThierry Reding
2017-02-28drm: Introduce drm_property_blob_{get,put}()Thierry Reding
2017-02-28drm: Introduce drm_framebuffer_{get,put}()Thierry Reding
2017-02-28drm: Introduce drm_connector_{get,put}()Thierry Reding
2017-02-28drm: Introduce drm_mode_object_{get,put}()Thierry Reding
2017-02-28drm: Convert drm_framebuffer_remove to atomic, v4.Maarten Lankhorst
2017-02-27drm: Add a new connector atomic property for link statusManasi Navare
2017-02-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter
2017-02-23Merge tag 'v4.10-rc8' into drm-nextDave Airlie
2017-02-17Revert "drm: Resurrect atomic rmfb code, v3"Dave Airlie
2017-02-15drm: Resurrect atomic rmfb code, v3Maarten Lankhorst
2017-02-14drm: ensure atomic messages consistently include the name of the componentRussell King
2017-02-14drm/atomic: Use new atomic iterator macros.Maarten Lankhorst