| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/atomic-helpers: Don't duplicate code in destroy helpers | Daniel Vetter | 2016-04-27 | 1 | -8/+9 |
* | drm/atomic-helper: Print an error if vblank wait times out | Ville Syrjälä | 2016-04-18 | 1 | -0/+2 |
* | Merge tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-in... | Dave Airlie | 2016-04-06 | 1 | -2/+13 |
|\ |
|
| * | drm/atomic: export drm_atomic_helper_wait_for_fences() | Rob Clark | 2016-03-31 | 1 | -2/+13 |
* | | Merge tag 'topic/drm-misc-2016-03-22' of git://anongit.freedesktop.org/drm-in... | Dave Airlie | 2016-03-24 | 1 | -6/+8 |
|\ \
| |/ |
|
| * | drm/atomic: use helper to get crtc state | Andrzej Hajda | 2016-03-15 | 1 | -6/+8 |
* | | Merge tag 'topic/drm-misc-2016-03-14' of git://anongit.freedesktop.org/drm-in... | Dave Airlie | 2016-03-16 | 1 | -123/+239 |
|\ \
| |/ |
|
| * | drm: atomic helper: do not unreference error pointer | Lionel Landwerlin | 2016-03-13 | 1 | -0/+1 |
| * | drm: fix blob pointer check | Lionel Landwerlin | 2016-03-10 | 1 | -2/+2 |
| * | drm: introduce pipe color correction properties | Lionel Landwerlin | 2016-03-08 | 1 | -1/+109 |
| * | drm/atomic: Clean up update_connector_routing. | Maarten Lankhorst | 2016-03-08 | 1 | -13/+3 |
| * | drm/atomic: Clean up steal_encoder, v2. | Maarten Lankhorst | 2016-03-08 | 1 | -21/+6 |
| * | drm/atomic: Handle encoder assignment conflicts in a separate check, v3. | Maarten Lankhorst | 2016-03-08 | 1 | -34/+43 |
| * | 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-04 | 1 | -42/+83 |
| |\ |
|
| * \ | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2015-09-01 | 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 |