summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| * | drm/i915: Track pinned objectsChris Wilson2010-09-213-14/+26
| * | drm/i915: Drain any pending flips on the fb prior to unpinningChris Wilson2010-09-213-20/+26
| * | drm/i915: Merge ring flushing and lazy requestsChris Wilson2010-09-213-32/+24
| * | drm/i915: Track gpu fence usageChris Wilson2010-09-212-2/+10
| * | drm/i915/ringbuffer: whitespace cleanupChris Wilson2010-09-212-65/+68
| * | drm/i915: drop alignment ringbuffer parameterDaniel Vetter2010-09-212-5/+1
| * | drm/i915: don't explicitly initialize ringbuffer members to zeroDaniel Vetter2010-09-211-33/+0
| * | drm/i915: use new macros to access the ring ctl registerDaniel Vetter2010-09-212-17/+7
| * | drm/i915: use new macros to access the ring head registerDaniel Vetter2010-09-212-40/+13
| * | drm/i915: use new macros to access the ring start registerDaniel Vetter2010-09-212-8/+6
| * | drm/i915: use new macros to access the ring tail registerDaniel Vetter2010-09-212-50/+22
| * | drm/i915: add relative ring register macrosDaniel Vetter2010-09-213-0/+12
| * | drm/i915: kill duplicated/unneeded register definesDaniel Vetter2010-09-211-18/+0
| * | drm/i915: Use ring->flush() instead of MI_FLUSHChris Wilson2010-09-213-17/+20
| * | drm/i915/ringbuffer: Mark the initialisation structs as constant.Chris Wilson2010-09-211-3/+3
| * | drm/i915: add a new BSD ring buffer for SandybridgeXiang, Haihao2010-09-214-8/+159
| * | drm/i915/ringbuffer: Implement advance using set_tailChris Wilson2010-09-212-17/+1
| * | drm/i915: add set_tail hook in struct intel_ring_bufferXiang, Haihao2010-09-212-5/+19
| * | drm/i915: do not export the instances of struct intel_ring_bufferXiang, Haihao2010-09-213-16/+31
| * | drm/i915: fix HAS_BSD with a device info flagXiang, Haihao2010-09-212-1/+6
| * | drm/i915: Clean up bo lists on all hung gpusChris Wilson2010-09-213-19/+16
| * | drm/i915: Clear GPU read domains on resetChris Wilson2010-09-213-0/+19
| * | drm/i915: Clear flushing lists on GPU resetChris Wilson2010-09-213-0/+23
| * | drm/i915: Only emit a flush request on the active ring.Chris Wilson2010-09-214-22/+51
| * | drm/i915: Inline i915_gem_ring_retire_request()Chris Wilson2010-09-211-53/+38
| * | drm/i915/debug: Dump BSD ring buffers to debugfsChris Wilson2010-09-211-6/+12
| * | drm/i915: After a reset perform a forced modesetChris Wilson2010-09-211-7/+10
| * | drm/i915: Add support for GPU soft reset on Ironlake.Kenneth Graunke2010-09-213-7/+27
| * | drm/i915: Rename graphics reset registers.Kenneth Graunke2010-09-213-8/+10
| * | drm/i915: Actually set the reset bit in i965_reset.Kenneth Graunke2010-09-211-16/+15
| * | drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965gChris Wilson2010-09-2117-201/+197
| * | drm/i915: Cache LVDS EDIDChris Wilson2010-09-211-11/+8
| * | Merge branch 'drm-intel-fixes' into HEADChris Wilson2010-09-2139-268/+507
| |\ \ | | |/
| * | drm/i915: use GMBUS to manage i2c linksChris Wilson2010-09-1821-419/+441
| * | drm/i915: call drm_encoder_init firstChris Wilson2010-09-154-12/+18
| * | drm/i915/sdvo: Mark the status as unknown if attached with EDIDChris Wilson2010-09-151-1/+1
| * | drm/i915/sdvo: Only create the analog encoder as requiredChris Wilson2010-09-151-28/+41
| * | drm/i915/sdvo: Propagate i2c error from switching DDC control bus.Chris Wilson2010-09-141-9/+18
| * | drm/i915/sdvo: Tidy intel_sdvo_hdmi_sink_detectChris Wilson2010-09-141-31/+24
| * | drm/i915: Remove unused intel_ringbuffer->ring_flagChris Wilson2010-09-143-6/+2
| * | drm/i915/i2c: Track the parent encoder rather than just the devChris Wilson2010-09-147-65/+67
| * | drm/i915: Allow get_fence_reg() to be uninterruptibleChris Wilson2010-09-144-22/+31
| * | drm/i915: Push pipelining of display plane flushes to the callerChris Wilson2010-09-145-29/+43
| * | drm/i915: Fix regression in ba3d8d749bChris Wilson2010-09-141-2/+6
| * | drm/i915: Consolidate flushing the display planeChris Wilson2010-09-144-50/+17
| * | drm/i915: Reduce hangcheck frequencyChris Wilson2010-09-143-6/+11
| * | drm/i915: Remove redundant initialisation of crtc->pipeChris Wilson2010-09-131-4/+2
| * | drm/i915: Initialize intel_crtc->activeChris Wilson2010-09-131-0/+1
| * | drm/i915: Fix an overlay regression from 7e7d76cChris Wilson2010-09-133-6/+21
| * | drm/i915: Share crtc setup and teardown between dpms and disable/enableChris Wilson2010-09-132-81/+46
OpenPOWER on IntegriCloud