Age | Commit message (Expand) | Author |
2005-06-03 | Move the deallocation of dev_private. Since dev_private is allocated when | Ian Romanick |
2005-05-28 | Bugzilla #3217: Create a new __drm_pci_free which is used internally in | Eric Anholt |
2005-05-28 | Bugzilla #3217: The size field in the new dma handle structure was | Eric Anholt |
2005-05-28 | Actually check for drm_fb_loaded before trying to initialize the sysdev | Alan Hourihane |
2005-05-28 | Re-implement the power management. | Alan Hourihane |
2005-05-27 | Modify drm_driver::device_is_agp to return a tri-state value to indicate | Ian Romanick |
2005-05-27 | add radeon registers from VHA code these are the "unknown" registers | Dave Airlie |
2005-05-23 | VIA: | Thomas Hellstrom |
2005-05-22 | Refactor the routines for "calculating" the size of the WARP microcode. The | Ian Romanick |
2005-05-21 | Forgot to bump the patchlevel and driver date on last commit. | Ian Romanick |
2005-05-21 | Change the MGA initialization and cleanup a bit. The dev_private structure | Ian Romanick |
2005-05-20 | Refactor common, boilerplate ioctl code from drm_addbufs_* functions into | Ian Romanick |
2005-05-18 | Add i945G pci ids to drm | Dave Airlie |
2005-05-17 | Savage doesn't require AGP any more. Enable build even without CONFIG_AGP. | Felix Kuehling |
2005-05-16 | Added device_is_agp callback to drm_driver. This function is called by the | Ian Romanick |
2005-05-15 | wrap config.h include with defined for KERNEL | Dave Airlie |
2005-05-08 | VIA: Fix for oops when AGP ring-buffer initialization is called and there | Thomas Hellstrom |
2005-04-26 | Convert NOMAN to the new preferred spelling NO_MAN to quiet warnings. | Eric Anholt |
2005-04-26 | Clean up some const qualifier cast warnings. | Eric Anholt |
2005-04-26 | Convert BSD code to mostly use bus_dma, the dma abstraction for dealing | Eric Anholt |
2005-04-26 | Use msleep instead of tsleep to drop the DRM device lock and avoid a | Eric Anholt |
2005-04-24 | Fix a panic on startup with non-initmapping drivers by assigning the | Eric Anholt |
2005-04-20 | A fix for a locking bug which is triggered when a client tries to lock with | Thomas Hellstrom |
2005-04-20 | VIA: Interrupt handler bugfixes. Bumped patchlevel to 2.6.2. | Thomas Hellstrom |
2005-04-19 | Revert last commit, it affect via things | Dave Airlie |
2005-04-18 | VIA: | Thomas Hellstrom |
2005-04-16 | Use /*- to begin license blocks in BSD code to reduce diffs against FreeBSD | Eric Anholt |
2005-04-13 | Fix build on FreeBSD-current, thanks to jhb@. | Eric Anholt |
2005-04-04 | mirror changes made in main tree.. just happened to be doing this myself | Dave Airlie |
2005-03-29 | Missing file via_video.c commited. | Thomas Hellstrom |
2005-03-29 | Add skeletal imagine driver (but don't build it yet). | Adam Jackson |
2005-03-28 | Via updates: | Thomas Hellstrom |
2005-03-27 | Description: Rather than use custom code in DRM_WAIT_ON() to do exactly | Dave Airlie |
2005-03-27 | Some ia64 platforms may not support write combining on all type of memory, | Dave Airlie |
2005-03-25 | Don't know who set the i915GM PCI ID incorrectly but it should be 0x2592 | Alan Hourihane |
2005-03-25 | From Xorg CVS realign the i915_drv.h | Dave Airlie |
2005-03-25 | use linux-core for 2.6 not this stuff.. | Dave Airlie |
2005-03-25 | fix up AGP multi-head support for kernel 2.6.12 | Dave Airlie |
2005-03-25 | verify_area is deprecated, replaced by access_ok. Seems I missed this one | Dave Airlie |
2005-03-25 | fix bug with XFree86 4.3 on core drm | Dave Airlie |
2005-03-25 | 3dfx DRM depends on PCI | Dave Airlie |
2005-03-25 | For 2.6.12 and 2.6.11.x: | Dave Airlie |
2005-03-18 | Add support for production version of ATI RN50/ES1000. (ATI Technologies | Michel Daenzer |
2005-03-15 | add R200_EMIT_PP_TRI_PERF_CNTL packet to support brilinear filtering on | Roland Scheidegger |
2005-03-14 | via changes: | Thomas Hellstrom |
2005-03-13 | Command DMA optimizations: | Felix Kuehling |
2005-03-08 | Fix for bug 2673 from Egbert Eich - memset the version | Dave Airlie |
2005-03-07 | Tracked down random lockups related to command DMA that occurred in Quake3 | Felix Kuehling |
2005-03-07 | minor pointer cast typo | Dave Airlie |
2005-03-06 | Added support for command DMA on Savage4-based hardware. Unfortunately | Felix Kuehling |