Age | Commit message (Expand) | Author |
2013-03-18 | Significantly increase the wordlist for ddb hangman, | Jonathan Gray |
2012-12-06 | Rework how AGP memory regions are mapped and add support for AGP bridges | Martin Pieuchot |
2012-09-08 | Instead of having yet an other option to compile the drm code without agp | Martin Pieuchot |
2012-08-22 | Add memory barriers for powerpc. | Martin Pieuchot |
2012-08-21 | Define the endianness macro used in drm code corresponding to the | Martin Pieuchot |
2012-04-11 | fix all the suser calls which pass an incorrect p_acflag argument; | Mike Belopuhov |
2011-06-02 | Add $OpenBSD$ after oga said 'go ahead and fix that' | Paul de Weerd |
2011-03-02 | - change recieved -> received in comments, as well as two unused defines | Jasper Lievisse Adriaanse |
2010-07-18 | Support from vblank events in drm. | Owain Ainsworth |
2010-05-24 | Remove the drm drivers that are not enabled (and have never been so). | Owain Ainsworth |
2010-04-25 | The locking rework/fix that I promised when I commited GEM. | Owain Ainsworth |
2010-04-08 | DRM memory management for inteldrm(4) using the Graphics Execution | Owain Ainsworth |
2010-03-27 | DRM for R600 and R700 chipsets. | Owain Ainsworth |
2009-05-12 | Remove the vblank_disable_allowed crud. | Owain Ainsworth |
2009-05-11 | Rework the pcigart stuff somewhat. | Owain Ainsworth |
2009-04-06 | factor a bit more functionality into common code instead of repeating it | Owain Ainsworth |
2009-04-06 | Remove the context constructor and destructor driver hooks. sisdrm's old | Owain Ainsworth |
2009-04-06 | merge radeon_mem_release() and radeon_mem_takedown() into the drm_heap | Owain Ainsworth |
2009-04-05 | Rework the vblank subsystem so that instead of having various bits in | Owain Ainsworth |
2009-04-05 | kill DRM_VERIFYAREA_READ, it's part of a linux optimisation where we can | Owain Ainsworth |
2009-04-04 | Remove the three inline functions from drmP.h. | Owain Ainsworth |
2009-04-03 | detypedef drm_local_map. | Owain Ainsworth |
2009-04-03 | detypedef drm_device_dma_t. | Owain Ainsworth |
2009-04-03 | detypedef drm_buf_entry_t too. | Owain Ainsworth |
2009-04-03 | detypedef struct drm_buf from the dma_buffers api. Just because it's | Owain Ainsworth |
2009-04-03 | Change a bunch of "printk" in commented out debug code into "printf" and | Owain Ainsworth |
2009-04-03 | More dead typdefs and defines. | Owain Ainsworth |
2009-04-03 | unused type. | Owain Ainsworth |
2009-04-03 | detypedef drm_pci_id_list_t. | Owain Ainsworth |
2009-04-03 | Sprinkle some const correctness for the pciid lists. From mickey ages | Owain Ainsworth |
2009-04-03 | More compat crud bites the dust: Remove the IRQ_NONE and IRQ_HANDLED | Owain Ainsworth |
2009-04-03 | kill the stupid DRM_IRQ_ARGS macros and irqreturn_t typedef, switch to | Owain Ainsworth |
2009-04-03 | Remove dev->irq_lock, the drm_irq_handler_wrap irq handler, and remove | Owain Ainsworth |
2009-04-03 | Convert DRM_WAIT_ON to take additional parameters, the wmsg for msleep, | Owain Ainsworth |
2009-04-03 | Cleanup. These definitions should have died when I removed the lock_time | Owain Ainsworth |
2009-03-31 | remove the drm_read and drm_write functions. instead just do the | Owain Ainsworth |
2009-03-30 | Remove the DRM_SPIN lock macros, just expand them to mutex operations. | Owain Ainsworth |
2009-03-29 | Remove the lock_time member from the hardware lock. It's not that | Owain Ainsworth |
2009-03-27 | Push the per-driver dma hook a little further down. | Owain Ainsworth |
2009-03-27 | Rework the dma buffer api a bit to make it smaller and to have less | Owain Ainsworth |
2009-03-27 | Remove a bunch of compat macros, just expand them to the openbsd | Owain Ainsworth |
2009-03-26 | Rework how we deal with the list of per-open datastructures, and the | Owain Ainsworth |
2009-03-26 | The drm_* allocation functions have been #defined to not use most of | Owain Ainsworth |
2009-02-15 | Remove some dead and unneeded defines, types and prototypes. | Owain Ainsworth |
2009-02-15 | Remove drm_pci_alloc and associated definitions. | Owain Ainsworth |
2009-02-15 | convert drm_scatter code over to using the new dmamem api. | Owain Ainsworth |
2009-02-15 | convert the pcigart case where the gart table is in system memory over | Owain Ainsworth |
2009-02-15 | Convert CONSISTENT maps over to dmamem api. | Owain Ainsworth |
2009-02-15 | convert drm_addbufs_pci over to new dmamem api. | Owain Ainsworth |
2009-02-15 | introduce drm_dmamem_alloc() to allocate dma memory with bus_dma. | Owain Ainsworth |