summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | drm/i915/dp: Trivial code tidyChris Wilson2010-12-051-3/+3
| | * | | | | | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-12-051-0/+3
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-12-051-13/+59
| | |\ \ \ \ \ \ \
| | * | | | | | | | drm/i915: Enable self-refresh for IronlakeChris Wilson2010-12-051-1/+1
| | * | | | | | | | drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNBChris Wilson2010-12-0514-439/+648
| | * | | | | | | | drm/i915: Be paranoid and bail on resetting if we can't take the lock.Chris Wilson2010-12-051-1/+2
| | * | | | | | | | drm/i915: Allow LVDS to be on pipe A for Ironlake+Chris Wilson2010-12-051-0/+2
| | * | | | | | | | drm/i915: Re-enable RC6 for power-savings.Chris Wilson2010-12-051-1/+0
| | * | | | | | | | drm/i915: Enable CB tuning of the Display PLLChris Wilson2010-12-052-1/+17
| | * | | | | | | | drm/i915: Explain why we need to write DPLL twiceChris Wilson2010-12-051-5/+5
| | * | | | | | | | drm/i915/lvds: Connect the PWM to the LVDS pipeChris Wilson2010-12-051-3/+11
| | * | | | | | | | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-12-0213-112/+171
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | drm/i915: Kill the get_fence tracepointChris Wilson2010-12-022-25/+0
| | * | | | | | | | | drm/i915: Remove inactive LRU tracking from set_domain_ioctlChris Wilson2010-12-021-17/+0
| | * | | | | | | | | drm/i915: Pipelined fencing [infrastructure]Chris Wilson2010-12-026-166/+274
| | * | | | | | | | | drm/i915: Prevent stalling for a GTT read back from a read-only GPU targetChris Wilson2010-12-023-3/+13
| | * | | | | | | | | drm/i915/lvds: Disable panel-fitter on gen4 for 1:1 scale factorsChris Wilson2010-12-011-12/+15
| | * | | | | | | | | drm/i915/ringbuffer: Handle cliprects in the callerChris Wilson2010-11-305-79/+67
| | * | | | | | | | | drm/i915: Move instruction state invalidation from execbuffer to flushChris Wilson2010-11-301-11/+4
| | * | | | | | | | | drm/i915: Release fenced GTT mapping on suspendChris Wilson2010-11-281-2/+9
| | * | | | | | | | | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-11-282-84/+27
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | drm/i915/execbuffer: On error, starting unwinding from the previous objectChris Wilson2010-11-281-0/+3
| | * | | | | | | | | | drm/i915: Avoid allocation for execbuffer object listChris Wilson2010-11-254-229/+199
| | * | | | | | | | | | drm/i915: Split i915_gem_execbuffer into its own file.Chris Wilson2010-11-254-1152/+1188
| | * | | | | | | | | | drm/i915: Defer accounting until read from debugfsChris Wilson2010-11-253-128/+95
| | * | | | | | | | | | drm/i915: Mark a few functions as __must_checkChris Wilson2010-11-252-56/+58
| | * | | | | | | | | | drm/i915: Tweak on-error bbaddr parsing for clarityChris Wilson2010-11-251-11/+8
| | * | | | | | | | | | drm/i915: Only save and restore fences for UMSChris Wilson2010-11-252-53/+61
| | * | | | | | | | | | drm/i915: Add a mechanism for pipelining fence register updatesDaniel Vetter2010-11-252-43/+98
| | * | | | | | | | | | drm/i915: More accurately track last fence usage by the GPUChris Wilson2010-11-243-52/+78
| | * | | | | | | | | | drm/i915: Rework execbuffer pinningChris Wilson2010-11-241-23/+58
| | * | | | | | | | | | drm/i915: Thread the pipelining ring through the callers.Chris Wilson2010-11-234-20/+18
| | * | | | | | | | | | drm/i915: Extend hangcheck timeoutChris Wilson2010-11-231-1/+1
| | * | | | | | | | | | drm/i915: Remove a defunct BUG_ONChris Wilson2010-11-231-1/+0
| | * | | | | | | | | | drm/i915: Move the implementation details of PIPE_CONTROL to the ringbufferChris Wilson2010-11-233-81/+97
| | * | | | | | | | | | drm/i915: Record fence registers on error.Chris Wilson2010-11-233-0/+34
| | * | | | | | | | | | drm/i915: Not all mappable regions require GTT fence regionsChris Wilson2010-11-231-31/+22
| | * | | | | | | | | | drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson2010-11-2316-1157/+1019
| | * | | | | | | | | | drm/i915: no more agp for gemDaniel Vetter2010-11-232-22/+50
| | * | | | | | | | | | drm/i915: move gtt handling to i915_gem_gtt.cDaniel Vetter2010-11-233-11/+33
| | * | | | | | | | | | drm/i915: restore gtt on resume in the drm instead of in intel-gtt.koDaniel Vetter2010-11-234-0/+54
| | * | | | | | | | | | drm/i915: track objects in the gttDaniel Vetter2010-11-232-0/+8
| | * | | | | | | | | | drm: kill drm_agp_chipset_flushDaniel Vetter2010-11-231-6/+0
| | * | | | | | | | | | drm/i915/gtt: call chipset flush directlyDaniel Vetter2010-11-231-5/+4
| | * | | | | | | | | | drm/i915|intel-gtt: consolidate intel-gtt.h headersDaniel Vetter2010-11-231-1/+0
| | * | | | | | | | | | Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson2010-11-232-179/+307
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | drm/i915: Contract the magic IPS constants into a direct LUTChris Wilson2010-11-231-160/+144
| | * | | | | | | | | | | agp/intel: Remove confusion of stolen entries not stolen memoryChris Wilson2010-11-232-3/+3
| | * | | | | | | | | | | drm/i915: Compute physical addresses from base of stolen memoryChris Wilson2010-11-232-122/+77
| | * | | | | | | | | | | drm/i915/panel: Restore saved value of BLC_PWM_CTLChris Wilson2010-11-231-10/+42
OpenPOWER on IntegriCloud