| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | drm/atomic: Handle encoder stealing from set_config better. | Maarten Lankhorst | 2016-03-08 | 1 | -0/+69 |
| * | drm/atomic: Always call steal_encoder, v2. | Maarten Lankhorst | 2016-03-08 | 1 | -54/+20 |
| * | drm/atomic: Pass connector and state to update_connector_routing. | Maarten Lankhorst | 2016-03-04 | 1 | -10/+5 |
| * | drm/atomic: Clean up update_output_state. | Maarten Lankhorst | 2016-03-04 | 1 | -24/+17 |
* | | Merge drm-fixes into drm-next. | Dave Airlie | 2016-03-14 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | drm/atomic: Allow for holes in connector state, v2. | Maarten Lankhorst | 2016-02-19 | 1 | -1/+1 |
* | | drm/atomic: Add encoder_mask to crtc_state, v3. | Maarten Lankhorst | 2016-02-09 | 1 | -3/+50 |
* | | drm/atomic: Do not unset crtc when an encoder is stolen | Maarten Lankhorst | 2016-02-09 | 1 | -4/+0 |
* | | Merge tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-in... | Dave Airlie | 2016-02-09 | 1 | -2/+3 |
|\ \
| |/
|/| |
|
| * | drm: initialize default rotation value to DRM_ROTATE_0 | Marek Szyprowski | 2016-01-19 | 1 | -1/+3 |
| * | drm/atomic-helper: Remove redundant local var old_crtc_state in disable_outputs | Liu Ying | 2016-01-18 | 1 | -1/+0 |
* | | drm/atomic-helper: Export framebuffer_changed() | John Keeping | 2016-01-20 | 1 | -4/+20 |
|/ |
|
* | drm/atomic: Remove drm_atomic_connectors_for_crtc. | Maarten Lankhorst | 2016-01-06 | 1 | -6/+4 |
* | drm/atomic-helper: Reject legacy flips on a disabled pipe | Daniel Vetter | 2016-01-05 | 1 | -0/+9 |
* | drm/atomic: Add __drm_atomic_helper_connector_reset, v2. | Maarten Lankhorst | 2016-01-05 | 1 | -4/+26 |
* | drm/atomic-helper: Drop unneeded argument from check_pending_encoder | Daniel Vetter | 2015-12-15 | 1 | -3/+2 |
* | drm: Add plane->name and use it in debug prints | Ville Syrjälä | 2015-12-11 | 1 | -2/+2 |
* | drm: Add crtc->name and use it in debug messages | Ville Syrjälä | 2015-12-11 | 1 | -27/+29 |
* | drm/atomic-helper: Mention the new system/resume helpers the docs | Daniel Vetter | 2015-12-08 | 1 | -0/+6 |
* | drm: Reorganize helper vtables and their docs | Daniel Vetter | 2015-12-08 | 1 | -0/+6 |
* | drm/atomic-helper: Reject attempts at re-stealing encoders | Daniel Vetter | 2015-12-03 | 1 | -0/+28 |
* | drm/atomic-helper: Implement subsystem-level suspend/resume | Thierry Reding | 2015-12-02 | 1 | -1/+161 |
* | drm/atomic_helper: Add drm_atomic_helper_disable_planes_on_crtc() | Jyri Sarha | 2015-11-30 | 1 | -0/+43 |
* | drm: Keep coordinates in the typical x, y, w, h order instead of x, y, h, w | Ville Syrjälä | 2015-11-24 | 1 | -7/+7 |
* | GPU-DRM: Delete unnecessary checks before drm_property_unreference_blob() | Markus Elfring | 2015-11-24 | 1 | -3/+2 |
* | drm/atomic-helper: Check encoder/crtc constraints | Daniel Vetter | 2015-11-19 | 1 | -0/+8 |
* | drm: Fix primary plane size for stereo doubled modes for legacy setcrtc | Ville Syrjälä | 2015-11-17 | 1 | -6/+9 |
* | drm/core: Set legacy_cursor_update in drm_atomic_helper_disable_plane. | Maarten Lankhorst | 2015-11-17 | 1 | -3/+3 |
* | drm: Swap w/h when converting the mode to src coordidates for a rotated prima... | Ville Syrjälä | 2015-10-19 | 1 | -2/+7 |
* | Merge tag 'v4.3-rc2' into topic/drm-misc | Daniel Vetter | 2015-09-24 | 1 | -2/+2 |
|\ |
|
| * | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2015-09-05 | 1 | -42/+83 |
| |\ |
|
| * \ | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2015-09-02 | 1 | -2/+2 |
| |\ \ |
|
| | * | | treewide: Fix typo compatability -> compatibility | Laurent Pinchart | 2015-08-07 | 1 | -2/+2 |
* | | | | drm/fb-helper: atomic restore_fbdev_mode().. | Rob Clark | 2015-09-16 | 1 | -53/+78 |
* | | | | drm/atomic-helper: Don't skip plane disabling on active CRTC | Laurent Pinchart | 2015-09-13 | 1 | -6/+18 |
* | | | | drm/atomic-helper: Implement drm_atomic_helper_duplicate_state() | Thierry Reding | 2015-09-08 | 1 | -0/+78 |
* | | | | drm/atomic-helper: Pimp docs with recommendations for rpm drivers | Daniel Vetter | 2015-09-08 | 1 | -0/+32 |
* | | | | drm/atomic-helper: Add option to update planes only on active crtc | Daniel Vetter | 2015-09-08 | 1 | -2/+18 |
* | | | | drm/atomic: Make prepare_fb/cleanup_fb only take state, v3. | Maarten Lankhorst | 2015-09-08 | 1 | -15/+6 |
* | | | | drm/atomic-helper: properly annotate functions in kerneldoc | Daniel Vetter | 2015-09-08 | 1 | -7/+7 |
| |_|/
|/| | |
|
* | | | Merge tag 'v4.2-rc7' into drm-next | Dave Airlie | 2015-08-17 | 1 | -1/+9 |
|\| | |
|
| * | | drm/atomic-helpers: Make encoder picking more robust | Daniel Vetter | 2015-08-04 | 1 | -5/+6 |
| * | | drm/atomic-helper: Add an atomice best_encoder callback | Daniel Vetter | 2015-08-04 | 1 | -1/+6 |
| |/ |
|
| * | i915: temporary fix for DP MST docking station NULL pointer dereference | Linus Torvalds | 2015-08-02 | 1 | -3/+5 |
* | | drm/atomic: Use KMS VBLANK API | Thierry Reding | 2015-08-12 | 1 | -2/+2 |
* | | drm/atomic: fix null pointer access to mode_fixup callback | Inki Dae | 2015-08-11 | 1 | -1/+1 |
* | | drm/atomic: Update legacy DPMS state during modesets, v3. | Maarten Lankhorst | 2015-07-27 | 1 | -6/+20 |
* | | drm: Make the connector dpms callback return a value, v2. | Maarten Lankhorst | 2015-07-27 | 1 | -12/+16 |
* | | drm/atomic: pass old crtc state to atomic_begin/flush. | Maarten Lankhorst | 2015-07-27 | 1 | -4/+4 |
* | | drm/atomic: add connectors_changed to separate it from mode_changed, v2 | Maarten Lankhorst | 2015-07-27 | 1 | -9/+30 |