| Commit message (Expand) | Author | Age |
* | drm: remove `const` attribute to hint at caller that they now own the memory | Eric Engestrom | 2016-08-16 |
* | drm: make drm_get_format_name thread-safe | Eric Engestrom | 2016-08-15 |
* | drm/i915: Use drm_plane_helper_check_state() | Ville Syrjälä | 2016-08-08 |
* | drm/i915: Use drm_plane_state.{src,dst,visible} | Ville Syrjälä | 2016-08-08 |
* | drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_? | Joonas Lahtinen | 2016-08-08 |
* | drm/i915: Pass the correct crtc state to .update_plane() | Ville Syrjälä | 2016-03-10 |
* | drm/i915: Remove commit_plane function pointer. | Maarten Lankhorst | 2016-01-07 |
* | drm/i915: Do not use commit_plane for sprite planes. | Maarten Lankhorst | 2016-01-07 |
* | drm/i915: Calculate visibility in check_plane correctly regardless of dpms. | Maarten Lankhorst | 2015-12-22 |
* | drm/i915: Wait for object idle without locks in atomic_commit, v2. | Maarten Lankhorst | 2015-11-02 |
* | drm/i915: Do not handle a null plane state. | Maarten Lankhorst | 2015-09-10 |
* | drm/i915: Remove transitional references from intel_plane_atomic_check. | Maarten Lankhorst | 2015-06-22 |
* | drm/i915: Make setting color key atomic. | Maarten Lankhorst | 2015-06-22 |
* | drm/i915: clean up atomic plane check functions, v2. | Maarten Lankhorst | 2015-06-22 |
* | drm/i915: Split plane updates of crtc->atomic into a helper, v2. | Maarten Lankhorst | 2015-06-22 |
* | drm/i915: Use atomic helpers for computing changed flags | Ander Conselvan de Oliveira | 2015-05-08 |
* | drm/i915: Call drm helpers when duplicating crtc and plane states | Ander Conselvan de Oliveira | 2015-05-08 |
* | Merge tag 'drm-intel-next-2015-04-23-fixed' of git://anongit.freedesktop.org/... | Dave Airlie | 2015-05-08 |
|\ |
|
| * | drm/i915/skl: Support for 90/270 rotation | Sonika Jindal | 2015-04-10 |
* | | drm/atomic-helper: Don't call atomic_update_plane when it stays off | Daniel Vetter | 2015-04-16 |
|/ |
|
* | drm/i915: Rotation property is now handled in DRM core | Tvrtko Ursulin | 2015-03-10 |
* | drm/i915: Switch plane properties to full atomic helper. | Matt Roper | 2015-01-27 |
* | drm/i915: Add .atomic_{get, set}_property() entrypoints to planes | Matt Roper | 2015-01-27 |
* | drm/i915: Move rotation from intel_plane to drm_plane_state | Matt Roper | 2015-01-27 |
* | drm/i915: Make intel_crtc->config a pointer | Ander Conselvan de Oliveira | 2015-01-27 |
* | drm/i915: Fix kerneldoc for i915 atomic plane code | Matt Roper | 2015-01-13 |
* | drm/i915: Move to atomic plane helpers (v9) | Matt Roper | 2015-01-12 |