summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_sprite.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Shuffle sprite register writes into a tighter groupVille Syrjälä2014-01-241-9/+9
* Revert "drm/i915: Mask reserved bits in display/sprite address registers"Daniel Vetter2014-01-241-9/+9
* Revert "drm/i915/sprite: Always enable the scaler on IronLake"Ville Syrjälä2013-12-171-1/+1
* drm/i915: Avoid underruns when disabling spritesVille Syrjälä2013-12-171-0/+12
* drm/i915: Don't disable primary when color keying is usedVille Syrjälä2013-12-171-1/+10
* drm/i915: Try to fix the messy IVB sprite scaling workaroundVille Syrjälä2013-12-171-26/+1Star
* drm/i915: Enable pipe gamma for spritesVille Syrjälä2013-11-211-0/+18
* Merge tag 'bdw-stage1-2013-11-08-v2' of git://people.freedesktop.org/~danvet/...Dave Airlie2013-11-101-3/+4
|\
| * drm/i915/bdw: Enable trickle feed on BroadwellVille Syrjälä2013-11-081-1/+1
| * drm/i915/bdw: Use pipe CSC on BroadwellVille Syrjälä2013-11-081-1/+1
| * drm/i915/bdw: add Broadwell sprite/plane/cursor checksPaulo Zanoni2013-11-081-1/+1
| * drm/i915/bdw: display stuffBen Widawsky2013-11-081-0/+1
* | drm/i915: Return -ENOENT when a mode object can't be foundVille Syrjälä2013-11-061-2/+2
|/
* drm/i915: Rename primary_disabled to primary_enabledVille Syrjälä2013-10-101-4/+4
* drm/i915: Flush primary plane changes in sprite codeVille Syrjälä2013-10-101-0/+2
* drm/i915: Enable/disable IPS when primary is enabled/disabledVille Syrjälä2013-10-101-0/+19
* drm/i915: Do the fbc vs. primary plane enable/disable in the right orderVille Syrjälä2013-10-101-5/+6
* drm/i915: Save user requested plane coordinates only on successVille Syrjälä2013-10-101-9/+22
* drm/i915: Do a bit of cleanup in the sprite codeVille Syrjälä2013-10-101-9/+5Star
* drm/i915: Kill a goto from sprite disable codeVille Syrjälä2013-10-101-12/+9Star
* drm/i915: Reduce the time we hold struct mutex in sprite update_plane codeVille Syrjälä2013-10-101-11/+18
* drm/i915: Allow sprites to be configured on a disabled pipeVille Syrjälä2013-10-101-33/+32Star
* drm/i915: use pointer = k[cmz...]alloc(sizeof(*pointer), ...) patternDaniel Vetter2013-10-011-1/+1
* drm/i915: Add explicit pipe src size to pipe configVille Syrjälä2013-09-161-2/+2
* drm/i915: Use pipe config in sprite codeVille Syrjälä2013-09-161-2/+2
* drm/i915: Pass crtc to intel_update_watermarks()Ville Syrjälä2013-09-101-3/+3
* drm/i915: enable trickle feed on HaswellPaulo Zanoni2013-09-031-2/+5
* drm/i915: Always call intel_update_sprite_watermarks() when disabling a planeVille Syrjälä2013-08-081-0/+4
* drm/i915: Pass plane and crtc to intel_update_sprite_watermarksVille Syrjälä2013-08-081-4/+4
* drm/i915: Don't try to disable plane if it's already disabledVille Syrjälä2013-08-081-2/+7
* drm/i915: Pass crtc to our update/disable_plane hooksVille Syrjälä2013-08-081-9/+12
* drm/i915: Calculate the sprite WM based on the source width instead of the de...Ville Syrjälä2013-08-051-3/+3
* drm/i915: Pass the actual sprite width to watermarks functionsVille Syrjälä2013-08-051-9/+9
* drm/i915: Add scaled paramater to update_sprite_watermarks()Ville Syrjälä2013-08-051-4/+7
* drm/i915: Getter/setter for object attributesBen Widawsky2013-07-081-3/+5
* drm/i915: Disable/restore all sprite planes around modesetVille Syrjälä2013-06-061-0/+8
* drm/i915: add "enable" argument to intel_update_sprite_watermarksPaulo Zanoni2013-05-311-3/+5
* drm/i915: Relax the sprite scaling limits checksVille Syrjälä2013-04-301-20/+28
* drm/i915: Implement proper clipping for video spritesVille Syrjälä2013-04-301-47/+149
* drm/i915: Ivybridge is the odd one when it comes to pipe scalersDamien Lespiau2013-04-251-5/+6
* drm/i915: sprite support for ValleyView v4Jesse Barnes2013-04-021-9/+204
* drm/i915: Wait for vblank between disabling a sprite and unpinning the fbVille Syrjälä2013-03-271-0/+2
* drm/i915: Apply alignment restrictions on scanout surfaces for VT-dChris Wilson2013-03-271-0/+5
* drm/i915: add sprite restore function v3Jesse Barnes2013-03-261-0/+23
* drm/i915: Handle untiled planes when computing their offsetsChris Wilson2013-02-211-4/+4
* drm/i915: Implement pipe CSC based limited range RGB outputVille Syrjälä2013-02-201-0/+3
* drm/i915: Fix sprite_scaling_enabled for multiple spritesVille Syrjälä2013-02-151-11/+16
* drm/i915: use drm_modeset_lock_allDaniel Vetter2013-01-201-4/+4
* drm/i915: Use pixel size for computing linear offsets into a spriteChris Wilson2013-01-091-6/+4Star
* drm/i915: Bad pixel formats can't reach the sprite codeVille Syrjälä2012-11-111-6/+2Star