- 0d67356 Proper TTM dereferencing Initial buffer object creation. by Thomas Hellstrom · 18 years ago
- 05536a6 Buffer object idle and mapping synchronization. by Thomas Hellstrom · 18 years ago
- 480ea65 Checkpoint buffer object IOCTL stub. by Thomas Hellstrom · 18 years ago
- e181f59 Add a 64-bit drm unsigned type for 64-bit clean IOCTLS. by Thomas Hellstrom · 18 years ago
- 4ddabd1 Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into drm-ttm-0-2-branch by Thomas Hellstrom · 18 years ago
- 9b984b3 drm: lots of small cleanups and whitespace issues fixed up by Dave Airlie · 18 years ago
- 60ddaaf add static function, and remove bad attributions by Dave Airlie · 18 years ago
- 3586ecd fix const pointer warnings with file_operations by Dave Airlie · 18 years ago
- 205c573 remove local copies of pci domain/bus/slot/num by Dave Airlie · 18 years ago
- b4feb2c remove some DRM_ARRAY_SIZE from linux core code by Dave Airlie · 18 years ago
- 3a91e1a fixup some of the comments in drm_context.c by Dave Airlie · 18 years ago
- 27c72b6 drm: i810_dma.c: fix pointer arithmetic for 64-bit target by Dave Airlie · 18 years ago
- 886d3b3 Bugfixes. by Thomas Hellstrom · 18 years ago
- 928bdc6 Initialize i915 saved flush flags. by Thomas Hellstrom · 18 years ago
- b4b7b99 Remove the ioctl multiplexing, and instead allow for generic by Thomas Hellstrom · 18 years ago
- ac26b51 Have TTM create and reference ioctl call return the actual TTM size. by Thomas Hellstrom · 18 years ago
- 4fa58aa Add TTM map handle on reference. by Thomas Hellstrom · 18 years ago
- 65e7274 ttm create / destroy / ref / unref ioctl. by Thomas Hellstrom · 18 years ago
- b99e332 Bug #7595: Avoid u32 overflows in radeon_check_and_fixup_offset(). by Michel Dänzer · 18 years ago
- c488e25 More ioctl stubs. Buffer object locking order documentation. by Thomas Hellstrom · 18 years ago
- 35c8ce6 ttm and buffer objects ioctl stubs. by Thomas Hellstrom · 18 years ago
- 1d3cf10 Module protection map access is moving into mainline kernels. by Thomas Hellstrom · 18 years ago
- 4c03030 Checkpoint commit Buffer object code. by Thomas Hellstrom · 18 years ago
- ea57099 Fix previous commit: Only fall back to hashed handles by Thomas Hellstrom · 18 years ago
- 8fa43d4 Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into drm-ttm-0-2-branch by Thomas Hellstrom · 18 years ago
- 459b234 Allow multiple addMaps with the same 32-bit map offset. by Thomas Hellstrom · 18 years ago
- 8dfe917 Fix hashtab implementation leaking illegal error codes to user space. by Thomas Hellstrom · 18 years ago
- e201511 More ttm cleanups. by Thomas Hellstrom · 18 years ago
- ca4e34e ttm code cleanup. by Thomas Hellstrom · 18 years ago
- a6535c8 Add a fence object class field for future use (For example VSYNC fence objects) by Thomas Hellstrom · 18 years ago
- 7058d06 Initial i915 buffer object driver by Thomas Hellstrom · 18 years ago
- b81ca5e AGP backends for TTM. by Thomas Hellstrom · 18 years ago
- 700bf80 Bring in stripped TTM functionality. by Thomas Hellstrom · 18 years ago
- 8d5b7c7 Allow longer sequence lifetimes. by Thomas Hellstrom · 18 years ago
- e089de3 i915 fence object driver implementing 2 fence object types: by Thomas Hellstrom · 18 years ago
- 6571f74 Remove some accidently included TTM code. by Thomas Hellstrom · 18 years ago
- 657bacc Add missing fence type define. Add drm_fence.o to Makefile by Thomas Hellstrom · 18 years ago
- 166da93 User / Kernel space fence objects (device-independent part). by Thomas Hellstrom · 18 years ago
- 1c787f0 Backwards compatibility code for ttms. by Thomas Hellstrom · 18 years ago
- 42c2cfc Generic DRM support base-class support for user-space objects, like by Thomas Hellstrom · 18 years ago
- 11f9e40 Avoid using vmalloc for small hash tables. by Thomas Hellstrom · 18 years ago
- 0316f93 Remove hash tables on DRM exit. by Thomas Hellstrom · 18 years ago
- 4daa024 Avoid kernel oops in some error paths calling drm_lastclose(). by Thomas Hellstrom · 18 years ago
- 0d60cd0 remove all TRUE instances as well by Dave Airlie · 18 years ago
- 18a48a9 remove all TRUE/FALSE no need for this in the drm, use 0 or 1 by Dave Airlie · 18 years ago
- 7a46d41 i965 code and Linux coding style < 0 by Dave Airlie · 18 years ago
- 5340a70 cleanup some whitespace issue and move compat code to compat header by Dave Airlie · 18 years ago
- df7378d clean up script to create an lk drm directory by Dave Airlie · 18 years ago
- 28069ff drm: ati_pcigart cleanup by Dave Airlie · 18 years ago
- 48cb9ac Add support for Intel i965G chipsets. by Alan Hourihane · 18 years ago
- e524028 drm: whitespace cleanup in new files by Dave Airlie · 18 years ago
- 4b3ea90 drm: remove extra whitespace from drm_mm.c by Dave Airlie · 18 years ago
- 248d1a3 drm: fixup whitespace and style for Linux kernel import by Dave Airlie · 18 years ago
- 35066b5 Revert "Make sure busmastering gets disabled on module unload." by Michel Dänzer · 18 years ago
- 645453c Bug #7629: Fix for CHIP_IS_AGP getting 'restored' with non-AGP cards by Michel Dänzer · 18 years ago
- 09c901e remove incorrect exit marking on cleanup pci as this is called from other paths by Dave Airlie · 18 years ago
- 5cfbd5d switch drm to use Linux mutexes instead of semaphore. by Dave Airlie · 18 years ago
- 6677e2a Delete the pre-core DRM code with extreme prejudice. by Adam Jackson · 18 years ago
- af7b89d Make sure busmastering gets disabled on module unload. by Adam Jackson · 18 years ago
- d5e0f8b Use RADEON_RB3D_DSTCACHE_CTLSTAT instead of RADEON_RB2D_DSTCACHE_CTLSTAT. by Michel Dänzer · 18 years ago
- 2a47f6b Make sure CHIP_IS_AGP flag is set when not overriding to PCI mode. by Michel Dänzer · 18 years ago
- c91748e When writeback isn't used, actually disable it in the hardware. by Michel Dänzer · 18 years ago
- e337ead Implement RADEON_PARAM_SCRATCH_OFFSET getparam. by Michel Dänzer · 18 years ago
- 7dea646 Some debug output when the getparam ioctl is called with an unknown parameter. by Michel Dänzer · 18 years ago
- b9243ce .cvsignore -> .gitignore by Michel Dänzer · 18 years ago
- 126673d Keep hashed user tokens, with the following changes: by Thomas Hellstrom · 18 years ago
- a392349 Change drm Map handles to be arbitrary 32-bit hash tokens in the range by Thomas Hellstrom · 18 years ago
- c21a7b7 SiS 315 Awareness. by Thomas Hellstrom · 18 years ago
- 264f60d Add missing semaphore release. by Thomas Hellstrom · 18 years ago
- 56b0733 Disable building static libraries. Bump to 2.0.2 for header updates. by Adam Jackson · 18 years ago
- aafedbf Fix compilation problem on 2.6.9 kernels (bug #6211) by Alan Hourihane · 18 years ago
- da143d0 Remove spurious debug messages from i915 vblank config paths by Keith Packard · 18 years ago
- f8891ef i915: Save vblank pipe configuration to restore on resume by Keith Packard · 18 years ago
- 83f256e Add i915 ioctls to configure pipes for vblank interrupt. by Keith Packard · 18 years ago
- 58b63ee Fix buffer cleanup on close. Move memory manager reset from final_context by Thomas Hellstrom · 18 years ago
- 96f2728 via: Bump version number and date. by Thomas Hellstrom · 18 years ago
- 0203eda via: Return the requested size instead of the correct size of the allocated by Thomas Hellstrom · 18 years ago
- ca1a776 via: by Thomas Hellstrom · 18 years ago
- 6c7faf5 s/list_entry/drm_hash_entry/ for "drm_hash_item"s. by Thomas Hellstrom · 18 years ago
- 1a9e5ba Fix drm_remove_magic potential memory leak / corruption. Move drm by Thomas Hellstrom · 18 years ago
- 6bacb18 Merge in the drm-sman-branch by Thomas Hellstrom · 18 years ago
- 838b03f file via_mm.c was initially added on branch drm-sman-branch. by Thomas Hellstrom · 18 years ago
- 7fbfb53 file drm_sman.h was initially added on branch drm-sman-branch. by Thomas Hellstrom · 18 years ago
- 09872c9 file sis_mm.c was initially added on branch drm-sman-branch. by Thomas Hellstrom · 18 years ago
- 36160c8 file drm_sman.c was initially added on branch drm-sman-branch. by Thomas Hellstrom · 18 years ago
- 31a80d3 file drm_hashtab.h was initially added on branch drm-ttm-branch. by Thomas Hellstrom · 18 years ago
- f4e6e44 Add support for r200 vertex programs (R200_EMIT_VAP_PVS_CNTL, and new by Roland Scheidegger · 18 years ago
- 9e0320a add forgotten register define for previous commit by Roland Scheidegger · 18 years ago
- e1b627c Do a tcl state flush before accessing tcl vector space. This fixes some by Roland Scheidegger · 18 years ago
- 79e5969 rip out unneeded back compat code by Dave Airlie · 18 years ago
- b1a64b8 add consts to radeon microcode. From: tilman by Dave Airlie · 18 years ago
- bdd381a Set entry->virtual for sg maps, fixing ATI PCI/PCIE GART support. by Eric Anholt · 18 years ago
- dcfcf1a Add the bits for vblank support on FreeBSD, which most importantly avoids by Eric Anholt · 18 years ago
- 7ea4a88 Add the workaround that's in the kernel to suppress GCC's warning about by Eric Anholt · 18 years ago
- d365f03 fixup GFP_COMP for older kernels and get_page/put_page for newer by Dave Airlie · 19 years ago
- 30a5787 Fix from Benh for ppc r300 scratch by Dave Airlie · 19 years ago
- 4a49e6c check for __FreeBSD_kernel__ (bug 3810) by Brian Paul · 19 years ago
- 1327222 Err, use "ifndef" rather than "if !", to avoid compiler warning. by Eric Anholt · 19 years ago
- 2abd1f2 Reorder the DRM_*_AGP enum to match linux's numbers (oops). Fixes i915 by Eric Anholt · 19 years ago
- 40b70e3 Use __LP64__ instead of checking the linux-specific BITS_PER_LONG. by Eric Anholt · 19 years ago