Age | Commit message (Expand) | Author | Files | Lines |
2014-06-27 | drm/i915: Wait for vblank after enabling the primary plane on BDW | Ville Syrjälä | 1 | -0/+8 |
2014-06-05 | drm: convert crtc and connection_mutex to ww_mutex (v5) | Rob Clark | 1 | -1/+1 |
2014-05-22 | drm/i915: Wait for pending page flips before enabling/disabling the primary p... | Ville Syrjälä | 1 | -0/+3 |
2014-05-21 | drm/i915: Wait for vblank in hsw_enable_ips() | Ville Syrjälä | 1 | -4/+1 |
2014-05-06 | drm/i915: Add pipe update trace points | Ville Syrjälä | 1 | -0/+6 |
2014-05-06 | drm/i915: Perform primary enable/disable atomically with sprite updates | Ville Syrjälä | 1 | -39/+55 |
2014-05-06 | drm/i915: Make sprite updates atomic | Ville Syrjälä | 1 | -0/+131 |
2014-01-24 | drm/i915: Shuffle sprite register writes into a tighter group | Ville Syrjälä | 1 | -9/+9 |
2014-01-24 | Revert "drm/i915: Mask reserved bits in display/sprite address registers" | Daniel Vetter | 1 | -9/+9 |
2013-12-17 | Revert "drm/i915/sprite: Always enable the scaler on IronLake" | Ville Syrjälä | 1 | -1/+1 |
2013-12-17 | drm/i915: Avoid underruns when disabling sprites | Ville Syrjälä | 1 | -0/+12 |
2013-12-17 | drm/i915: Don't disable primary when color keying is used | Ville Syrjälä | 1 | -1/+10 |
2013-12-17 | drm/i915: Try to fix the messy IVB sprite scaling workaround | Ville Syrjälä | 1 | -26/+1 |
2013-11-21 | drm/i915: Enable pipe gamma for sprites | Ville Syrjälä | 1 | -0/+18 |
2013-11-10 | Merge tag 'bdw-stage1-2013-11-08-v2' of git://people.freedesktop.org/~danvet/... | Dave Airlie | 1 | -3/+4 |
2013-11-08 | drm/i915/bdw: Enable trickle feed on Broadwell | Ville Syrjälä | 1 | -1/+1 |
2013-11-08 | drm/i915/bdw: Use pipe CSC on Broadwell | Ville Syrjälä | 1 | -1/+1 |
2013-11-08 | drm/i915/bdw: add Broadwell sprite/plane/cursor checks | Paulo Zanoni | 1 | -1/+1 |
2013-11-08 | drm/i915/bdw: display stuff | Ben Widawsky | 1 | -0/+1 |
2013-11-06 | drm/i915: Return -ENOENT when a mode object can't be found | Ville Syrjälä | 1 | -2/+2 |
2013-10-10 | drm/i915: Rename primary_disabled to primary_enabled | Ville Syrjälä | 1 | -4/+4 |
2013-10-10 | drm/i915: Flush primary plane changes in sprite code | Ville Syrjälä | 1 | -0/+2 |
2013-10-10 | drm/i915: Enable/disable IPS when primary is enabled/disabled | Ville Syrjälä | 1 | -0/+19 |
2013-10-10 | drm/i915: Do the fbc vs. primary plane enable/disable in the right order | Ville Syrjälä | 1 | -5/+6 |
2013-10-10 | drm/i915: Save user requested plane coordinates only on success | Ville Syrjälä | 1 | -9/+22 |
2013-10-10 | drm/i915: Do a bit of cleanup in the sprite code | Ville Syrjälä | 1 | -9/+5 |
2013-10-10 | drm/i915: Kill a goto from sprite disable code | Ville Syrjälä | 1 | -12/+9 |
2013-10-10 | drm/i915: Reduce the time we hold struct mutex in sprite update_plane code | Ville Syrjälä | 1 | -11/+18 |
2013-10-10 | drm/i915: Allow sprites to be configured on a disabled pipe | Ville Syrjälä | 1 | -33/+32 |
2013-10-01 | drm/i915: use pointer = k[cmz...]alloc(sizeof(*pointer), ...) pattern | Daniel Vetter | 1 | -1/+1 |
2013-09-17 | drm/i915: Add explicit pipe src size to pipe config | Ville Syrjälä | 1 | -2/+2 |
2013-09-17 | drm/i915: Use pipe config in sprite code | Ville Syrjälä | 1 | -2/+2 |
2013-09-10 | drm/i915: Pass crtc to intel_update_watermarks() | Ville Syrjälä | 1 | -3/+3 |
2013-09-03 | drm/i915: enable trickle feed on Haswell | Paulo Zanoni | 1 | -2/+5 |
2013-08-08 | drm/i915: Always call intel_update_sprite_watermarks() when disabling a plane | Ville Syrjälä | 1 | -0/+4 |
2013-08-08 | drm/i915: Pass plane and crtc to intel_update_sprite_watermarks | Ville Syrjälä | 1 | -4/+4 |
2013-08-08 | drm/i915: Don't try to disable plane if it's already disabled | Ville Syrjälä | 1 | -2/+7 |
2013-08-08 | drm/i915: Pass crtc to our update/disable_plane hooks | Ville Syrjälä | 1 | -9/+12 |
2013-08-05 | drm/i915: Calculate the sprite WM based on the source width instead of the de... | Ville Syrjälä | 1 | -3/+3 |
2013-08-05 | drm/i915: Pass the actual sprite width to watermarks functions | Ville Syrjälä | 1 | -9/+9 |
2013-08-05 | drm/i915: Add scaled paramater to update_sprite_watermarks() | Ville Syrjälä | 1 | -4/+7 |
2013-07-09 | drm/i915: Getter/setter for object attributes | Ben Widawsky | 1 | -3/+5 |
2013-06-06 | drm/i915: Disable/restore all sprite planes around modeset | Ville Syrjälä | 1 | -0/+8 |
2013-05-31 | drm/i915: add "enable" argument to intel_update_sprite_watermarks | Paulo Zanoni | 1 | -3/+5 |
2013-05-01 | drm/i915: Relax the sprite scaling limits checks | Ville Syrjälä | 1 | -20/+28 |
2013-05-01 | drm/i915: Implement proper clipping for video sprites | Ville Syrjälä | 1 | -47/+149 |
2013-04-25 | drm/i915: Ivybridge is the odd one when it comes to pipe scalers | Damien Lespiau | 1 | -5/+6 |
2013-04-02 | drm/i915: sprite support for ValleyView v4 | Jesse Barnes | 1 | -9/+204 |
2013-03-27 | drm/i915: Wait for vblank between disabling a sprite and unpinning the fb | Ville Syrjälä | 1 | -0/+2 |
2013-03-27 | drm/i915: Apply alignment restrictions on scanout surfaces for VT-d | Chris Wilson | 1 | -0/+5 |