summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2010-11-04drm/i915: kill mappable/fenceable disdinctionDaniel Vetter
2010-11-04drm/i915: revert pageflip/mappable related abi breakageDaniel 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-04drm/i915: Fix KMS regression on Sandybridge/CPTZhenyu Wang
2010-11-03i915: reprogram power monitoring registers on resumeKyle McMartin
2010-11-03drm/i915: Ensure that if we ever try to pin+fence it is mappable.Chris Wilson
2010-11-02drm/i915: Drop the iomem accessors when writing to the kmapped blt batchChris Wilson
2010-11-02Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2010-11-02drm/i915: SNB BLT workaroundChris Wilson
2010-11-02drm/i915: SNB BLT workaroundZou Nan hai
2010-11-02Revert "drm/i915: add MMIO debug output"Chris Wilson
2010-11-02drm/i915: Fix the graphics frequency clamping at init and when IPS is active.Jesse Barnes
2010-11-02drm/i915: Allow powersave modparam to be adjusted at runtime.Chris Wilson
2010-11-01Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2010-11-01drm/i915: Apply big hammer to serialise buffer access between ringsChris Wilson
2010-11-01drm/i915: Move the invalidate|flush information out of the device structChris Wilson
2010-11-01drm/i915: Apply big hammer to serialise buffer access between ringsChris Wilson
2010-11-01drm/i915/debugfs: Report ring in error stateChris Wilson
2010-11-01drm/i915: opregion_setup: iounmap correct addressChristoph Fritz
2010-10-31drm/i915: Evict just the purgeable GTT entries on the first passChris Wilson
2010-10-30drm/i915: Fix typo from e5281ccd in i915_gem_attach_phys_object()Chris Wilson
2010-10-29drm/i915: Record BSD engine error stateChris Wilson
2010-10-29drm/i915/ringbuffer: Use the HEAD auto-reporting mechanismChris Wilson
2010-10-29drm/i915: Check if the GPU hung whilst waiting for the ring to clearChris Wilson
2010-10-29drm/i915: Switch to using pci_iounmap in conjunction with pci_iomapChris Wilson
2010-10-29drm/i915/debugfs: Display the contents of the BLT and BSD status pagesChris Wilson
2010-10-29drm/i915/ringbuffer: Remove duplicate initialisation of ring controlChris Wilson
2010-10-29drm/i915: Record BLT engine error stateChris Wilson
2010-10-29drm/i915/ringbuffer: Disable the ringbuffer on cleanup.Chris Wilson
2010-10-29drm/i915: Remove the duplicate domain-change tracepoint for GPU flushChris Wilson
2010-10-29drm/i915: Only enforce fence limits inside the GTT.Chris Wilson
2010-10-29drm/i915: Convert BUG_ON(pin_count) from an impossible conditionChris Wilson
2010-10-28drm/i915: Do not return -1 from shrinker when nr_to_scan == 0Chris Wilson
2010-10-28drm/i915: Flush read-only buffers from the active list upon idle as wellChris Wilson
2010-10-28drm/i915: Kill GTT mappings when moving from GTT domainChris 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-28drm/i915/ringbuffer: Check that we setup the ringbufferChris Wilson
2010-10-28drm/i915: Use pci_iomap for remapping the MMIO registers.Chris Wilson
2010-10-27drm/i915: Capture ERROR register on Sandybridge hangsChris Wilson
2010-10-27drm/i915: Use the agp_size determined from the GTTChris Wilson
2010-10-27drm/i915: Bail early if we try to mmap an object too large to be mapped.Chris Wilson
2010-10-27drm/i915: add accounting for mappable objects in gtt v2Daniel Vetter
2010-10-27drm/i915: add mappable to gem_object_bind tracepointDaniel Vetter
2010-10-27drm/i915: use the complete gttDaniel Vetter
2010-10-27drm/i915: unbind unmappable objects on fault/pinDaniel Vetter
2010-10-27drm/i915: range-restricted bind_to_gttDaniel Vetter
2010-10-27drm/i915: range-restricted eviction supportDaniel Vetter