summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-133-5/+5
|\
| * Fix spelling mistakes in commentsStefan Weil2011-01-031-2/+2
| * Merge branch 'master' into for-nextJiri Kosina2010-12-2296-1308/+2392
| |\
| * | backlight: constify backlight_opsLionel Debroux2010-11-161-2/+2
| * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | | drm/i915/execbuffer: Reorder binding of objects to favour restrictionsChris Wilson2011-01-112-26/+47
* | | drm/i915: If we hit OOM when allocating GTT pages, clear the apertureChris Wilson2011-01-111-8/+4
* | | drm/i915/evict: Ensure we completely cleanup on failureChris Wilson2011-01-111-1/+8
* | | drm/i915/execbuffer: Correctly clear the current object list upon EFAULTChris Wilson2011-01-111-3/+1
* | | drm/i915/debugfs: Show all objects in the gttChris Wilson2011-01-111-10/+43
* | | drm/i915: Record AGP memory type upon errorChris Wilson2011-01-113-4/+16
* | | drm/i915: Periodically flush the active lists and requestsChris Wilson2011-01-111-4/+26
* | | drm/i915/gtt: Unmap the PCI pages after unbinding them from the GTTChris Wilson2011-01-111-7/+3
* | | drm/i915: Record the error batchbuffer on each ringChris Wilson2011-01-113-120/+50
* | | drm/i915: Include TLB miss overhead for computing WMChris Wilson2011-01-111-2/+9
* | | drm/i915: Propagate error from flushing the ringChris Wilson2011-01-113-48/+90
* | | drm/i915: detect & report PCH display error interruptsJesse Barnes2011-01-112-2/+81
* | | drm/i915: cleanup rc6 codeJesse Barnes2011-01-114-46/+75
* | | drm/i915: fix rc6 enabling around suspend/resumeJesse Barnes2011-01-112-3/+3
* | | drm/i915: re-enable rc6 support for Ironlake+Jesse Barnes2011-01-114-21/+91
* | | drm/i915: Make the ring IMR handling privateChris Wilson2011-01-112-12/+15
* | | drm/i915/ringbuffer: Simplify the ring irq refcountingChris Wilson2011-01-112-39/+25
* | | drm/i915/debugfs: Show the per-ring IMRChris Wilson2011-01-113-14/+24
* | | drm/i915: Mask USER interrupts on gen6 (until required)Chris Wilson2011-01-115-62/+113
* | | drm/i915: Handle ringbuffer stalls when flushingChris Wilson2011-01-114-43/+65
* | | drm/i915: Enforce write ordering through the GTTChris Wilson2011-01-112-1/+16
* | | drm/i915: Remove impossible testChris Wilson2011-01-111-8/+0
* | | drm/i915: avoid reading non-existent PLL reg on Ironlake+Jesse Barnes2011-01-111-5/+7
* | | drm/i915: add 'reset' parameterChris Wilson2011-01-111-0/+6
* | | drm/i915: fix the wrong latency value while computing wm0Yuanhan Liu2011-01-111-5/+5
* | | drm/i915: support low power watermarks on IronlakeJesse Barnes2011-01-112-130/+133
* | | drm/i915: Workaround erratum on i830 for TAIL pointer within last 2 cachelinesChris Wilson2011-01-112-3/+11
* | | drm/i915: Use the mappable sizes determined by GTT for consistency.Chris Wilson2011-01-112-17/+10
* | | drm/i915: support overclocking on Sandy BridgeJesse Barnes2011-01-112-0/+28
* | | drm/i915/lvds: Always use 0 to disable the pfit controllerChris Wilson2011-01-111-0/+4
* | | drm/i915/panel: Only record the backlight level when it is enabledChris Wilson2011-01-115-8/+39
* | | drm/i915/sdvo: Defer detection of output capabilities until probingChris Wilson2011-01-111-22/+11
* | | drm/i915: fix calculation of eDP signal levels on SandybridgeYuanhan Liu2011-01-112-11/+21
* | | drm/i915/crt: Check for a analog monitor in case of DVI-IDavid Müller2011-01-111-5/+25
* | | drm/i915: make DP training try a little harderJesse Barnes2011-01-111-4/+23
* | | drm/i915: check eDP encoder correctly when setting modesJesse Barnes2011-01-111-1/+1
* | | Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-01-10162-10154/+24031
|\ \ \
| * | | drm/radeon/kms: disable underscan by defaultAlex Deucher2011-01-101-3/+3
| * | | drm/radeon/kms: only enable hdmi features if the monitor supports audioAlex Deucher2011-01-101-3/+3
| * | | Merge branch 'drm-radeon-ni' of ../drm-radeon-next into drm-core-nextDave Airlie2011-01-1025-149/+1593
| |\ \ \
| | * | | radeon: consolidate asic-specific function decls for pre-r600Daniel Vetter2011-01-072-62/+50
| | * | | drm/radeon/kms: don't enable pcie gen2 on NI yetAlex Deucher2011-01-071-1/+2
| | * | | drm/radeon/kms: add radeon_asic struct for NI asicsAlex Deucher2011-01-071-0/+51
| | * | | drm/radeon/kms/ni: load default sclk/mclk/vddc at pm initAlex Deucher2011-01-071-0/+18
| | * | | drm/radeon/kms: add ucode loader for NIAlex Deucher2011-01-075-4/+380