summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-18drm/radeon: fixup 0 vs NULLDave Airlie
2008-07-17[FreeBSD] drm_irq.c updates for vblank fixes.Robert Noland
2008-07-17i915: remove old broken vblank codeJesse Barnes
2008-07-17Avoid incorrect vblank wakeupsJesse Barnes
2008-07-16FreeBSD: Fix radeon buildRobert Noland
2008-07-16BSD: change drm_locked_task*() to use the same scheme as linux.Owain Gordon Ainsworth
2008-07-15[FreeBSD] We aren't allowed to hold locks over bus_dma_tag_create or bus_dmam...Robert Noland
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-08nouveau: interface changes for nv5x 3dBen Skeggs
2008-07-03i915: official name for GM45 chipsetZhenyu Wang
2008-07-01i915: only use tiled blits on 965+Jesse Barnes
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-25nv50: when destroying a channel make sure it's not still current on PFIFOBen Skeggs
2008-06-24i915: remove unused variableJesse Barnes
2008-06-24i915: register definition & header file cleanupJesse Barnes
2008-06-23nv50: oops, keep VRAM allocations aligned at 64KiB - that's our page size..Ben Skeggs
2008-06-23nv50: use same dma object for fb/tt accessBen Skeggs
2008-06-23nouveau: allocate drm-use vram buffers from end of vram.Ben Skeggs
2008-06-22agp: use true/false instead of TRUE/FALSEDave Airlie
2008-06-21RADEON: 0x1002 0x5657 is actually an RV410Alex Deucher
2008-06-20drm: only use kernel ioctl cmd when doing a core ioctl.Dave Airlie
2008-06-20r300: fix warningDave Airlie
2008-06-20drm: fix the ioctl to not believe userspace.Dave Airlie
2008-06-18i915: Add support for Intel 4 series chipsetsZhenyu Wang
2008-06-15radeon: *really* fix screen corruption thanks to Lukasz KrotowskiJerome Glisse
2008-06-15radeon: actualy try to fix the corruptionJerome Glisse
2008-06-15radeon: fix screen corruption introduced by last patchJerome Glisse
2008-06-13[FreeBSD] Fix another lock leakRobert Noland
2008-06-13radeon: bump driver date to know if lockup fix is inJerome Glisse
2008-06-13radeon: r345xx fixe hard lockupJerome Glisse
2008-06-12xgi: Bump kernel versionIan Romanick
2008-06-11RADEON: use DSTCACHE_CTLSTAT rather than RB2D_DSTCACHE_CTLSTATAlex Deucher
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-09RADEON: Add untested support for RS400 chipsAlex Deucher
2008-06-09RADEON: switch IGP gart to use radeon_write_agp_base()Alex Deucher
2008-06-08Fix typo in i915_suspendRobert Noland
2008-06-08I915 suspend/resume for FreeBSDRobert Noland
2008-06-09r300/r500: add hier-z regsDave Airlie
2008-06-08[FreeBSD] Rework ati_pcigart.cRobert Noland
2008-06-08[FreeBSD] We need to request busmastering support.Robert Noland
2008-06-08[FreeBSD] Incorporate vblank fixes for bsd.Robert Noland
2008-06-08[FreeBSD] Forgot to call mtx_destroy on all the locks at unload.Robert Noland