summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_overlay.c
Commit message (Expand)AuthorAgeFilesLines
...
| * drm/i915/overlay: Use the recommended page alignment for physical regsChris Wilson2010-09-081-1/+1
| * drm/i915/overlay: Tidy attribute checking.Chris Wilson2010-09-081-26/+14
| * drm/i915/overlay: Use non-atomic mappings for the common case.Chris Wilson2010-09-081-17/+55
| * drm/i915/overlay: Move capabilities bits to common info block.Chris Wilson2010-09-081-21/+19
| * drm/i915/overlay: Ensure that the reg_bo is in the GTT prior to writing.Chris Wilson2010-09-081-0/+8
| * drm/i915/overlay: Missing breaks between case statements for color depthChris Wilson2010-09-081-0/+6
| * drm/i915/overlay: WhitespaceChris Wilson2010-09-081-223/+235
| * drm/i915: move flushing list processing to i915_retire_commandsDaniel Vetter2010-09-081-8/+9
* | mm: stack based kmap_atomic()Peter Zijlstra2010-10-261-3/+2
|/
* drivers/gpu/drm/i915/intel_overlay.c needs seq_file.hAndrew Morton2010-09-061-0/+2
* drm/i915: Apply i830 errata for cursor alignmentChris Wilson2010-08-091-1/+2
* drm/i915: Capture the overlay status upon a GPU hang.Chris Wilson2010-08-091-0/+96
* drm,io-mapping: Specify slot to use for atomic mappingsChris Wilson2010-08-051-2/+3
* drm/i915: Typo in (unused) register mask for overlay.Chris Wilson2010-08-011-1/+1
* drm/i915: Check overlay stride errata for i830 and i845Chris Wilson2010-08-011-2/+5
* drm/i915: convert some gem structures to per-ring V2Zou Nan hai2010-05-261-14/+30
* drm/i915: introduce intel_ring_buffer structure (V2)Zou Nan hai2010-05-261-8/+0
* drm/i915: drop pointer to drm_gem_objectDaniel Vetter2010-04-201-3/+3
* drm/i915: introduce i915_gem_alloc_objectDaniel Vetter2010-04-201-1/+1
* drm/i915: introduce to_intel_bo helperDaniel Vetter2010-03-251-3/+3
* drm/i915: fix small leak on overlay error pathDan Carpenter2010-03-171-4/+9
* drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge.Eric Anholt2010-02-261-1/+1
* Merge remote branch 'anholt/drm-intel-next' into drm-next-stageDave Airlie2010-02-251-20/+5
|\
| * drm/i915: overlay: drop superflous gpu flushesDaniel Vetter2010-02-221-15/+5
| * drm/i915: overlay: nuke readback to flush wc cachesDaniel Vetter2010-02-221-5/+0
* | Use drm_gem_object_[handle_]unreference_unlocked where possibleLuca Barbieri2010-02-111-1/+1
|/
* drm/i915: Fix product names and #definesAdam Jackson2009-12-071-1/+1
* drm/i915: fixup interrupted overlay switch off callsDaniel Vetter2009-11-301-3/+6
* drm/i915: overlay: extract some duplicated codeDaniel Vetter2009-11-301-23/+19
* drm/i915: overlay: kill one more unnecessary uninterruptible sleepDaniel Vetter2009-11-051-10/+7
* drm/i915: implement interruptible sleeps in the overlay codeDaniel Vetter2009-11-051-32/+135
* drm/i915: implement fastpath for overlay flip waitingDaniel Vetter2009-11-051-9/+34
* drm/i915: fully switch off overlay when not in useDaniel Vetter2009-11-051-2/+1
* drm/i915: implement drmmode overlay support v4Daniel Vetter2009-11-051-0/+1293