summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2010-10-05drm/ttm: introduce utility function to free an allocated memory nodeBen Skeggs4-47/+20
2010-10-05drm/nouveau: fix thinkos in mem timing table recordlen checkRoy Spliet1-5/+7
2010-10-05drm/nouveau: parse voltage from perf 0x40 entiresBen Skeggs1-1/+1
2010-10-05drm/nouveau: don't use the default pll limits in table v2.1 on nv50+ cardsEmil Velikov1-0/+6
2010-10-05drm/nv50: Fix large 3D performance regression caused by the interchannel sync...Francisco Jerez2-7/+40
2010-10-05drm/nouveau: Synchronize buffer object moves in hardware.Francisco Jerez1-3/+8
2010-10-05drm/nouveau: Use semaphores to handle inter-channel sync in hardware.Francisco Jerez4-3/+212
2010-10-05drm/nouveau: Provide a means to have arbitrary work run on fence completion.Francisco Jerez2-0/+33
2010-10-05drm/nouveau: Minor refactoring/cleanup of the fence code.Francisco Jerez6-55/+59
2010-10-05drm/nouveau: Add a module option to force card POST.Marcin Koƛcielnicki3-0/+7
2010-10-05drm/nv50: prevent (IB_PUT == IB_GET) for occurring unless idleBen Skeggs1-1/+1
2010-10-05drm/nv0x-nv4x: Leave the 0x40 bit untouched when changing CRE_LCD.Francisco Jerez5-11/+7
2010-10-05drm/nv30-nv40: Fix postdivider mask when writing engine/memory PLLs.Francisco Jerez1-1/+1
2010-10-05drm/nouveau: Fix perf table parsing on BMP v5.25.Francisco Jerez1-1/+1
2010-10-05drm/nouveau: fix required mode bandwidth calculation for DPBen Skeggs2-1/+20
2010-10-05drm/nouveau: fix typo in c2aa91afea5f7e7ae4530fabd37414a79c03328cBen Skeggs1-1/+1
2010-10-05drm/nva3: split pm backend out from nv50Ben Skeggs5-42/+137
2010-10-05drm/nouveau: run perflvl and M table scripts on mem clock changeBen Skeggs3-0/+25
2010-10-05drm/nouveau: pass perflvl struct to clock_pre()Ben Skeggs5-11/+17
2010-10-05drm/nouveau: enable enhanced framing only if DP display supports itBen Skeggs2-2/+6
2010-10-05drm/nouveau: Import initial memory timing workRoy Spliet4-1/+169
2010-10-04Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-83/+96
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-01Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds22-110/+225
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