summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.h
AgeCommit message (Expand)AuthorFilesLines
2010-11-13drm/i915: Retire any pending operations on the old scanout when switchingChris Wilson1-0/+2
2010-11-04drm/i915; Don't apply Ironlake FDI clock workaround to SandybridgeZhenyu Wang1-0/+1
2010-10-24drm/i915: Move gpu_write_list to per-ringChris Wilson1-9/+0
2010-10-21drm/i915: IS_IRONLAKE is synonymous with gen == 5Chris Wilson1-7/+4
2010-10-21drm/i915: Enable SandyBridge blitter ringChris Wilson1-0/+3
2010-10-20drm/i915: Track objects in global active list (as well as per-ring)Chris Wilson1-1/+13
2010-10-08drm/i915/dp: cache eDP DPCD dataJesse Barnes1-0/+1
2010-10-08drm/i915: fetch eDP configuration data from the VBTJesse Barnes1-9/+9
2010-10-08drm/i915: add _DSM supportJesse Barnes1-0/+9
2010-10-01drm/i915: If the GPU hangs twice within 5 seconds, declare it wedged.Chris Wilson1-0/+2
2010-10-01drm/i915: Clear fence registers on GPU resetChris Wilson1-1/+1
2010-10-01drm: Move the GTT accounting to i915Chris Wilson1-0/+9
2010-09-30drm/i915: Make get/put pages staticChris Wilson1-2/+0
2010-09-30drm/i915/debug: Convert i915_verify_active() to scan all listsChris Wilson1-4/+4
2010-09-29drm/i915/debug: Remove default WATCH_BUFChris Wilson1-1/+0
2010-09-29drm/i915/debug: Remove defunct WATCH_LRUChris Wilson1-2/+0
2010-09-28drm/i915: Disable LVDS i2c probing when using GPIO bit bangingChris Wilson1-0/+4
2010-09-28drm/i915/sdvo: Fix GMBUSificationChris Wilson1-3/+7
2010-09-26drm/i915: Convert the file mutex into a spinlockChris Wilson1-1/+1
2010-09-25drm/i915: Adjust hangcheck EIO semanticsChris Wilson1-0/+2
2010-09-25drm/i915: Only hold a process-local lock whilst throttling.Chris Wilson1-3/+12
2010-09-24drm/i915: Parse the eDP link configuration from the vBIOSChris Wilson1-2/+11
2010-09-24drm/i915: Use an uninterruptible wait for page-flips during modesetChris Wilson1-3/+0
2010-09-24drm/i915: Remove unused dev_priv->panel_wants_ditherChris Wilson1-1/+0
2010-09-23drm/i915: Remove the broken flush_ring from page-flipChris Wilson1-5/+0
2010-09-22drm/i915: Clear the gpu_write_list on resetting write_domain upon hangChris Wilson1-2/+1
2010-09-21drm/i915: Track pinned objectsChris Wilson1-0/+6
2010-09-21drm/i915: Drain any pending flips on the fb prior to unpinningChris Wilson1-0/+3
2010-09-21drm/i915: Merge ring flushing and lazy requestsChris Wilson1-0/+1
2010-09-21drm/i915: Track gpu fence usageChris Wilson1-0/+1
2010-09-21drm/i915: Use ring->flush() instead of MI_FLUSHChris Wilson1-0/+4
2010-09-21drm/i915: fix HAS_BSD with a device info flagXiang, Haihao1-1/+2
2010-09-21drm/i915: Clean up bo lists on all hung gpusChris Wilson1-1/+1
2010-09-21drm/i915: Clear GPU read domains on resetChris Wilson1-0/+1
2010-09-21drm/i915: Clear flushing lists on GPU resetChris Wilson1-0/+1
2010-09-21drm/i915: Only emit a flush request on the active ring.Chris Wilson1-3/+2
2010-09-21drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965gChris Wilson1-13/+5
2010-09-18drm/i915: use GMBUS to manage i2c linksChris Wilson1-1/+13
2010-09-15drm/i915: Allow get_fence_reg() to be uninterruptibleChris Wilson1-2/+4
2010-09-15drm/i915: Push pipelining of display plane flushes to the callerChris Wilson1-1/+2
2010-09-14drm/i915: Consolidate flushing the display planeChris Wilson1-1/+0
2010-09-14drm/i915: Reduce hangcheck frequencyChris Wilson1-1/+1
2010-09-13drm/i915/lvds: Move private data to the connector from the device.Chris Wilson1-2/+0
2010-09-11drm/i915: Fix updating FBCChris Wilson1-0/+3
2010-09-09drm/i915: die, i915_probe_agp, dieDaniel Vetter1-2/+5
2010-09-09intel-gtt: introduce drm/intel-gtt.hDaniel Vetter1-0/+1
2010-09-08drm/i915: Refactor panel backlight controlsChris Wilson1-1/+1
2010-09-08drm/i915: Kill the active list spinlockChris Wilson1-2/+0
2010-09-08drm/i915: Compile out error state without DEBUG_FSChris Wilson1-1/+8
2010-09-08drm/i915: Preallocate requestsChris Wilson1-2/+3