summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-16drm/i915: Don't bother clearing GPU read domains that are no longer set.no-more-domainsEric Anholt1-10/+0
2011-12-16drm/i915: Use the ring active list instead of searching the global LRU.Eric Anholt1-4/+1
2011-12-16drm/i915: Simplify i915_gem_set_to_gpu_domain() by ignoring GPU read domains.Eric Anholt1-150/+30
2011-12-16drm/i915: Simplify i915_gem_object_wait_rendering().Eric Anholt1-16/+3
2011-12-16drm/i915: Don't walk the active list looking for dirty (GPU) write domains.Eric Anholt1-9/+0
2011-12-16drm/i915: Remove unused args of i915_gem_execbuffer_flush().Eric Anholt1-16/+3
2011-12-16drm/i915: Remove the callers of the empty i915_gem_flush_ring().Eric Anholt3-86/+3
2011-12-16drm/i915: Remove the flushing list.Eric Anholt4-69/+7
2011-12-16drm/i915: Garbage-collect code for handling the gpu_write_list.Eric Anholt5-70/+4
2011-12-16drm/i915: Always set the write_domain to 0 after exec.Eric Anholt1-7/+5
2011-12-16drm/i915: Garbage-collect the flush interface now that it's a stub.Eric Anholt4-42/+0
2011-12-16drm/i915: Always flush all caches at the end of gen4/5 render ring batches.Eric Anholt1-69/+13
2011-12-16drm/i915: Always flush all caches at the end of gen6 render ring batches.Eric Anholt1-41/+27
2011-12-16drm/i915: Do ring allocation once for gen6 post-sync workaround.Eric Anholt1-19/+5
2011-12-16drm/i915: Remove the old gen3 memory space flag from gen6 batch dispatch.Eric Anholt1-2/+1
2011-12-16drm/i915: Split gen6/7 render ring batch emit off from gen4/5.Eric Anholt1-2/+24
2011-12-16drm/i915: Flush the caches at the end of the batch on gen3.Eric Anholt1-1/+7
2011-12-16drm/i915: Flush the caches at the end of the batch on i830/i845.Eric Anholt1-1/+5
2011-12-16drm/i915: Flush the caches at the end of BSD batches on gen5.Eric Anholt1-18/+7
2011-12-16drm/i915: Flush the caches at the end of BSD and BLT batches on gen6+.Eric Anholt1-40/+19
2011-12-16drm/i915: Split the gen3 vs gen4 batchbuffer emit into separate functions.Eric Anholt1-16/+41
2011-12-16drm/i915: Pull the i830 code out of render_ring_dispatch_execbuffer().Eric Anholt1-22/+35
2011-12-16drm/i915: Rename ring_dispatch_execbuffer() to be more descriptive.Eric Anholt1-2/+3
2011-12-16drm/i915: Make the update_mboxes() update both mboxes at the same time.Eric Anholt1-16/+13
2011-12-16drm/i915: Print debugfs object list sizes in kiB instead of bytes.Eric Anholt1-2/+2
2011-12-16drm/i915: Cleanup of an &obj->base NULL check.Eric Anholt1-1/+1
2011-12-16drm/i915/dp: Dither down to 6bpc if it makes the mode fitAdam Jackson3-8/+39
2011-12-16drm/i915: Fix possible failure to wait in i915_gem_object_finish_gpu().Eric Anholt1-3/+0
2011-12-15drm/i915/ringbuffer: kill snb blt workaroundDaniel Vetter1-79/+2
2011-12-15drm/i915: Move the render ring vtable setup to a common function.Eric Anholt1-10/+12
2011-12-09drm/i915: don't set unpin_work if vblank_get failsJesse Barnes1-5/+7
2011-12-09drm/i915: properly prefault for pread/pwriteDaniel Vetter1-4/+55
2011-12-09drm/i915: By default, enable RC6 on IVB and SNB when reasonableKeith Packard3-6/+33
2011-12-09iommu: Export intel_iommu_enabled to signal when iommu is in useEugeni Dodonov2-0/+7
2011-12-09drm/i915: DisplayPort hot remove notification to audio driverWu Fengguang1-0/+1
2011-12-09drm/i915: HDMI hot remove notification to audio driverWu Fengguang1-2/+6
2011-12-09drm/i915: dont trigger hotplug events on unchanged ELDWu Fengguang1-5/+46
2011-12-09drm/i915: rename audio ELD registersWu Fengguang2-23/+23
2011-12-09drm/i915: fix ELD writing for SandyBridgeWu Fengguang1-5/+5
2011-12-08drm/i915/sdvo: Include LVDS panels for the IS_DIGITAL checkChris Wilson1-8/+20
2011-12-08drm/i915: prevent division by zero when asking for chipset powerEugeni Dodonov2-0/+11
2011-12-08drm/i915: add PCH info to i915_capabilitiesPaulo Zanoni1-0/+1
2011-12-08drm/i915: set the right SDVO transcoder for CPTPaulo Zanoni2-6/+10
2011-11-28drm/i915: no-lvds quirk for ASUS AT5NM10T-IAdam Jackson1-0/+8
2011-11-27drm/i915: check ACTHD of all ringsDaniel Vetter2-3/+12
2011-11-23drm/i915: Treat pre-gen4 backlight duty cycle value consistentlyKeith Packard1-11/+5
2011-11-23drm/i915: Hook up Ivybridge eDPKeith Packard2-34/+133
2011-11-23drm/i915: add multi-threaded forcewake supportKeith Packard4-8/+66
2011-11-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-0/+16
2011-11-23Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-24/+25