summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
AgeCommit message (Expand)Author
2010-11-23drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson
2010-11-23drm/i915: no more agp for gemDaniel Vetter
2010-11-23drm/i915: move gtt handling to i915_gem_gtt.cDaniel Vetter
2010-11-23drm/i915: restore gtt on resume in the drm instead of in intel-gtt.koDaniel Vetter
2010-11-23drm/i915: track objects in the gttDaniel Vetter
2010-11-23agp/intel: Remove confusion of stolen entries not stolen memoryChris Wilson
2010-11-23drm/i915: Compute physical addresses from base of stolen memoryChris Wilson
2010-11-22drm/i915: Fix restore of 965 fence regs since the register tracing change.Keith Packard
2010-11-22drm/i915: Capture interesting display registers on errorChris Wilson
2010-11-22drm/i915: Capture pinned buffers on errorChris Wilson
2010-11-15Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2010-11-13drm/i915: Retire any pending operations on the old scanout when switchingChris Wilson
2010-11-11drm/i915/ringbuffer: set FORCE_WAKE bit before reading ring registerZou Nan hai
2010-11-11drm/i915: Remove the global irq wait queueChris Wilson
2010-11-08drm/i915: POSTING_READs are simply flushes and so irrelevant to tracingChris Wilson
2010-11-08drm/i915: Add untraced register read/write interfaceYuanhan Liu
2010-11-08drm/i915: trace down all the register write and readYuanhan Liu
2010-11-04drm/i915: kill mappable/fenceable disdinctionDaniel Vetter
2010-11-04Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2010-11-04drm/i915; Don't apply Ironlake FDI clock workaround to SandybridgeZhenyu Wang
2010-11-02Revert "drm/i915: add MMIO debug output"Chris Wilson
2010-11-01drm/i915: Move the invalidate|flush information out of the device structChris Wilson
2010-11-01drm/i915/debugfs: Report ring in error stateChris Wilson
2010-10-31drm/i915: Evict just the purgeable GTT entries on the first passChris Wilson
2010-10-29drm/i915: Record BSD engine error stateChris Wilson
2010-10-29drm/i915: Record BLT engine error stateChris Wilson
2010-10-29drm/i915: Only enforce fence limits inside the GTT.Chris Wilson
2010-10-28drm/i915: Eliminate nested get/put pagesChris Wilson
2010-10-28drm/i915: Remove mmap_offsetChris Wilson
2010-10-28drm/i915: Make the inactive object shrinker per-deviceChris Wilson
2010-10-27drm/i915: Capture ERROR register on Sandybridge hangsChris Wilson
2010-10-27drm/i915: add accounting for mappable objects in gtt v2Daniel Vetter
2010-10-27drm/i915: use the complete gttDaniel Vetter
2010-10-27drm/i915: range-restricted bind_to_gttDaniel Vetter
2010-10-27drm/i915: range-restricted eviction supportDaniel Vetter
2010-10-27drm/i915: Propagate error from failing to queue a requestChris Wilson
2010-10-27drm/i915: Remove the confusing global waiting/irq seqnoChris Wilson
2010-10-27drm/i915: Propagate errors from writing to ringbufferChris Wilson
2010-10-27drm/i915/ringbuffer: Drop the redundant dev from the vfunc interfaceChris Wilson
2010-10-24drm/i915: Move gpu_write_list to per-ringChris Wilson
2010-10-21drm/i915: IS_IRONLAKE is synonymous with gen == 5Chris Wilson
2010-10-21drm/i915: Enable SandyBridge blitter ringChris Wilson
2010-10-20drm/i915: Track objects in global active list (as well as per-ring)Chris Wilson
2010-10-08drm/i915/dp: cache eDP DPCD dataJesse Barnes
2010-10-08drm/i915: fetch eDP configuration data from the VBTJesse Barnes
2010-10-08drm/i915: add _DSM supportJesse Barnes
2010-10-01drm/i915: If the GPU hangs twice within 5 seconds, declare it wedged.Chris Wilson
2010-10-01drm/i915: Clear fence registers on GPU resetChris Wilson
2010-10-01drm: Move the GTT accounting to i915Chris Wilson
2010-09-30drm/i915: Make get/put pages staticChris Wilson