summaryrefslogtreecommitdiff
path: root/linux-core
AgeCommit message (Expand)Author
2008-07-26radeon: Add suspend/resume hooks for saving/clearing/restoring interrupts.Stefan Becker
2008-07-25drm: don't set the signal blocker on the master process.Dave Airlie
2008-07-21Reinstate dev->vblank_enabled[].Michel Dänzer
2008-07-21Drop workaround for driver vblank counter going backwards.Michel Dänzer
2008-07-21vblank-rework rework cleanups.Michel Dänzer
2008-07-21Remove obsolete dev->vblank_suspend[crtc] tests.Michel Dänzer
2008-07-19Update vblank code to new APIJesse Barnes
2008-07-17Avoid incorrect vblank wakeupsJesse Barnes
2008-07-15This is a modified version of Hong's patch from last month, with a fewHong Liu
2008-07-15drm: fix missing symbol exportDave Airlie
2008-07-15drm: add fix for PAT on radeon with 2.6.26Dave Airlie
2008-07-15drm/pcigart: fix warningDave Airlie
2008-07-08xgi: use true/false instead of TRUE/FALSEmartin capitanio
2008-07-01Revert "i915: only use tiled blits on 965+"Jesse Barnes
2008-07-01i915: only use tiled blits on 965+Jesse Barnes
2008-07-01i915: enable bus mastering on i915 at resume timeJie Luo
2008-06-24i915: remove unused variableJesse Barnes
2008-06-24i915: register definition & header file cleanupJesse Barnes
2008-06-22agp: use true/false instead of TRUE/FALSEDave Airlie
2008-06-20drm: only use kernel ioctl cmd when doing a core ioctl.Dave Airlie
2008-06-20drm: fix the ioctl to not believe userspace.Dave Airlie
2008-06-12xgi: Bump kernel versionIan Romanick
2008-06-10xgixp: Remove dependency on TTM fencesIan Romanick
2008-06-10xgi: Fix 64-bit kernel / 32-bit user issue.Ian Romanick
2008-06-10ati_pcigart: split out the page insert functionDave Airlie
2008-06-08I915 suspend/resume for FreeBSDRobert Noland
2008-06-03vblank: Don't wait or update the counter while the CRTC is supposedly disabled.Michel Dänzer
2008-06-03vblank: Clean up compensation for spurious wraparounds of driver counter.Michel Dänzer
2008-06-03vblank: Special-case driver vblank counter going back by 1.Michel Dänzer
2008-06-03vblank: Don't return current sequence number and time if interrupted by signal.Michel Dänzer
2008-06-03Revert "don't copy back if an error was returned."Michel Dänzer
2008-06-03drm/ati_pcigart: use proper page mapping functionDave Airlie
2008-05-28radeon: split microcode out into a separate header file.Dave Airlie
2008-05-14ati_pcigart: oops wrong way around not that it actually matteredDave Airlie
2008-05-14ati_pcigart: stop working in the evenings you mess up too oftenDave Airlie
2008-05-14Revert "ati_pcigart: fixup properly this version might even work"Dave Airlie
2008-05-14ati_pcigart: fixup properly this version might even workDave Airlie
2008-05-14ati_pcigart: fill out 40-bit gart table support properlyDave Airlie
2008-05-07drm: nopage compat fixup for drm_vmDave Airlie
2008-04-29i915: fix off by one in VGA save/restore of AR & CR regsJesse Barnes
2008-04-27Use fixed sized types in new ioctlsJesse Barnes
2008-04-23Don't disable IRQs, just tasklets, when taking the drm lock spinlock.Thomas Hellstrom
2008-04-23Fixed unlock check on EAGAINJakob Bornecrantz
2008-04-22linux-core Makefile: add GIT_REVISIONPekka Paalanen
2008-04-14Fix buffer object map wait error.Thomas Hellstrom
2008-04-14Fix buffer object creation validation.Thomas Hellstrom
2008-04-14Unlock the BO mutex while waiting for idle, unmapped, unfenced.Thomas Hellstrom
2008-04-14Fix up buffer manager locking.Thomas Hellstrom
2008-04-11Save and restore dsparb and d_state regsKeith Packard
2008-04-07Missing KERNEL_VERSION macroPatrice Mandin