summaryrefslogtreecommitdiff
path: root/linux-core
AgeCommit message (Expand)AuthorFilesLines
2008-07-19Update vblank code to new APIJesse Barnes1-32/+40
2008-07-17Avoid incorrect vblank wakeupsJesse Barnes2-27/+55
2008-07-15This is a modified version of Hong's patch from last month, with a fewHong Liu3-1/+392
2008-07-15drm: fix missing symbol exportDave Airlie1-0/+1
2008-07-15drm: add fix for PAT on radeon with 2.6.26Dave Airlie3-0/+13
2008-07-15drm/pcigart: fix warningDave Airlie1-1/+1
2008-07-08xgi: use true/false instead of TRUE/FALSEmartin capitanio3-18/+18
2008-07-01Revert "i915: only use tiled blits on 965+"Jesse Barnes1-970/+1
2008-07-01i915: only use tiled blits on 965+Jesse Barnes1-1/+970
2008-07-01i915: enable bus mastering on i915 at resume timeJie Luo1-0/+1
2008-06-24i915: remove unused variableJesse Barnes1-2/+0
2008-06-24i915: register definition & header file cleanupJesse Barnes1-1/+1
2008-06-22agp: use true/false instead of TRUE/FALSEDave Airlie1-2/+2
2008-06-20drm: only use kernel ioctl cmd when doing a core ioctl.Dave Airlie1-3/+3
2008-06-20drm: fix the ioctl to not believe userspace.Dave Airlie1-0/+2
2008-06-12xgi: Bump kernel versionIan Romanick1-3/+3
2008-06-10xgixp: Remove dependency on TTM fencesIan Romanick4-15/+113
2008-06-10xgi: Fix 64-bit kernel / 32-bit user issue.Ian Romanick2-3/+3
2008-06-10ati_pcigart: split out the page insert functionDave Airlie1-16/+23
2008-06-08I915 suspend/resume for FreeBSDRobert Noland3-459/+4
2008-06-03vblank: Don't wait or update the counter while the CRTC is supposedly disabled.Michel Dänzer2-23/+40
2008-06-03vblank: Clean up compensation for spurious wraparounds of driver counter.Michel Dänzer2-12/+15
2008-06-03vblank: Special-case driver vblank counter going back by 1.Michel Dänzer1-3/+10
2008-06-03vblank: Don't return current sequence number and time if interrupted by signal.Michel Dänzer1-5/+9
2008-06-03Revert "don't copy back if an error was returned."Michel Dänzer1-1/+1
2008-06-03drm/ati_pcigart: use proper page mapping functionDave Airlie1-5/+3
2008-05-28radeon: split microcode out into a separate header file.Dave Airlie1-0/+1
2008-05-14ati_pcigart: oops wrong way around not that it actually matteredDave Airlie1-2/+2
2008-05-14ati_pcigart: stop working in the evenings you mess up too oftenDave Airlie1-9/+12
2008-05-14Revert "ati_pcigart: fixup properly this version might even work"Dave Airlie3-51/+33
2008-05-14ati_pcigart: fixup properly this version might even workDave Airlie3-33/+51
2008-05-14ati_pcigart: fill out 40-bit gart table support properlyDave Airlie1-1/+8
2008-05-07drm: nopage compat fixup for drm_vmDave Airlie5-82/+349
2008-04-29i915: fix off by one in VGA save/restore of AR & CR regsJesse Barnes1-4/+4
2008-04-27Use fixed sized types in new ioctlsJesse Barnes1-1/+1
2008-04-23Don't disable IRQs, just tasklets, when taking the drm lock spinlock.Thomas Hellstrom2-25/+17
2008-04-23Fixed unlock check on EAGAINJakob Bornecrantz1-0/+1
2008-04-22linux-core Makefile: add GIT_REVISIONPekka Paalanen2-0/+9
2008-04-14Fix buffer object map wait error.Thomas Hellstrom1-2/+5
2008-04-14Fix buffer object creation validation.Thomas Hellstrom2-8/+9
2008-04-14Unlock the BO mutex while waiting for idle, unmapped, unfenced.Thomas Hellstrom5-278/+271
2008-04-14Fix up buffer manager locking.Thomas Hellstrom6-21/+41
2008-04-11Save and restore dsparb and d_state regsKeith Packard1-0/+7
2008-04-07Missing KERNEL_VERSION macroPatrice Mandin1-2/+2
2008-04-07nouveau: enable accelerated move to sysmemBen Skeggs1-14/+6
2008-04-07nouveau: enable m2mf for tt<->vram moves, fix fence_pollBen Skeggs2-4/+2
2008-04-06Place highmem pages last in the ttm page array.Thomas Hellstrom2-3/+11
2008-04-06Use clflush() when available for cache flushing.Thomas Hellstrom2-3/+38
2008-04-06[I915] Fix VRAM eviction.Thomas Hellstrom1-2/+2
2008-04-06Fix emergency allocation accounting.Thomas Hellstrom1-19/+23