Age | Commit message (Expand) | Author |
2003-10-03 | Stylistic preparation for SMPng locking work: DRM_LOCK/DRM_UNLOCK have side | Eric Anholt |
2003-10-02 | Add an MIT-style copyright, assigned to myself, to these files. I think | Eric Anholt |
2003-10-02 | Axe more old gamma DMA infrastructure. | Eric Anholt |
2003-10-02 | Mostly whitespace cleanups and style(9) fixes focused on "if(" -> "if (" | Eric Anholt |
2003-10-02 | Wrap sys/endian.h usage with __FreeBSD_version >= 480000. | Eric Anholt |
2003-10-02 | Allow the DRM to attach to a "drmsub" device. This will be provided by the | Eric Anholt |
2003-10-02 | MTRR issue with SMP and -stable seems to be resolved. Re-enable MTRRs on | Eric Anholt |
2003-09-30 | file via_drm.h was initially added on branch cle266-0-0-1-branch. | Jose Fonseca |
2003-09-30 | file via.h was initially added on branch cle266-0-0-1-branch. | Jose Fonseca |
2003-09-30 | file via_drv.c was initially added on branch cle266-0-0-1-branch. | Jose Fonseca |
2003-09-30 | file via_drv.h was initially added on branch cle266-0-0-1-branch. | Jose Fonseca |
2003-09-30 | file via_ds.c was initially added on branch cle266-0-0-1-branch. | Jose Fonseca |
2003-09-30 | file via_ds.h was initially added on branch cle266-0-0-1-branch. | Jose Fonseca |
2003-09-30 | file via_map.c was initially added on branch cle266-0-0-1-branch. | Jose Fonseca |
2003-09-30 | file via_mm.c was initially added on branch cle266-0-0-1-branch. | Jose Fonseca |
2003-09-30 | file via_mm.h was initially added on branch cle266-0-0-1-branch. | Jose Fonseca |
2003-09-28 | Fix typo in SiS help message (and testing cvs commit to | Leif Delgass |
2003-09-25 | Whitespace cleanup (spaces before tabs or instead of tabs). | Eric Anholt |
2003-09-25 | Whitespace cleanup. | Eric Anholt |
2003-09-25 | Fix Kconfig for SiS DRM now that it doesn't require sisfb. | Eric Anholt |
2003-09-24 | post merge fix | Alan Hourihane |
2003-09-13 | compatibility layer still uses agp (not gart) | Alan Hourihane |
2003-09-12 | bsd drm fixes | Alan Hourihane |
2003-09-12 | linux drm fixes | Alan Hourihane |
2003-09-12 | resolve merge conflicts | Alan Hourihane |
2003-09-09 | Use spldrm/splx around tsleep() in DRM_WAIT_ON | Keith Whitwell |
2003-09-07 | Correct format in debug printfs (free is a pointer, not an int). | Eric Anholt |
2003-09-07 | Fix for older -stable. | Eric Anholt |
2003-08-29 | Update to reflect renaming of SIS ioctls. | Eric Anholt |
2003-08-29 | These files were missed in the SiS DRM commit. | Eric Anholt |
2003-08-29 | Port the SiS DRM to FreeBSD. This includes the ability for the DRM to | Eric Anholt |
2003-08-29 | Add DRM(calloc), which is convenient, used by the new sis code, and takes | Eric Anholt |
2003-08-29 | Update radeon PCI IDs. | Eric Anholt |
2003-08-29 | This PCI header has been living in dev/pci/ for a while now. | Eric Anholt |
2003-08-28 | Remove superfluous TLB flush | Michel Daenzer |
2003-08-26 | Rename agp to gart for radeon | Michel Daenzer |
2003-08-26 | Remove artificial PCI GART limitations, rename AGP to GART where | Michel Daenzer |
2003-08-19 | Fix the debug build. | Eric Anholt |
2003-08-19 | - Remove $FreeBSD$ tags as they weren't too useful and merges are now being | Eric Anholt |
2003-08-18 | Clean up Radeon DRI resume code | Michel Daenzer |
2003-08-18 | Make r128_do_wait_for_idle static, as it's only used in this file. | Eric Anholt |
2003-08-18 | Remove an unnecessary #define __NO_VERSION__ | Eric Anholt |
2003-08-15 | Merge from 2.6 kernel (Linus Torvalds) | Michel Daenzer |
2003-08-15 | DA: loads of whitespace .. some from Linus, some from me | Dave Airlie |
2003-08-13 | DA: patch from Matthew upgraded to latest DRI head to solve issue with i810 | Dave Airlie |
2003-08-12 | Whitespace cleanup from the pageflipping commit. | Eric Anholt |
2003-08-12 | Document change in interface version 1.9. | Eric Anholt |
2003-08-12 | Document the changes in interface version 2.5. | Eric Anholt |
2003-08-12 | Merge from FreeBSD r1.11: We have memset in the kernel, no need to define | Eric Anholt |
2003-08-11 | DA: code cleanups for i810_dma.c from 2.4 kernel | Dave Airlie |