summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2010-10-06drm/radeon/kms: remove new pll algoAlex Deucher7-278/+9
2010-10-06drm/radeon/kms: remove some pll algo flagsAlex Deucher4-52/+7
2010-10-06drm/radeon/kms: prefer high post dividers in legacy pll algoAlex Deucher1-1/+1
2010-10-06drm/radeon/kms: properly handle 40 bit MC addresses in the cursor codeAlex Deucher1-6/+9
2010-10-06drm/radeon: add properties to configure the width of the underscan bordersMarius Gröger3-5/+82
2010-10-06drm/radeon/kms/r6xx+: use new style fencing (v3)Alex Deucher6-17/+64
2010-10-06drm/radeon/kms: enable writeback (v2)Alex Deucher16-218/+258
2010-10-06drm/radeon/kms: clean up r6xx/r7xx blit init (v2)Alex Deucher3-28/+17
2010-10-06Merge remote branch 'korg/drm-fixes' into drm-vmware-nextDave Airlie29-120/+244
2010-10-06Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie41-4548/+5515
2010-10-04drm/i915: Avoid circular locking from intel_fbdev_fini()Chris Wilson3-7/+4
2010-10-04drm/i915: mark display port DPMS state as 'ON' when enabling outputKeith Packard1-0/+1
2010-10-04drm/i915: Skip pread/pwrite if size to copy is 0.Chris Wilson1-7/+13
2010-10-04Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-20/+24
2010-10-04drm/i915: avoid struct mutex output_poll mutex lock loop on unloadKeith Packard1-1/+1
2010-10-03drm/i915: Rephrase pwrite bounds checking to avoid any potential overflowChris Wilson1-12/+4
2010-10-03drm/i915: Sanity check pread/pwriteChris Wilson1-8/+20
2010-10-03Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson7-59/+74
2010-10-03drm/i915: Use pipe state to tell when pipe is offKeith Packard2-25/+38
2010-10-03drm/i915: vblank status not valid while training display portKeith Packard1-10/+9
2010-10-02drivers/gpu/drm/i915/i915_gem.c: Add missing error handling codeJulia Lawall1-0/+2
2010-10-02drm/i915: Don't mask the return code whilst relocating.Chris Wilson1-1/+1
2010-10-01drm/i915: If the GPU hangs twice within 5 seconds, declare it wedged.Chris Wilson2-6/+11
2010-10-01drm/i915: Only print 'generating error event' if we actually areChris Wilson1-2/+3
2010-10-01drm/i915: Try to reset gen2 devices.Chris Wilson2-0/+44
2010-10-01drm/i915: Clear fence registers on GPU resetChris Wilson3-3/+15
2010-10-01drm/i915: Force the domain to CPU on unbinding whilst wedged.Chris Wilson1-0/+4
2010-10-01drm: Move the GTT accounting to i915Chris Wilson7-64/+111
2010-10-01vmwgfx: Fix fb VRAM pinning failure due to fragmentationThomas Hellstrom1-0/+5
2010-10-01vmwgfx: Remove initialisation of dev::devnameThomas Hellstrom1-6/+0
2010-10-01vmwgfx: Enable use of the vblank systemThomas Hellstrom4-31/+49
2010-10-01vmwgfx: vt-switch (master drop) fixesThomas Hellstrom5-13/+115
2010-10-01drm/vmwgfx: Fix breakage introduced by commit "drm: block userspace under all...Thomas Hellstrom1-1/+1
2010-10-01drm: Hold the mutex when dropping the last GEM reference (v2)Chris Wilson1-22/+0
2010-10-01drm/i915: Fix refleak during eviction.Chris Wilson1-25/+20
2010-10-01drm/gem: handlecount isn't really a kref so don't make it one.Dave Airlie10-29/+20
2010-09-30i915: Added function to initialize VBT settingsSimon Que1-13/+23
2010-09-30drm/i915: Remove redundant deletion of obj->gpu_write_listChris Wilson1-2/+0
2010-09-30drm/i915: Make get/put pages staticChris Wilson3-20/+21
2010-09-30drm/i915/debugfs: Include list totalsChris Wilson1-2/+9
2010-09-30drm/i915: Report the deferred free list in debugfsChris Wilson1-1/+7
2010-09-30drm/i915/debug: Convert i915_verify_active() to scan all listsChris Wilson4-39/+113
2010-09-30drm: i810/i830: fix locked ioctl variantArnd Bergmann2-2/+2
2010-09-29drm/i915: Avoid blocking the kworker thread on a stuck mutexChris Wilson1-1/+6
2010-09-29drm/i915/debug: Remove default WATCH_BUFChris Wilson3-53/+3
2010-09-29drm/i915/debug: Remove defunct WATCH_LRUChris Wilson4-56/+0
2010-09-28drm/i915/dvo: Fix panel and DDC i2c pinsChris Wilson1-9/+3
2010-09-28drm/i915: Tidy dvo_ch7017 and print out which chip we detectChris Wilson1-36/+27
2010-09-28drm/i915: Disable LVDS i2c probing when using GPIO bit bangingChris Wilson2-0/+7
2010-09-28Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson3-13/+10