- 9cad6fb Bugzilla #3217: Create a new __drm_pci_free which is used internally in by Eric Anholt · 19 years ago
- d775639 Bugzilla #3217: The size field in the new dma handle structure was by Eric Anholt · 19 years ago
- 54fbf85 Actually check for drm_fb_loaded before trying to initialize the sysdev by Alan Hourihane · 19 years ago
- 45f1db8 Re-implement the power management. by Alan Hourihane · 19 years ago
- 4a84416 Modify drm_driver::device_is_agp to return a tri-state value to indicate by Ian Romanick · 19 years ago
- c9abd2f add radeon registers from VHA code these are the "unknown" registers by Dave Airlie · 19 years ago
- e1fd79b VIA: 64-bit fixes. Bumped driver date and patchlevel. by Thomas Hellstrom · 19 years ago
- 955791f Refactor the routines for "calculating" the size of the WARP microcode. The by Ian Romanick · 19 years ago
- 75cb43c Forgot to bump the patchlevel and driver date on last commit. by Ian Romanick · 19 years ago
- a686be5 Change the MGA initialization and cleanup a bit. The dev_private structure by Ian Romanick · 19 years ago
- fced784 Refactor common, boilerplate ioctl code from drm_addbufs_* functions into by Ian Romanick · 19 years ago
- 4ca48cb Add i945G pci ids to drm by Dave Airlie · 19 years ago
- 6d4b9a8 Savage doesn't require AGP any more. Enable build even without CONFIG_AGP. by Felix Kuehling · 19 years ago
- e051cd1 Added device_is_agp callback to drm_driver. This function is called by the by Ian Romanick · 19 years ago
- bd72c69 wrap config.h include with defined for KERNEL by Dave Airlie · 19 years ago
- e0fc400 VIA: Fix for oops when AGP ring-buffer initialization is called and there by Thomas Hellstrom · 20 years ago
- 6aae7bd Convert NOMAN to the new preferred spelling NO_MAN to quiet warnings. by Eric Anholt · 20 years ago
- 2fcf66a Clean up some const qualifier cast warnings. by Eric Anholt · 20 years ago
- ec111d7 Convert BSD code to mostly use bus_dma, the dma abstraction for dealing by Eric Anholt · 20 years ago
- 31a06d0 Use msleep instead of tsleep to drop the DRM device lock and avoid a by Eric Anholt · 20 years ago
- be9e67a Fix a panic on startup with non-initmapping drivers by assigning the by Eric Anholt · 20 years ago
- 699d4ad A fix for a locking bug which is triggered when a client tries to lock with by Thomas Hellstrom · 20 years ago
- 2b8dc25 VIA: Interrupt handler bugfixes. Bumped patchlevel to 2.6.2. by Thomas Hellstrom · 20 years ago
- b0c461c Revert last commit, it affect via things by Dave Airlie · 20 years ago
- a08343e VIA: by Thomas Hellstrom · 20 years ago
- 10ddbc8 Use /*- to begin license blocks in BSD code to reduce diffs against FreeBSD by Eric Anholt · 20 years ago
- 926298e Fix build on FreeBSD-current, thanks to jhb@. by Eric Anholt · 20 years ago
- a0454ab mirror changes made in main tree.. just happened to be doing this myself by Dave Airlie · 20 years ago
- cb5f6c2 Missing file via_video.c commited. by Thomas Hellstrom · 20 years ago
- 0a5e02c Add skeletal imagine driver (but don't build it yet). by Adam Jackson · 20 years ago
- 532ccb9 Via updates: by Thomas Hellstrom · 20 years ago
- c6161ef Description: Rather than use custom code in DRM_WAIT_ON() to do exactly by Dave Airlie · 20 years ago
- 385f927 Some ia64 platforms may not support write combining on all type of memory, by Dave Airlie · 20 years ago
- 459ef48 Don't know who set the i915GM PCI ID incorrectly but it should be 0x2592 by Alan Hourihane · 20 years ago
- 9182891 From Xorg CVS realign the i915_drv.h by Dave Airlie · 20 years ago
- 20dce56 use linux-core for 2.6 not this stuff.. by Dave Airlie · 20 years ago
- 956a701 fix up AGP multi-head support for kernel 2.6.12 by Dave Airlie · 20 years ago
- 2ad8387 verify_area is deprecated, replaced by access_ok. Seems I missed this one by Dave Airlie · 20 years ago
- ca04fbc fix bug with XFree86 4.3 on core drm by Dave Airlie · 20 years ago
- c8d2d5d 3dfx DRM depends on PCI Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> by Dave Airlie · 20 years ago
- df6ef48 For 2.6.12 and 2.6.11.x: by Dave Airlie · 20 years ago
- ab39677 Add support for production version of ATI RN50/ES1000. (ATI Technologies by Michel Daenzer · 20 years ago
- 3456392 add R200_EMIT_PP_TRI_PERF_CNTL packet to support brilinear filtering on r200 by Roland Scheidegger · 20 years ago
- d2fd920 via changes: by Thomas Hellstrom · 20 years ago
- a396617 Command DMA optimizations: by Felix Kuehling · 20 years ago
- 7d3c42b Fix for bug 2673 from Egbert Eich - memset the version by Dave Airlie · 20 years ago
- 95fa851 Tracked down random lockups related to command DMA that occurred in Quake3 by Felix Kuehling · 20 years ago
- 32b6823 minor pointer cast typo by Dave Airlie · 20 years ago
- 1599523 Added support for command DMA on Savage4-based hardware. Unfortunately by Felix Kuehling · 20 years ago
- 26f04a1 add some idct type 3 packets for reference by Dave Airlie · 20 years ago
- bc54ede Use wrap counter to extend 16-bit hardware event tags to 32-bit logical by Felix Kuehling · 20 years ago
- f3cf4bc Fix VIA K8M800 PCI ID. by Thomas Hellstrom · 20 years ago
- 56cdeff Fix a couple of gcc warnings in DRM_INFOs. by Eric Anholt · 20 years ago
- baeb760 Merge r1.26 from FreeBSD: Now that mem(4) is a kernel module, we need to by Eric Anholt · 20 years ago
- 49e19c8 fd.o bug #2576: Add support for ATI RN50/ES1000. (ATI Technologies Inc.) by Michel Daenzer · 20 years ago
- b646515 Bug #2567: Fix reversed memset arguments. (David Krause) by Adam Jackson · 20 years ago
- 80d844d Run depmod after installing new modules by Keith Whitwell · 20 years ago
- 3e8792e Use fuword32 for DRM_GET_USER_UNCHECKED when available. May help on 64-bit by Eric Anholt · 20 years ago
- ed08279 Use the proper API to get PCI vendor/device number for a dev. by Eric Anholt · 20 years ago
- 2f7cd38 Initialize kbuf to NULL to quiet the compiler about uninit variables by Eric Anholt · 20 years ago
- 650c0fe Fixed Futex release bug. Bumped driver date and patchlevel. by Thomas Hellstrom · 20 years ago
- 0d2eb2b Fix bad copy'n'pastage of copyrights -- don't disclaim anything for VA by Eric Anholt · 20 years ago
- ba18d68 Add the first bits necessary for a port of savage to FreeBSD. More to by Eric Anholt · 20 years ago
- 5d5acf2 add support for texture micro tiling for radeon/r200. Add support for cube by Roland Scheidegger · 20 years ago
- 732cdc5 add support for texture micro tiling on radeon/r200. Add support for r100 by Roland Scheidegger · 20 years ago
- 0879029 Stephane's port of Eric's race fix by Keith Whitwell · 20 years ago
- 2cdfb2c fix incorrect PCI id for ATI radeon by Roland Scheidegger · 20 years ago
- 81459d6 Close a race which could allow for privilege escalation by users with DRI by Eric Anholt · 20 years ago
- dc4defe Invalid bound check of driver defined ioctls in drm_ioctl by Dave Airlie · 20 years ago
- a36d5b3 Cast user data to correct type in radeon_surface_free's copyin. by Roland Scheidegger · 20 years ago
- 03ddea5 change DRIVER_ to CORE_ makes things look nicer, also change it so the by Dave Airlie · 20 years ago
- 300e086 fix agp detection on linux by Dave Airlie · 20 years ago
- 5a332a0 Restore a debugging message to DRM_DEBUG instead of DRM_ERROR. by Eric Anholt · 20 years ago
- 2239c55 Remove some annoying trailing whitespace. by Eric Anholt · 20 years ago
- 080a547 - Implement drm_initmap, and extend it with the resource number to help by Eric Anholt · 20 years ago
- 270ca5f Via driver: Add missing drm_poll function to via driver in core. by Thomas Hellstrom · 20 years ago
- 7f7bbdc Declare r128_do_cleanup_pageflip static since it's only used here and its by Eric Anholt · 20 years ago
- ed31275 Cast user data to correct type in radeon_surface_free's copyin. by Eric Anholt · 20 years ago
- caa4212 momentary revert. libdrm build may be broken now, but no one uses it yet... by Adam Jackson · 20 years ago
- 0d6b7fc cleanup patch from Adrian Bunk <bunk@stusta.de> by Dave Airlie · 20 years ago
- 1dd948f make functions static in i915, remove unused functions by Dave Airlie · 20 years ago
- 62e0a58 update i830 similiar to the kernel, add statics by Dave Airlie · 20 years ago
- 8d4c731 make more functions static in i810 and fix pageflip cleanup by Dave Airlie · 20 years ago
- 4b23b5f Final pass of libdrm.so work: by Adam Jackson · 20 years ago
- 41cbbb4 fix radeon drv by Dave Airlie · 20 years ago
- cd9ef39 Fixed multiple devices DMA bug. Fixed PCI path FIRE command detection by Thomas Hellstrom · 20 years ago
- 77045dc fix incorrect PCI id for ATI radeon by Dave Airlie · 20 years ago
- 43c3223 (Stephane Marchesin,me) Add radeon framebuffer tiling support to radeon by Roland Scheidegger · 20 years ago
- 408376b replace magic number with macro constant RADEON_ZBLOCK16 by Roland Scheidegger · 20 years ago
- 310abb3 use libdrm after it was updated by Dave Airlie · 20 years ago
- 311da0f hopefully fix drm_core setversion ioctl... pointed out by Eric on irc by Dave Airlie · 20 years ago
- 3df805b Add drm.h to the install target. by Adam Jackson · 20 years ago
- 39d5c83 Removed one bogus Savage3D PCI ID. Corrected another one. Restored by Felix Kuehling · 20 years ago
- 36ec8d8 Add a Savage3D PCI ID by Adam Jackson · 20 years ago
- 858e68f Corrected some confusion of vb_stride and vtx_size by Felix Kuehling · 20 years ago
- 9620a0b Fix cut & paste problem by Alan Hourihane · 20 years ago
- f5914ad Fix a cut & paste problem by Alan Hourihane · 20 years ago
- d29e236 Some code commenting concerning the FIFO & DMA engine. by Jose Fonseca · 20 years ago
- 7d0cb01 Add detection of whether the device is AGP by walking the capabilities list. by Eric Anholt · 20 years ago
- c74052c Add xf86drm.h to the install target. by Adam Jackson · 20 years ago