Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-07-19 | Delete the pre-core DRM code with extreme prejudice. | Adam Jackson | 1 | -417/+0 | |
2004-09-27 | Fix the shared directory I accidentally stomped on | Jon Smirl | 1 | -2/+10 | |
2004-09-27 | First check in for DRM that splits core from personality modules | Jon Smirl | 1 | -10/+2 | |
2004-08-24 | Merged drmfntbl-0-0-2drmfntbl-0-0-2-20040824-merge | Dave Airlie | 1 | -0/+1 | |
2004-08-17 | Merged drmfntbl-0-0-1drmfntbl-0-0-1-20040817-merge | Dave Airlie | 1 | -2/+8 | |
2004-08-14 | Add a "dev" argument to DRIVER_CTX_[CD]TOR. This will be used in an | Eric Anholt | 1 | -2/+2 | |
upcoming commit for the SiS driver. | |||||
2004-07-25 | sync up with current 2.6 kernel bk tree - mostly __user annotations | Dave Airlie | 1 | -11/+14 | |
2004-05-11 | Merge from FreeBSD-current. Mostly 64-bit cleanliness fixes, but a few | Eric Anholt | 1 | -3/+3 | |
driver interface changes from -current. | |||||
2004-02-18 | Fix sisfb header location for 2.6 kernels | Michel Daenzer | 1 | -0/+4 | |
Submitted by: Andrew Morton | |||||
2003-10-16 | Try that again. It's a long. | Eric Anholt | 1 | -1/+1 | |
2003-10-16 | Debug printf format fix. | Eric Anholt | 1 | -1/+1 | |
2003-09-07 | Correct format in debug printfs (free is a pointer, not an int). | Eric Anholt | 1 | -2/+2 | |
2003-08-29 | Port the SiS DRM to FreeBSD. This includes the ability for the DRM to | Eric Anholt | 1 | -0/+403 | |
allocate framebuffer memory without sisfb, and a new ioctl to be used by the X Server which tells the DRM what region of framebuffer memory to allocate from. Also fixes a possibility to panic the kernel I believe. Tested on linux with sisfb and FreeBSD (without sisfb) with new DRI only. |