Age | Commit message (Expand) | Author |
2024-01-16 | update drm to linux 6.6.12 | Jonathan Gray |
2022-01-14 | update drm to linux 5.15.14 | Jonathan Gray |
2021-07-07 | update drm to linux 5.10.47 | Jonathan Gray |
2020-06-08 | update drm to linux 5.7 | Jonathan Gray |
2014-03-09 | remove dri1 interfaces | Jonathan Gray |
2012-03-09 | New vmmap implementation. | Ariane van der Steldt |
2011-06-02 | Add $OpenBSD$ after oga said 'go ahead and fix that' | Paul de Weerd |
2010-12-16 | no need to poke the vmspace, uvm_map_hint does what we want. ok oga | Ted Unangst |
2010-12-15 | add a BRKSIZ define and use it for the heap gap constant, decoupling | Ted Unangst |
2009-06-02 | Drop an argument to DRM_ERROR() that was both unmatched and superfluous | Philip Guenthe |
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-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 | The drm_* allocation functions have been #defined to not use most of | Owain Ainsworth |
2009-03-20 | Minor style nit; rnoland (freebsd). | 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 |
2008-11-24 | back out the buf_priv change. it made some incorrect assumptions and | Owain Ainsworth |
2008-11-24 | Don't unmap REGISTERS maps, we don't map them anymore. | Owain Ainsworth |
2008-11-24 | Instead of having a ``private data'' pointer in the dma buffers, just | Owain Ainsworth |
2008-11-23 | pass in the dmat when we attach the drm driver. reduces pci dependancy. | Owain Ainsworth |
2008-11-23 | Map device interrupts in the attach routine. and remove more need for | Owain Ainsworth |
2008-11-22 | Make all drm drivers map their mmio register space on attach instead of | Owain Ainsworth |
2008-11-22 | reduce the dependancy of drm_pci_alloc upon the drm device softc. Just | Owain Ainsworth |
2008-11-17 | Instead of using a width-1 bitfield for storing the driver capabilities | Owain Ainsworth |
2008-10-07 | Move dev->driver over to being a pointer to a const struct, instead of stupidly | Owain Ainsworth |
2008-09-29 | Put back the ``address'' field to struct drm_buf, this allows machdrm to | Owain Ainsworth |
2008-09-18 | Rework the drm locking to be at least halfway sane. The freebsd code | Owain Ainsworth |
2008-09-06 | Kill some more unused struct fields and the cases for them. | Owain Ainsworth |
2008-09-05 | The code for cleaning up errored buffers and for cleaning up at the end | Owain Ainsworth |
2008-09-02 | detypedef some more. No functional change. | Owain Ainsworth |
2008-08-28 | replace usage of drm_memrange with extent(9). No functional change, but | Owain Ainsworth |
2008-08-18 | Another dead struct member. | Owain Ainsworth |
2008-08-17 | Kill the infobufs and markbufs calls. Nothing uses them. | Owain Ainsworth |
2008-08-17 | Kill some redundant ifdefs, they're taken care of elsewhere. | Owain Ainsworth |
2008-08-16 | Apply a light paddling with the knf stick. No binary change. | Owain Ainsworth |
2008-08-13 | Kill file_priv->refs, it is always 1. Also move two things from the | Owain Ainsworth |
2008-07-29 | Switch all instances of malloc/free in the DRM to drm_alloc, drm_free | Owain Ainsworth |
2008-06-26 | Kill the silly ``drm_device_t'' and ``drm_file_t'' typedefs. just use | Owain Ainsworth |
2008-06-26 | Kill the device_t and vm_offset_t typedefs. | Owain Ainsworth |
2008-06-26 | Kill the rest of the ifdef maze in drm_*.c | Owain Ainsworth |
2008-06-12 | The mmap offsets for memory buffers currently are the kernel virtual | Owain Ainsworth |
2008-06-11 | Update to DRM git as of a few days ago. This mostly affects the | Owain Ainsworth |
2008-06-03 | Make *drm(4) use D_CLONE so that the per-open data actually works. Since | Owain Ainsworth |
2008-05-06 | Kill vtophys in drm. | Owain Ainsworth |