aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAge
...
| | * | | | | | | drm/i915: Use ring->flush() instead of MI_FLUSHChris Wilson2010-09-21
| | * | | | | | | drm/i915/ringbuffer: Mark the initialisation structs as constant.Chris Wilson2010-09-21
| | * | | | | | | drm/i915: add a new BSD ring buffer for SandybridgeXiang, Haihao2010-09-21
| | * | | | | | | drm/i915/ringbuffer: Implement advance using set_tailChris Wilson2010-09-21
| | * | | | | | | drm/i915: add set_tail hook in struct intel_ring_bufferXiang, Haihao2010-09-21
| | * | | | | | | drm/i915: do not export the instances of struct intel_ring_bufferXiang, Haihao2010-09-21
| | * | | | | | | drm/i915: fix HAS_BSD with a device info flagXiang, Haihao2010-09-21
| | * | | | | | | drm/i915: Clean up bo lists on all hung gpusChris Wilson2010-09-21
| | * | | | | | | drm/i915: Clear GPU read domains on resetChris Wilson2010-09-21
| | * | | | | | | drm/i915: Clear flushing lists on GPU resetChris Wilson2010-09-21
| | * | | | | | | drm/i915: Only emit a flush request on the active ring.Chris Wilson2010-09-21
| | * | | | | | | drm/i915: Inline i915_gem_ring_retire_request()Chris Wilson2010-09-21
| | * | | | | | | drm/i915/debug: Dump BSD ring buffers to debugfsChris Wilson2010-09-21
| | * | | | | | | drm/i915: After a reset perform a forced modesetChris Wilson2010-09-21
| | * | | | | | | drm/i915: Add support for GPU soft reset on Ironlake.Kenneth Graunke2010-09-21
| | * | | | | | | drm/i915: Rename graphics reset registers.Kenneth Graunke2010-09-21
| | * | | | | | | drm/i915: Actually set the reset bit in i965_reset.Kenneth Graunke2010-09-21
| | * | | | | | | drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965gChris Wilson2010-09-21
| | * | | | | | | drm/i915: Cache LVDS EDIDChris Wilson2010-09-21
| | * | | | | | | Merge branch 'drm-intel-fixes' into HEADChris Wilson2010-09-21
| | |\ \ \ \ \ \ \
| | * | | | | | | | drm/i915: use GMBUS to manage i2c linksChris Wilson2010-09-18
| | * | | | | | | | drm/i915: call drm_encoder_init firstChris Wilson2010-09-15
| | * | | | | | | | drm/i915/sdvo: Mark the status as unknown if attached with EDIDChris Wilson2010-09-15
| | * | | | | | | | drm/i915/sdvo: Only create the analog encoder as requiredChris Wilson2010-09-15
| | * | | | | | | | drm/i915/sdvo: Propagate i2c error from switching DDC control bus.Chris Wilson2010-09-14
| | * | | | | | | | drm/i915/sdvo: Tidy intel_sdvo_hdmi_sink_detectChris Wilson2010-09-14
| | * | | | | | | | drm/i915: Remove unused intel_ringbuffer->ring_flagChris Wilson2010-09-14
| | * | | | | | | | drm/i915/i2c: Track the parent encoder rather than just the devChris Wilson2010-09-14
| | * | | | | | | | drm/i915: Allow get_fence_reg() to be uninterruptibleChris Wilson2010-09-14
| | * | | | | | | | drm/i915: Push pipelining of display plane flushes to the callerChris Wilson2010-09-14
| | * | | | | | | | drm/i915: Fix regression in ba3d8d749bChris Wilson2010-09-14
| | * | | | | | | | drm/i915: Consolidate flushing the display planeChris Wilson2010-09-14
| | * | | | | | | | drm/i915: Reduce hangcheck frequencyChris Wilson2010-09-14
| | * | | | | | | | drm/i915: Remove redundant initialisation of crtc->pipeChris Wilson2010-09-13
| | * | | | | | | | drm/i915: Initialize intel_crtc->activeChris Wilson2010-09-13
| | * | | | | | | | drm/i915: Fix an overlay regression from 7e7d76cChris Wilson2010-09-13
| | * | | | | | | | drm/i915: Share crtc setup and teardown between dpms and disable/enableChris Wilson2010-09-13
| | * | | | | | | | drm/i915/lvds: Move private data to the connector from the device.Chris Wilson2010-09-13
| | * | | | | | | | drm/i915/lvds: Remove incorrect mode lockingChris Wilson2010-09-13
| | * | | | | | | | drm/i915/lvds: Ensure panel is unlocked for Ironlake or the panel fitterChris Wilson2010-09-13
| | * | | | | | | | drm/i915/bios: Prevent NULL dereference after allocation failureChris Wilson2010-09-12
| | * | | | | | | | drm/i915/sdvo: Poll command status 5 times without delay on readChris Wilson2010-09-12
| | * | | | | | | | drm/i915: Use msleep instead of mdelay during wait_vblank_offChris Wilson2010-09-12
| | * | | | | | | | drm/i915/lvds: Remove busy wait for powering up the panel.Chris Wilson2010-09-12
| | * | | | | | | | drm/i915/lvds: Remove busy wait for powering down the panelChris Wilson2010-09-12
| | * | | | | | | | drm/i915/i2c: The bit-banging interface controls the delay, drop oursChris Wilson2010-09-11
| | * | | | | | | | drm/i915/dp: Convert a udelay(17000) to a sleep during link-offChris Wilson2010-09-11
| | * | | | | | | | drm/i915: Use macros to switch between equivalent pipe registersChris Wilson2010-09-11
| | * | | | | | | | drm/i915: Tidy Ironlake watermark computationChris Wilson2010-09-11
| | * | | | | | | | drm/i915: Fix updating FBCChris Wilson2010-09-11