Age | Commit message (Expand) | Author |
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 |
2008-05-06 | currently agp_i810 needs to map the same BAR as inteldrm, this obviously | Owain Ainsworth |
2008-04-12 | Convert the list of agp memory over to a TAILQ instead of using a hand- | Owain Ainsworth |
2007-12-16 | destatic the static functions, they only make debugging harder. | Owain Ainsworth |
2007-11-28 | Initial import of the DRM (direct rendering manager). | Owain Ainsworth |