Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-29 | Add DRM(calloc), which is convenient, used by the new sis code, and takes | Eric Anholt | |
advantage of M_ZERO on BSDs. | |||
2003-07-29 | IRQ code cleanup suggested by Linus Torvalds | Michel Daenzer | |
i830 build fix | |||
2003-07-25 | Compile fixes for recent 2.5/2.6 Linux kernels. I hope this doesn't break | Michel Daenzer | |
the i830 driver or the BSDs. :) | |||
2003-07-04 | Don't need to include linux/wrapper.h - we only use Set/ClearPageReserved | Leif Delgass | |
from linux/mm.h now and wrapper.h has been removed in 2.5.69 and later. | |||
2003-06-19 | Revert the janitorial - that works is now on the new branch | Jose Fonseca | |
newdrm-0-0-1-branch. | |||
2003-06-14 | Move the linux AGP includes into drm_agp.h and only define the AGP data | Jose Fonseca | |
structures if AGP support is enabled in the kernel (__REALLY_HAVE_AGP). This fixes the compile errors on kernels without AGP support. | |||
2003-06-03 | Split declarations/definitions in drm_scatter.h into drm_sg.h/drm_sg_tmp.h | Jose Fonseca | |
respectively. Splited the work out of the ioctls and renamed (with the _ioctl prefix). Added some more documentation. Did the same for drm_sgpsupport.h. | |||
2003-05-27 | Merged DRM documentation. | Jose Fonseca | |
2003-05-16 | Support AGP bridges where the AGP aperture can't be accessed directly by | Michel Daenzer | |
the CPU (David Mosberger, Benjamin Herrenschmidt, myself, Paul Mackerras, Jeff Wiedemeier) | |||
2003-04-26 | move prototypes for gamma functions to gamma_drv.h | Keith Whitwell | |
2003-04-24 | Remove unused dev->map_count. We always iterate the maplist with | Leif Delgass | |
list_for_each() and the count is not updated or used for stats. | |||
2003-04-24 | Remove #if 0'd code and some unused string functions | Keith Whitwell | |
2003-04-23 | Install dummy/noop read & poll fops unless the driver has replacements. | Keith Whitwell | |
2003-04-22 | Rename drm_lists.h to gamma_lists.h | Keith Whitwell | |
2003-04-22 | Move the excitingly named DRM(flush_block_and_flush) and friends to | Keith Whitwell | |
gamma-specific code. Fix templates so i8x0 drivers don't have to define __HAVE_DMA_WAITLIST. | |||
2003-04-22 | Move a chunk of gamma-specific code out of drm_dma.h. Remove unused | Keith Whitwell | |
'DRM_FLAG_NOCTX' option. | |||
2003-04-22 | remove unused dma histogram code | Keith Whitwell | |
2003-04-22 | remove DRM read, poll and write_string | Keith Whitwell | |
2003-04-17 | Bring some drm module changes over from the XFree86 trunk: | David Dawes | |
- Reset 'bound' flag for an agp entry after undbind succeeded in drm_agpsupport.h (Egbert Eich). - Ignore hw_lock for drm device if lock was set by a different instance (ie Xserver) to prevent second server from spinning in driver release function (currently only relevant for i8xx drm drivers) (David Dawes). - Use the agpgart "key" for the unique handle for bindings rather than the memory address (the key is guaranteed to be unique) (David Dawes). | |||
2003-04-17 | Fix DRM module build on 2.5.41 and later kernels (tqueue -> workqueue). | David Dawes | |
2003-04-08 | Use list_entry() to get container struct from struct list_head pointers. | Leif Delgass | |
Build fix for RedHat 9 kernel (5 args to remap_page_range()). | |||
2003-03-28 | merged drm-filp-0-1-branch | Keith Whitwell | |
2003-03-25 | linux merge for drm | Alan Hourihane | |
2003-02-21 | Merge from bsd-4-0-0-branch. | Eric Anholt | |
2003-01-11 | limit number of pending vblank signals to 100 to prevent DoS, and minor | Michel Daenzer | |
cleanups | |||
2002-12-11 | remove agpgart informational | Keith Whitwell | |
2002-12-03 | vertical blank interrupt cleanups: use spinlock instead of semaphore, send | Michel Daenzer | |
signal directly from interrupt handler instead of using a taskqueue (based on feedback by Linus Torvalds) | |||
2002-11-30 | vertical blank ioctl can send signal instead of blocking | Michel Daenzer | |
2002-09-25 | common ioctl to wait for vertical blank IRQs | Michel Daenzer | |
2002-09-11 | - Fix various bugs in the DRI support for the i830 and i845G (Keith | David Dawes | |
Whitwell). - Major rework of the 2D i830/i845G support, including: - Improve VESA mode selection, and fix refresh rate selection. - Don't duplicate functions provided in the vbe modules. - Don't duplicate functions provided in the vgahw module. - Rewrite memory allocation. - Rewrite initialisation and save/restore state handling. - Decouple the i810 support from i830 and later. - Remove various unnecessary hacks and workarounds. - Fix an 845G problem with the ring buffer not in pre-allocated memory. - Fix screen blanking. - Fix some HW cursor glitches, and turn HW cursor off at VT switch and exit. - Don't attempt to use the i830's function 1 entity. - Fix problems with option handling. (David Dawes). - Add mode VBE-aware mode handling functions to the vbe module (David Dawes). | |||
2002-08-29 | standardize use of __FUNCTION__ (Linus) | Keith Whitwell | |
2002-08-22 | Don't (re)define vmalloc_to_page for kernel >= 2.4.19, as it has been | Leif Delgass | |
backported from 2.5.x. Also fix a couple of incorrect LINUX_VERSION_CODE tests and fix header dependency for r128, radeon when building without AGP. | |||
2002-07-05 | merged bsd-3-0-0-branch | Alan Hourihane | |
2002-05-16 | Allow drm to build under 2.4 and 2.5(.14) | Keith Whitwell | |
2002-02-02 | wrapper for ioremap_nocache() like for ioremap() (Paul Mundt) | Michel Daenzer | |
2001-10-22 | merge kernel 2.4.13-pre6. | Alan Hourihane | |
2001-09-25 | merge with 2.4.10 kernel | Alan Hourihane | |
2001-09-18 | remove Linux 2.3.x cruft. | Alan Hourihane | |
2001-08-19 | No one's maintaining 2.2.x support - so remove all the cruft. | Alan Hourihane | |
2001-08-14 | A few warning fixes when actually building under 2.4.9-pre2 + some | Jeff Hartmann | |
reformating | |||
2001-08-13 | Sync with Linus 2.4.9-pre2 + make all nopage routines more alike | Jeff Hartmann | |
2001-08-10 | Commit Keith Owens kernel Makefile changes, merge and commit alpha patch | Jeff Hartmann | |
set from Jay Estabrook (sans some mga modifications which broke other arch's.) | |||
2001-08-08 | Update to the code I sent Linus and Alan this morning. Added some missing | Jeff Hartmann | |
agp chipsets to drm_agpsupport.h, redid the card detection common code to use a structure (avoids endian porting issues), changed the tdfx driver to use the kernel pci id '#defines' | |||
2001-04-30 | - PCIGART patches for Alpha from Compaq | Kevin E Martin | |
2001-04-06 | Handle drivers that don't have __HAVE_SG defined. | Alan Hourihane | |
2001-04-05 | Merged ati-pcigart-1-0-0 | Kevin E Martin | |
2001-03-19 | Remove PRIMPTR completely. | Gareth Hughes | |
2001-03-14 | Merged sarea-1-0-0 | Kevin E Martin | |
2001-02-16 | - Clean up the way customization of the templates is done. | Gareth Hughes | |
- Fix old-style DMA for gamma driver (please test). - Pull out IRQ handling into drm_dma.h (please test on i810, gamma). - Lots of general cleanups, remove compiler warnings etc. | |||
2001-02-15 | Merge mga-1-0-0-branch into trunk. | Gareth Hughes | |