- 277b09c drm/atomic-helper: Fix reference to drm_crtc_send_vblank_event() by Thierry Reding · 7 years ago
- 9ac0781 drm/atomic-helper: Fix typo by Thierry Reding · 7 years ago
- 6d281b1 drm/atomic: Unref duplicated drm_atomic_state in drm_atomic_helper_resume() by Jeffy Chen · 7 years ago
- 29baa82 Merge tag 'drm-misc-next-2017-09-20' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 7 years ago
- 669c921 drm/atomic: Make async plane update checks work as intended, v2. by Maarten Lankhorst · 7 years ago
- 21a01ab drm/atomic: Fix freeing connector/plane state too early by tracking commits, v3. by Maarten Lankhorst · 7 years ago
- de39bec drm/atomic: Remove waits in drm_atomic_helper_commit_cleanup_done, v2. by Maarten Lankhorst · 7 years ago
- 163bcc2 drm/atomic: Move drm_crtc_commit to drm_crtc_state, v4. by Maarten Lankhorst · 7 years ago
- f46640b drm/atomic: Return commit in drm_crtc_commit_get for better annotation by Maarten Lankhorst · 7 years ago
- 148b1e1 Merge airlied/drm-next into drm-intel-next-queued by Daniel Vetter · 7 years ago
- 7d902c0 drm: Nuke drm_atomic_helper_connector_dpms by Daniel Vetter · 7 years ago
- 482b0e3 drm: Nuke drm_atomic_helper_connector_set_property by Daniel Vetter · 7 years ago
- e90271b drm: Nuke drm_atomic_helper_plane_set_property by Daniel Vetter · 7 years ago
- b671557 drm: Nuke drm_atomic_helper_crtc_set_property by Daniel Vetter · 7 years ago
- 4a97a3d drm: Don't update property values for atomic drivers by Daniel Vetter · 7 years ago
- b20adb9 drm/atomic: Use new iterator macros in drm_atomic_helper_wait_for_flip_done, again. by Maarten Lankhorst · 8 years ago
- 64282ea Merge airlied/drm-next into drm-intel-next-queued by Daniel Vetter · 7 years ago
- 81a099a drm/atomic: implement drm_atomic_helper_commit_tail for runtime_pm users by Maxime Ripard · 8 years ago
- c4bbb73 drm/atomic: Allow drm_atomic_helper_swap_state to fail by Maarten Lankhorst · 8 years ago
- c066d23 drm/atomic: Change drm_atomic_helper_swap_state to return an error. by Maarten Lankhorst · 8 years ago
- 49d70ae drm/atomic-helper: Fix leak in disable_all by Daniel Vetter · 8 years ago
- e2b9dd3 drm/atomic-helper: update lut props directly in ..._legacy_gamma_set by Peter Rosin · 8 years ago
- a4370c7 drm/atomic: Make private objs proper objects by Ville Syrjälä · 8 years ago
- 2d705c0 drm/atomic: Use new iterator macros in drm_atomic_helper_wait_for_flip_done by Maarten Lankhorst · 8 years ago
- dfb8bb3 drm/atomic: Use the new helpers in drm_atomic_helper_disable_all() by Maarten Lankhorst · 8 years ago
- 8c3a818 drm/atomic-helper: Realign function parameters by Daniel Vetter · 8 years ago
- fef9df8 drm/atomic: initial support for asynchronous plane update by Gustavo Padovan · 8 years ago
- 0b20a0f drm: Add old state pointer to CRTC .enable() helper function by Laurent Pinchart · 8 years ago
- b740e76 Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next by Sean Paul · 8 years ago
- 7141fd3 drm/atomic-helper: Simplify commit tracking locking by Daniel Vetter · 8 years ago
- 0108648 drm: Add drm_atomic_helper_wait_for_flip_done() by Boris Brezillon · 8 years ago
- 925344c BackMerge tag 'v4.12-rc5' into drm-next by Dave Airlie · 8 years ago
- 869e188 drm: Fix locking in drm_atomic_helper_resume by Daniel Vetter · 8 years ago
- faf94a0 drm: Use mode_valid() in atomic modeset by Jose Abreu · 8 years ago
- c2c446a drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPI by Robert Foss · 8 years ago
- b430c27 drm: Add driver-private objects to atomic state by Pandiyan, Dhinakaran · 8 years ago
- 4259037 drm/atomic: fix doc to use new name for commit types by Gustavo Padovan · 8 years ago
- 2e38178 drm/doc: Interlink color manager docs better by Daniel Vetter · 8 years ago
- ce09d76 drm/atomic: Add connector atomic_check function, v2. by Maarten Lankhorst · 8 years ago
- 970ece8 drm/atomic: Move enable/connector check up in check_modeset() by Maarten Lankhorst · 8 years ago
- 24d6652 drm/atomic: Set all the changed flags in one place. by Maarten Lankhorst · 8 years ago
- 44596b8 drm/atomic: Unify conflicting encoder handling. by Maarten Lankhorst · 8 years ago
- 3a09f73 drm/atomic-helper: Remove legacy backoff hack from gamma_set by Daniel Vetter · 8 years ago
- 6d124ff drm: Add acquire ctx to ->gamma_set hook by Daniel Vetter · 8 years ago
- a5b8444 drm/atomic-helper: remove modeset_lock_all from helper_resume by Daniel Vetter · 8 years ago
- b260ac3 drm: Remove drm_modeset_legacy_acquire_ctx and crtc->acquire_ctx by Daniel Vetter · 8 years ago
- 1fa4da0 drm: Fixup failure paths in drm_atomic_helper_set_config by Daniel Vetter · 8 years ago
- 38b6441 drm/atomic-helper: Remove the backoff hack from set_config by Daniel Vetter · 8 years ago
- a4eff9a drm: Add acquire ctx parameter to ->set_config by Daniel Vetter · 8 years ago
- 043e7fb drm/atomic-helper: remove backoff hack from page_flip by Daniel Vetter · 8 years ago
- 41292b1f drm: Add acquire ctx parameter to ->page_flip(_target) by Daniel Vetter · 8 years ago
- d26f96c drm/atomic-helper: remove backoff hack from disable/update_plane by Daniel Vetter · 8 years ago
- 1931529 drm: Add acquire ctx parameter to ->plane_disable by Daniel Vetter · 8 years ago
- 34a2ab5 drm: Add acquire ctx parameter to ->update_plane by Daniel Vetter · 8 years ago
- 18dddad drm/atomic: Introduce drm_atomic_helper_shutdown by Daniel Vetter · 8 years ago
- b4d9367 drm/atomic: Convert get_existing_state callers to get_old/new_state, v4. by Maarten Lankhorst · 8 years ago
- 51ffa12 drm/atomic: Make drm_atomic_plane_disabling easier to understand. by Maarten Lankhorst · 8 years ago
- 415c3ac drm/atomic: Fix atomic helpers to use the new iterator macros, v3. by Maarten Lankhorst · 8 years ago
- b982dab drm: Rename connector list iterator API by Thierry Reding · 8 years ago
- 6472e50 drm: Introduce drm_property_blob_{get,put}() by Thierry Reding · 8 years ago
- a4a69da drm: Introduce drm_framebuffer_{get,put}() by Thierry Reding · 8 years ago
- ad09360 drm: Introduce drm_connector_{get,put}() by Thierry Reding · 8 years ago
- 9b2104f drm/atomic: Make disable_all helper fully disable the crtc. by Maarten Lankhorst · 8 years ago
- 40ee6fb drm: Add a new connector atomic property for link status by Manasi Navare · 8 years ago
- 8e22e1b Merge airlied/drm-next into drm-misc-next by Daniel Vetter · 8 years ago
- 6ac7c54 drm: ensure atomic messages consistently include the name of the component by Russell King · 8 years ago
- 581e49f drm/atomic: Add new iterators over all state, v3. by Maarten Lankhorst · 8 years ago
- a4b10cc drm: Constify drm_mode_config atomic helper private pointer by Laurent Pinchart · 8 years ago
- f9ad86e drm/atomic: fix an error code in mode_fixup() by Dan Carpenter · 8 years ago
- 6cbe5c4 drm/atomic: Save flip flags in drm_crtc_state by Andrey Grodzovsky · 8 years ago
- 012bbe2 Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
- 3875623 Merge tag 'drm-misc-next-2017-01-23' of git://anongit.freedesktop.org/git/drm-misc into drm-next by Dave Airlie · 8 years ago
- b0df0b2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next by Dave Airlie · 8 years ago
- 196cd5d drm: s/drm_crtc_get_hv_timings/drm_mode_get_hv_timings/ by Daniel Vetter · 8 years ago
- 6806cdf drm/kms-helpers: Use recommened kerneldoc for struct member refs by Daniel Vetter · 8 years ago
- 899cc5f drm/atomic: make release_crtc_commit() static by Wei Yongjun · 8 years ago
- f869a6e drm/atomic: Add target_vblank support in atomic helpers (v2) by Andrey Grodzovsky · 8 years ago
- aebe55c drm: Clean up planes in atomic commit helper failure path by Laurent Pinchart · 8 years ago
- 24835e4 drm: reference count event->completion by Daniel Vetter · 8 years ago
- 824387b drm/atomic-helpers: Remove outdated comment by Daniel Vetter · 8 years ago
- ea0dd85 drm/doc: use preferred struct reference in kernel-doc by Daniel Vetter · 8 years ago
- f2b0fee drm/atomic: Remove drm_atomic_helper_framebuffer_changed. by Maarten Lankhorst · 8 years ago
- a3fbb53 drm/atomic: Wait for vblank whenever a plane is added to state. by Maarten Lankhorst · 8 years ago
- bdc5714 drm/atomic: Clean up wait_for_vblanks, v2. by Maarten Lankhorst · 8 years ago
- 0532be0 drm/atomic: Unconditionally call prepare_fb. by Maarten Lankhorst · 8 years ago
- c36a325 drm: Convert all helpers to drm_connector_list_iter by Daniel Vetter · 8 years ago
- 7da0e12 drm/atomic: Use active instead of enable in wait_for_vblanks. by Maarten Lankhorst · 8 years ago
- db444e1 drm/atomic: doc: remove old comment about nonblocking commits by Gustavo Padovan · 8 years ago
- 8f5040e drm: allow changing DPMS mode by Marta Lofstedt · 8 years ago
- 1ea0c02 drm/atomic: Unconfuse the old_state mess in commmit_tail by Daniel Vetter · 8 years ago
- 9626014 drm/fence: add in-fences support by Gustavo Padovan · 8 years ago
- 7b624ad Backmerge tag 'v4.9-rc4' into drm-next by Dave Airlie · 8 years ago
- 38d868e drm: Don't force all planes to be added to the state due to zpos by Ville Syrjälä · 8 years ago
- f54d186 dma-buf: Rename struct fence to dma_fence by Chris Wilson · 8 years ago
- bd2ef25 drm: Add drm_rotation_90_or_270() by Ville Syrjälä · 8 years ago
- 0853695 drm: Add reference counting to drm_atomic_state by Chris Wilson · 8 years ago
- d807ed1 drm: atomic: Clarify documentation around drm_atomic_crtc_needs_modeset by Brian Starkey · 8 years ago
- 7135ac5 drm/atomic-helper: Fix sparse warnings by Ville Syrjälä · 8 years ago
- f6ce410 drm/fence: allow fence waiting to be interrupted by userspace by Gustavo Padovan · 8 years ago
- 2b58e98 drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commit by Liu Ying · 8 years ago