- e87a52b drm/atomic: Add encoder_mask to crtc_state, v3. by Maarten Lankhorst · 9 years ago
- 97a8df9 drm/atomic: Do not unset crtc when an encoder is stolen by Maarten Lankhorst · 9 years ago
- 316e376 Merge tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
- c240906 drm/atomic-helper: Export framebuffer_changed() by John Keeping · 9 years ago
- 25aaa3a drm: initialize default rotation value to DRM_ROTATE_0 by Marek Szyprowski · 9 years ago
- c6c5c7f drm/atomic-helper: Remove redundant local var old_crtc_state in disable_outputs by Liu Ying · 9 years ago
- 14de6c4 drm/atomic: Remove drm_atomic_connectors_for_crtc. by Maarten Lankhorst · 9 years ago
- 4cba685 drm/atomic-helper: Reject legacy flips on a disabled pipe by Daniel Vetter · 9 years ago
- 4cd3991 drm/atomic: Add __drm_atomic_helper_connector_reset, v2. by Maarten Lankhorst · 9 years ago
- 07bad49 drm/atomic-helper: Drop unneeded argument from check_pending_encoder by Daniel Vetter · 9 years ago
- 9f4c97a drm: Add plane->name and use it in debug prints by Ville Syrjälä · 9 years ago
- fa3ab4c drm: Add crtc->name and use it in debug messages by Ville Syrjälä · 9 years ago
- 7f8ee3e drm/atomic-helper: Mention the new system/resume helpers the docs by Daniel Vetter · 9 years ago
- 092d01d drm: Reorganize helper vtables and their docs by Daniel Vetter · 9 years ago
- 97ac320 drm/atomic-helper: Reject attempts at re-stealing encoders by Daniel Vetter · 9 years ago
- 1494276 drm/atomic-helper: Implement subsystem-level suspend/resume by Thierry Reding · 9 years ago
- 6753ba9 drm/atomic_helper: Add drm_atomic_helper_disable_planes_on_crtc() by Jyri Sarha · 9 years ago
- 02e6f37 drm: Keep coordinates in the typical x, y, w, h order instead of x, y, h, w by Ville Syrjälä · 9 years ago
- 5f91190 GPU-DRM: Delete unnecessary checks before drm_property_unreference_blob() by Markus Elfring · 9 years ago
- 5481c8f drm/atomic-helper: Check encoder/crtc constraints by Daniel Vetter · 9 years ago
- 8392611 drm: Fix primary plane size for stereo doubled modes for legacy setcrtc by Ville Syrjälä · 9 years ago
- 24e79d0 drm/core: Set legacy_cursor_update in drm_atomic_helper_disable_plane. by Maarten Lankhorst · 9 years ago
- 4112124 drm: Swap w/h when converting the mode to src coordidates for a rotated primary plane by Ville Syrjälä · 9 years ago
- 646db26 Merge tag 'v4.3-rc2' into topic/drm-misc by Daniel Vetter · 9 years ago
- bbb1e52 drm/fb-helper: atomic restore_fbdev_mode().. by Rob Clark · 9 years ago
- 216c59d drm/atomic-helper: Don't skip plane disabling on active CRTC by Laurent Pinchart · 9 years ago
- 397fd77 drm/atomic-helper: Implement drm_atomic_helper_duplicate_state() by Thierry Reding · 9 years ago
- 6e48ae3 drm/atomic-helper: Pimp docs with recommendations for rpm drivers by Daniel Vetter · 9 years ago
- aef9dbb drm/atomic-helper: Add option to update planes only on active crtc by Daniel Vetter · 9 years ago
- 844f911 drm/atomic: Make prepare_fb/cleanup_fb only take state, v3. by Maarten Lankhorst · 9 years ago
- 26196f7 drm/atomic-helper: properly annotate functions in kerneldoc by Daniel Vetter · 9 years ago
- f377ea8 Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
- 089b669 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
- 4eebf60 Merge tag 'v4.2-rc7' into drm-next by Dave Airlie · 9 years ago
- d485363 drm/atomic: Use KMS VBLANK API by Thierry Reding · 9 years ago
- 8452491 drm/atomic: fix null pointer access to mode_fixup callback by Inki Dae · 9 years ago
- 60acc4e treewide: Fix typo compatability -> compatibility by Laurent Pinchart · 10 years ago
- 6ea76f3c drm/atomic-helpers: Make encoder picking more robust by Daniel Vetter · 9 years ago
- 3b8a684 drm/atomic-helper: Add an atomice best_encoder callback by Daniel Vetter · 9 years ago
- 27667f4 i915: temporary fix for DP MST docking station NULL pointer dereference by Linus Torvalds · 9 years ago
- 8c10342 drm/atomic: Update legacy DPMS state during modesets, v3. by Maarten Lankhorst · 9 years ago
- 9a69a9a drm: Make the connector dpms callback return a value, v2. by Maarten Lankhorst · 9 years ago
- 613d2b2 drm/atomic: pass old crtc state to atomic_begin/flush. by Maarten Lankhorst · 9 years ago
- fc59666 drm/atomic: add connectors_changed to separate it from mode_changed, v2 by Maarten Lankhorst · 9 years ago
- dcd14dd Merge tag 'topic/connector-locking-2015-07-23' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 9 years ago
- 9a9f5ce drm: Roll out drm_for_each_connector more by Daniel Vetter · 9 years ago
- 2660801 drm/atomic: Only update crtc->x/y if it's part of the state, v2. by Maarten Lankhorst · 9 years ago
- 3cb43cc drm: Update plane->fb also for page_flip by Daniel Vetter · 9 years ago
- c30f55a drm/atomic: Don't set crtc_state->enable manually by Laurent Pinchart · 10 years ago
- 2465ff6 drm/atomic: Extract needs_modeset function by Daniel Vetter · 10 years ago
- 9b5edbf drm/atomic: Clear crtc_state->active in drm_atomic_helper_set_config. by Maarten Lankhorst · 10 years ago
- 99cf4a2 drm/atomic: Add current-mode blob to CRTC state by Daniel Stone · 10 years ago
- 819364d drm: Add drm_atomic_set_mode_for_crtc by Daniel Stone · 10 years ago
- 862e686 drm: bridge: Allow daisy chaining of bridges by Archit Taneja · 10 years ago
- 57744aa drm/atomic: add all affected planes in drm_atomic_helper_check_modeset by Maarten Lankhorst · 10 years ago
- de28d02 drm/atomic: add commit_planes_on_crtc helper by Maarten Lankhorst · 10 years ago
- 9c37bf2 Merge tag 'topic/drm-misc-2015-05-19' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
- 744b058 drm/atomic: remove duplicated assignment of old_plane_state by Gustavo Padovan · 10 years ago
- 4c18d30 drm/atomic-helpers: Export drm_atomic_helper_update_legacy_modeset_state by Daniel Vetter · 10 years ago
- 3d51d2d drm/atomic-helpers: Update vblank timestamping constants by Daniel Vetter · 10 years ago
- 840bfe9 drm/atomic: Make mode_fixup() optional for check_modeset() by Ander Conselvan de Oliveira · 10 years ago
- 49f8976 Merge tag 'topic/drm-misc-2015-05-06' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
- 3671c58 drm/atomic-helper: Really recover pre-atomic plane/cursor behavior by Daniel Vetter · 10 years ago
- 475d231 drm/atomic-helper: Don't call atomic_update_plane when it stays off by Daniel Vetter · 10 years ago
- 4a11248 Merge tag 'topic/drm-misc-2015-04-15' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
- df63b99 drm/atomic: Add for_each_{connector,crtc,plane}_in_state helper macros by Ander Conselvan de Oliveira · 10 years ago
- 1ddd36e Merge tag 'drm/tegra/for-4.1-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 10 years ago
- f5e7840 drm/atomic: Add helpers for state-subclassing drivers by Thierry Reding · 10 years ago
- 4218a32 drm/atomic-helpers: Properly avoid full modeset dance by Daniel Vetter · 10 years ago
- 0388df0 drm: change connector to tmp_connector by John Hunter · 10 years ago
- f98bd3e drm: Fix some typo mistake of the annotations by John Hunter · 10 years ago
- b5ceff2 drm/atomic: Constify a bunch of functions pointer structs by Ville Syrjälä · 10 years ago
- 2e3afd4 drm/atomic-helper: Fix kerneldoc for prepare_planes by Daniel Vetter · 10 years ago
- d136dfe drm: Pass in new and old plane state to prepare_fb and cleanup_fb by Tvrtko Ursulin · 10 years ago
- c982bd9 drm/atomic-helpers: make mode_set hooks optional by Daniel Vetter · 10 years ago
- 1af434a drm/atomic-helper: Rename commmit_post/pre_planes by Daniel Vetter · 10 years ago
- a072f80 drm/atomic: Rename drm_atomic_helper_commit_pre_planes() state argument by Laurent Pinchart · 10 years ago
- 17a38d9 drm: Add DRM_DEBUG_ATOMIC by Daniel Vetter · 10 years ago
- 7f50002 drm/atomic-helpers: Fix documentation typos and wrong copy&paste by Laurent Pinchart · 10 years ago
- 21773f1 Merge tag 'topic/atomic-core-2015-01-27' of git://anongit.freedesktop.org/drm-intel into drm-next by Dave Airlie · 10 years ago
- 4cd4df8 drm/atomic: Add ->atomic_check() to encoder helpers by Thierry Reding · 10 years ago
- 407b8bd drm/plane: Add optional ->atomic_disable() callback by Thierry Reding · 10 years ago
- 3cad4b6 drm/plane: Make ->atomic_update() mandatory by Thierry Reding · 10 years ago
- 95d6eb3 drm/atomic-helper: debug output for modesets by Daniel Vetter · 10 years ago
- ee0a89c drm/atomic-helpers: Saner encoder/crtc callbacks by Daniel Vetter · 10 years ago
- f02ad90 drm/atomic-helpers: Recover full cursor plane behaviour by Daniel Vetter · 10 years ago
- b486e0e drm/atomic-helper: add connector->dpms() implementation by Daniel Vetter · 10 years ago
- eab3bbe drm/atomic: Add drm_crtc_state->active by Daniel Vetter · 10 years ago
- 5e74373 drm/atomic: atomic_check functions by Rob Clark · 10 years ago
- 40ecc69 drm: add atomic_set_property wrappers by Rob Clark · 10 years ago
- 07cc0ef drm/atomic: Introduce state->obj backpointers by Daniel Vetter · 10 years ago
- b4274fb drm/atomic-helper: Again check modeset *before* plane states by Daniel Vetter · 10 years ago
- d9b1362 drm/atomic-helper: Export both plane and modeset check helpers by Daniel Vetter · 10 years ago
- 4b08eae drm/atomic: fix potential null ptr on plane enable by Rob Clark · 10 years ago
- e5b5341 drm/atomic: clear plane's CRTC and FB when shutting down by Rob Clark · 10 years ago
- 6ddd388 drm/atomic: track bitmask of planes attached to crtc by Rob Clark · 10 years ago
- f1c37e1 drm/plane: Pass old state to ->atomic_update() by Thierry Reding · 10 years ago
- aa54e2e drm/atomic_helper: Cope with plane->crtc == NULL in disable helper by Jasper St. Pierre · 10 years ago
- ab58e33 drm/atomic-helper: Skip vblank waits for unchanged fbs by Daniel Vetter · 10 years ago
- 46df9ad drm/atomic: shutdown *current* encoder by Rob Clark · 10 years ago