summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/dp: Wait for PP_CONTROL to take effect.Hette Visser2010-09-241-0/+10
* drm/i915: Parse the eDP link configuration from the vBIOSChris Wilson2010-09-245-20/+42
* drm/i915/lvds: Use the GMBUS pin if specified in VBTChris Wilson2010-09-241-8/+13
* drm/i915: Use an uninterruptible wait for page-flips during modesetChris Wilson2010-09-243-13/+21
* drm/i915: Remove unused dev_priv->panel_wants_ditherChris Wilson2010-09-242-2/+1Star
* drm/i915/ringbuffer: Fix sign of ring space.Chris Wilson2010-09-241-1/+1
* drm/i915: Remove idle timer debugging messagesChris Wilson2010-09-241-4/+0Star
* drm/i915/lvds: Probe DDC on creationChris Wilson2010-09-241-0/+21
* drm/i915/tv: Sleep before checking for state changes.Chris Wilson2010-09-231-2/+5
* drm/i915: Remove the broken flush_ring from page-flipChris Wilson2010-09-233-12/+2Star
* drm/i915/crt: Use a DDC probe on 0xA0 before load-detectChris Wilson2010-09-221-4/+35
* drm/i915: Disable "disabled FBC" message when a no-opChris Wilson2010-09-221-0/+3
* drm/i915: Drop ring->lazy_requestChris Wilson2010-09-222-36/+6Star
* drm/i915: Don't offset the pin used for crt_ddcChris Wilson2010-09-221-1/+1
* drm/i915: Clear the gpu_write_list on resetting write_domain upon hangChris Wilson2010-09-223-28/+42
* drm/i915: Don't overwrite the returned error-codeChris Wilson2010-09-211-3/+3
* drm/i915/lvds: Unlock the PP register when panel-fittingChris Wilson2010-09-211-2/+6
* drm/i915: Use the correct DPB GMBUS port for GPIOEChris Wilson2010-09-211-2/+2
* drm/i915: Drop crtc->fb pin on disable.Chris Wilson2010-09-211-0/+15
* drm/i915: Disable output polling across suspend & resumeChris Wilson2010-09-212-3/+10
* intel-gtt: clean up gtt size reportingDaniel Vetter2010-09-211-1/+0Star
* 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/+24Star
* 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/+1Star
* drm/i915: don't explicitly initialize ringbuffer members to zeroDaniel Vetter2010-09-211-33/+0Star
* drm/i915: use new macros to access the ring ctl registerDaniel Vetter2010-09-212-17/+7Star
* drm/i915: use new macros to access the ring head registerDaniel Vetter2010-09-212-40/+13Star
* drm/i915: use new macros to access the ring start registerDaniel Vetter2010-09-212-8/+6Star
* drm/i915: use new macros to access the ring tail registerDaniel Vetter2010-09-212-50/+22Star
* drm/i915: add relative ring register macrosDaniel Vetter2010-09-213-0/+12
* drm/i915: kill duplicated/unneeded register definesDaniel Vetter2010-09-211-18/+0Star
* 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/+1Star
* 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/+16Star
* 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/+38Star
* 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