summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-10agp/intel-gtt: export the scratch page dma addressDaniel Vetter2-5/+6
2012-02-09drm/i915: dump even more into the error_stateDaniel Vetter3-0/+17
2012-02-09drm/i915: s/DRM_ERROR/DRM_DEBUG in i915_gem_execbuffer.cDaniel Vetter1-25/+25
2012-02-09drm/i915: add gen6+ registers to i915_swizzle_infoDaniel Vetter1-0/+13
2012-02-09drm/i915: consolidate swizzling control bit frobbingDaniel Vetter2-7/+4
2012-02-09drm/i915: swizzling support for snb/ivbDaniel Vetter6-7/+78
2012-02-01drm/i915: Handle unmappable buffers during error state captureChris Wilson1-5/+23
2012-01-31drm/i915: rewrite shmem_pread_slow to use copy_to_userDaniel Vetter1-134/+57
2012-01-31drm/i915: rewrite shmem_pwrite_slow to use copy_from_userDaniel Vetter1-62/+65
2012-01-31drm/i915: fall through pwrite_gtt_slow to the shmem slow pathDaniel Vetter1-12/+21
2012-01-31drm/i915: add debugfs file for swizzling informationDaniel Vetter1-0/+50
2012-01-31drm/i915: fix swizzle detection for gen3Daniel Vetter1-2/+2
2012-01-30drm/i915: Remove the upper limit on the bo size for mapping into the CPU domainChris Wilson1-6/+0
2012-01-30drm/i915: add per-ring fault reg to error_stateDaniel Vetter4-8/+17
2012-01-29drm/i915: reject GTT domain in relocationsDaniel Vetter1-2/+3
2012-01-29drm/i915: remove the i915_batchbuffer_info debugfs fileDaniel Vetter1-40/+0
2012-01-29drm/i915: capture error_state also for stuck ringsDaniel Vetter1-2/+1
2012-01-29drm/i915: refactor debugfs create functionsDaniel Vetter1-37/+18
2012-01-29drm/i915: refactor debugfs open functionDaniel Vetter1-21/+5
2012-01-29drm/i915: don't trash the gtt when running out of fencesDaniel Vetter1-1/+1
2012-01-29drm/i915: Separate fence pin counting from normal bind pin countingChris Wilson6-57/+129
2012-01-29drm/i915/ringbuffer: kill snb blt workaroundDaniel Vetter1-79/+2
2012-01-29drm/i915: collect more per ring error stateDaniel Vetter4-10/+25
2012-01-29drm/i915: refactor ring error state capture to use arraysDaniel Vetter4-83/+73
2012-01-29drm/i915: switch ring->id to be a real idDaniel Vetter5-24/+25
2012-01-29drm/i915: set AUD_CONFIG N_value_index for DisplayPortWu Fengguang2-1/+19
2012-01-26drm/i915: correct lock type in destroyBen Widawsky1-2/+3
2012-01-26drm/i915: drm/i915: Fix recursive calls to unmapBen Widawsky1-1/+1
2012-01-26drm/i915: argument to control retiring behaviorBen Widawsky7-20/+27
2012-01-26drm/i915: Correct the bit number for the MI_FLUSH_ENABLE.Eric Anholt1-1/+1
2012-01-25drm/i915: Remove the MI_FLUSH_ENABLE setting.Eric Anholt1-2/+0
2012-01-24drm/i915: fixup assert_pipe to take the pipe A quirk into accountDaniel Vetter1-0/+4
2012-01-21drm/i915: print out which pixel format we do not supportEugeni Dodonov1-1/+2
2012-01-21drm/i915: properly mask and or watermark values for spritesJesse Barnes1-7/+17
2012-01-21drm/i915: clarify gen2 pageflip cmdDaniel Vetter1-1/+1
2012-01-17drm/i915: add a LLC feature flag in device descriptionEugeni Dodonov6-2/+13
2012-01-17drm/i915: kill i915_mem.cDaniel Vetter5-411/+7
2012-01-17drm/i915: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1
2012-01-17drm/i915/dp: Check for AUXCH error before checking for successAdam Jackson1-0/+4
2012-01-17drm/i915/dp: Use auxch precharge value of 5 everywhereAdam Jackson1-6/+1
2012-01-17drm/i915/dp: Tweak auxch clock divider for PCHAdam Jackson1-1/+1
2012-01-17drm/i915: Remove a comment about PCH from the non-PCH pathAdam Jackson1-2/+0
2012-01-17drm/i915: Fix assert_pch_hdmi_disabled to mention HDMI (not DP)Adam Jackson1-1/+1
2012-01-17drm/i915: Implement plane-disabled assertion for PCH tooAdam Jackson1-1/+7
2012-01-17drivers: i915: Fix BLC PWM register setupSimon Que1-2/+2
2012-01-17drm/i915: Check that plane/pipe is disabled before removing the fbChris Wilson1-5/+12
2012-01-17drm/i915: fix typo in function nameEugeni Dodonov1-1/+1
2012-01-17drm/i915: split out pll divider codeJesse Barnes1-22/+40
2012-01-17drm/i915: split 9xx refclk & sdvo tv code outJesse Barnes1-28/+46
2012-01-17agp/intel: Add pci id for hostbridge from has/qemuBen Widawsky1-0/+1