summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm/tdfx_drv.c
Commit message (Collapse)AuthorAgeFilesLines
* Update to latest from DRI CVS. Primary new feature is mostly-complete smpnganholt2003-10-241-44/+0
| | | | | | | | locking, and the apparently unnecessary locking for -stable has been removed. This may fix issues with missed interrupts since April, which manifested themselves as slowdowns or hangs in radeon, in particular. Many cleanups also took place. In the shared code, there are improvements to r128 driver stability.
* Update the DRM to the latest from DRI CVS. Includes some bugfixes and removalanholt2003-04-251-1/+0
| | | | | | of the infrastructure for the gamma driver which was removed a while back. The DRM_LINUX option is removed because the handler is now provided by the linux compat code itself.
* Update the DRM to latest from DRI CVS. This is approximately the versionanholt2003-03-091-56/+5
| | | | | | | included in XFree86 4.3, but includes some fixes. Notable changes include Radeon 8500-9100 support, PCI Radeon/Rage 128 support, transform & lighting support for Radeons, and vblank syncing support for r128, radeon, and mga. The gamma driver was removed due to lack of any users.
* Hook the DRM up to the build and add it to NOTES.anholt2002-04-281-1/+0
| | | | Approved by: des
* Add the code for the DRM, based on the code from the drm-kmod port.anholt2002-04-271-0/+152
This is not hooked up yet, that will come later. Approved by: des
OpenPOWER on IntegriCloud