summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-04-28Move i915 to "cleaner" ioctl interfacenewioctl-0.1Dave Airlie6-400/+603
2007-04-28move i915 to new drm_wait_on functionDave Airlie1-2/+9
2007-04-28drm: add new drm_wait_on function to replace macroDave Airlie2-1/+31
2007-04-28remove register usageDave Airlie1-1/+1
2007-04-28remove DRM_GETSAREA and replace with drm_getsarea functionDave Airlie10-28/+23
2007-04-26Revert "bug 7092 : add pci ids for mach64 in Dell poweredge 4200"George Sapountzis1-1/+0
2007-04-26linux: minor indent.George Sapountzis1-2/+1
2007-04-26freebsd: remove stray apperance of IN_MODULE.George Sapountzis1-7/+0
2007-04-26libdrm: remove HAVE_XORG_CONFIG_H and XFree86LOADER ifdef's.George Sapountzis5-55/+11
2007-04-26update create_lk_drm.sh scriptDave Airlie1-0/+6
2007-04-26whitespace cleanupDave Airlie1-15/+11
2007-04-26remove some whitespace violationDave Airlie1-3/+3
2007-04-26drm: nopfn warning on 64-bitDave Airlie1-1/+1
2007-04-26drm/ttm: allow drm_buffer_object_create to be used in-kernelJesse Barnes1-3/+6
2007-04-26Add new buffer object type for kernel allocations that don't initially have a...Jesse Barnes2-0/+15
2007-04-25More detailed instructions, tips.Brian1-3/+68
2007-04-23nouveau: fix wacky pci idStephane Marchesin1-1/+1
2007-04-20Initialize rwlock using rwlock_init to appease lockdep validator.Kristian Høgsberg1-1/+1
2007-04-20Avoid a fence timeout problem when a signal is pending.Thomas Hellstrom1-3/+7
2007-04-20Fix via compile errorThomas Hellstrom1-1/+1
2007-04-18Simplify the ttm backend interface and the agp ttm backend.Thomas Hellstrom5-75/+66
2007-04-17Don't always free up memory space when we unpin buffers.Thomas Hellstrom1-1/+4
2007-04-17Fix buffer object reference problems.Thomas Hellstrom1-16/+1
2007-04-17via: Make sure we flush write-combining using a follow-up read.Thomas Hellstrom1-2/+4
2007-04-17Add a code comment.Thomas Hellstrom1-0/+7
2007-04-16Require the hardware lock for buffer creationThomas Hellstrom2-23/+19
2007-04-10nouveau: nv10 per channel init from ddxMatthieu Castet1-30/+69
2007-04-09rs480: Renamed some unknown registers. See dri-devel list.Oliver McFadden2-9/+9
2007-04-09nouveau: NV46 supportBen Skeggs1-1/+188
2007-04-09radeon: bump version for IGPGART supportDave Airlie1-1/+2
2007-04-09radeon: add support for reverse engineered xpress200mDave Airlie6-8/+98
2007-04-07fixup install target, not sure what I was smokin...Dave Airlie1-3/+1
2007-04-06i915: use breadcrumb macro everywhereDave Airlie1-4/+2
2007-04-06nouveau: make a note about a bit that breaks some cardsBen Skeggs1-0/+4
2007-04-06nouveau: Power up all card units by default on startup.Ben Skeggs2-0/+10
2007-04-05add an install target to the drm modules makefileDave Airlie1-0/+5
2007-04-03Fix user object reference when caller is not object creator.Thomas Hellstrom1-4/+8
2007-04-03Add a fence flush event to each fence-signaled check when lazy-waitingThomas Hellstrom1-1/+1
2007-04-03Make sure we ack irqs before we read a breadcrumb so thatThomas Hellstrom1-0/+2
2007-04-03Evicted no-move buffers can get lost if they end up in anotherThomas Hellstrom1-1/+2
2007-04-03Fix an oops when trying to clean a not yet initialized memory type.Thomas Hellstrom1-1/+7
2007-04-03Make sure CMA (Can't map aperture) pages are mapped uncached.Thomas Hellstrom2-4/+8
2007-04-02r300: Synchronize the register header file again.Oliver McFadden1-5/+10
2007-04-01nouveau: fix usage of PGRAPH_CTX_CONTROL on nv20+Matthieu Castet3-5/+5
2007-04-01nouveau : nv10 ctx switch fixMatthieu Castet1-1/+1
2007-04-01nouveau : set the correct PGRAPH_CTX_CONTROL registerMatthieu Castet1-3/+3
2007-03-30Merge branch 'crestline-qa', adding support for the 965GM chipset.Eric Anholt2-1/+3
2007-03-30Merge branch 'origin'Eric Anholt31-270/+1327
2007-03-29drm/bo: avoid oops if the memory manager for this type isn't initialisedDave Airlie1-0/+3
2007-03-29nouveau: fix nv04 context switches.Stephane Marchesin1-125/+257