| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2005-09-03 | convert ioctl flags to use flags instead of separate ints | Dave Airlie | |
| 2005-08-26 | - Don't try to allocate mappings of less than a PAGE_SIZE in MGA DMA code. | Eric Anholt | |
| - Comment out the "is this mapping/bufs in allocated AGP" bits in BSD because they break mga (which uses AGP allocation that doesn't track entries). It's not a security issue when we still have the related ioctls marked root-only. - Apply some power-of-two alignment restrictions to hopefully avoid some panicing in bad cases of drm_pci_alloc() on FreeBSD. - Add verbosity to some error handling that I found useful while debugging. | |||
| 2005-08-25 | Add missing .cvsignore files for autotoolery. | Eric Anholt | |
| 2005-08-22 | remove i915_pm code as it causes too many issues with current software | Alan Hourihane | |
| suspend, and the DDX driver re-inits the board successfully anyway. | |||
| 2005-08-21 | We don't need to install all the internal headers files only drm.h and | Dave Airlie | |
| *_drm.h have user space interfaces | |||
| 2005-08-20 | Fix silly install issue by moving the header install rules for shared-core | Adam Jackson | |
| into shared-core/Makefile.am. Bump to 1.0.3. | |||
| 2005-08-17 | commit toggle switch to make Linux drm_handle_t unsigned int | Dave Airlie | |
| 2005-08-16 | add Egberts 32/64 bit patch (its in kernel already...) | Dave Airlie | |
| 2005-08-15 | Port the VIA DRM to FreeBSD. Original patch by Jake, with some cleanup by | Eric Anholt | |
| me to match other drivers and avoid ifdeffing. The linux via_drv.c will be | |||
