summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-15drm/i915: use drm_mm_for_each_scanned_node_reverse helperfor-nextDaniel Vetter1-19/+15
2011-04-15drm/i915: kill gtt_listDaniel Vetter4-18/+23
2011-04-15drm/i915: kill obj->gtt_offsetDaniel Vetter11-83/+74
2011-04-15drm/i915: embed struct drm_mm_node into struct drm_i915_gem_objectDaniel Vetter8-71/+58
2011-04-15drm/i915: Use the LLC mode on gen6 for everything but display.Eric Anholt1-1/+17
2011-04-15drm/i915: Prevent mixing of snooped and tiling modes for old chipsetsChris Wilson2-0/+17
2011-04-15drm/i915: Prevent mmap access through the GTT of snooped pagesChris Wilson1-0/+10
2011-04-15drm/i915: Use the CPU domain for snooped pwritesChris Wilson1-0/+1
2011-04-15drm/i915: Use the uncached domain for the display planesEric Anholt1-0/+13
2011-04-15drm/i915: Combine pinning after setting to the display planeDaniel Vetter4-34/+17
2011-04-15drm/i915: Mark the cursor and the overlay as being part of the display planesChris Wilson2-2/+2
2011-04-15drm/i915: Add an interface to dynamically change the cache levelChris Wilson4-7/+71
2011-04-15drm/i915/gtt: Split out i915_gem_gtt_rebind_object()Chris Wilson1-17/+25
2011-04-15drm/i915: Introduce i915_gem_object_finish_gtt()Chris Wilson1-2/+25
2011-04-15drm/i915: Introduce i915_gem_object_finish_gpu()Chris Wilson3-12/+21
2011-04-15drm/i915: Do not clflush snooped objectsChris Wilson1-0/+11
2011-04-15drm/i915: Rename agp_type to cache_levelChris Wilson6-18/+48
2011-04-15drm/i915: debugfs for context informationBen Widawsky1-0/+25
2011-04-15drm/i915: use i915_enable_rc6 on SNB tooJesse Barnes1-3/+6
2011-04-15drm/i915: re-enable rc6 for ironlakeBen Widawsky1-1/+1
2011-04-15drm/i915: fix rc6 initialization on IronlakeBen Widawsky1-3/+13
2011-04-15drm/1915: ringbuffer wait for idle functionBen Widawsky3-2/+8
2011-04-15drm/i915: fix ilk rc6 teardown lockingBen Widawsky1-3/+8
2011-04-15drm/i915: Fold the DPLL limit defines into the structs that use them.Eric Anholt1-469/+181
2011-04-15drm/i915: Clean up leftover DPLL and LVDS register choice from pch split.Eric Anholt1-35/+22
2011-04-15drm/i915: Drop remaining pre-Ironlake code from ironlake_crtc_mode_set().Eric Anholt1-83/+36
2011-04-15drm/i915: Drop non-HAS_PCH_SPLIT() code from ironlake_crtc_mode_set().Eric Anholt1-211/+150
2011-04-15drm/i915: Drop the remaining bit of Ironlake code from i9xx_crtc_mode_set().Eric Anholt1-6/+0
2011-04-15drm/i915: Drop the eDP paths from the pre-Ironlake crtc_mode_set.Eric Anholt1-33/+24
2011-04-15drm/i915: Remove the PCH paths from the pre-Ironlake crtc_mode_set().Eric Anholt1-260/+24
2011-04-15drm/i915: Move the vblank pre/post modeset to the common crtc_mode_set.Eric Anholt1-10/+6
2011-04-15drm/i915: Split the crtc_mode_set function along HAS_PCH_SPLIT() lines.Eric Anholt2-7/+682
2011-04-15drm/i915: Initialise g4x watermarks for disabled pipesChris Wilson1-1/+4
2011-04-15drm/i915: Sanitize the output registers after resumeChris Wilson1-32/+36
2011-04-15drm/i915/tv: Fix modeset flickering introduced in 7f58aabc3Sitsofe Wheeler1-2/+2
2011-04-15drm/i915/tv: Only poll for TV connectionsMathew McKernan1-2/+1
2011-04-15drm/i915/tv: Remember the detected TV typeMathew McKernan1-0/+2
2011-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds4-23/+42
2011-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-3/+9
2011-04-14mm/thp: use conventional format for boolean attributesBen Hutchings1-10/+14
2011-04-14ramfs: fix memleak on no-mmu archBob Liu1-0/+1
2011-04-14um: disable CONFIG_CMPXCHG_LOCALRichard Weinberger1-0/+4
2011-04-14um: fix call tracer and bug handlerRichard Weinberger1-0/+6
2011-04-14fs/fhandle.c: add <linux/personality.h> for ia64Jeff Mahoney1-0/+1
2011-04-14MAINTAINERS: change mail adress of Hans J. KochHans J. Koch1-3/+3
2011-04-14RapidIO/mpc85xx: fix possible mport registration problemsAlexandre Bounine3-4/+7
2011-04-14RapidIO: add IDT CPS-1432 switch definitionsAlexandre Bounine2-0/+2
2011-04-14oom-kill: remove boost_dying_task_prio()KOSAKI Motohiro1-28/+0
2011-04-14vmscan: all_unreclaimable() use zone->all_unreclaimable as a nameKOSAKI Motohiro1-11/+13
2011-04-14mm: check that we have the right vma in __access_remote_vm()Michael Ellerman1-1/+1