Age | Commit message (Expand) | Author |
2008-11-29 | Fix a possible NULL pointer dereference. Spotted by Tobias Ulmer; thanks! | Owain Ainsworth |
2008-11-24 | back out the buf_priv change. it made some incorrect assumptions and | Owain Ainsworth |
2008-11-24 | Fixup wakeup pointers. interrupts work properly again. | Owain Ainsworth |
2008-11-24 | do the same for struct drm_file (file_priv) as previously done for | Owain Ainsworth |
2008-11-24 | Instead of having a ``private data'' pointer in the dma buffers, just | Owain Ainsworth |
2008-11-24 | change drm_attach_mi to drm_attach_pci. we take the pci_attach_args, and | Owain Ainsworth |
2008-11-24 | make device works out if it's agp and tells the drm driver, not the | Owain Ainsworth |
2008-11-24 | instead of functions that just return an error, just inline them into | Owain Ainsworth |
2008-11-23 | pass in the dmat when we attach the drm driver. reduces pci dependancy. | Owain Ainsworth |
2008-11-23 | #define away unused arguments for the drm_alloc functions. to save some | Owain Ainsworth |
2008-11-23 | Map device interrupts in the attach routine. and remove more need for | Owain Ainsworth |
2008-11-23 | Move vblank data allocation to happening at attach, not at irq enable. | Owain Ainsworth |
2008-11-22 | using ``wait queues' for sleep is a linuxism. Kill them and just sleep | Owain Ainsworth |
2008-11-22 | Make all drm drivers map their mmio register space on attach instead of | Owain Ainsworth |
2008-11-22 | drm_device_is_pcie is only needed in one place: radeondrm_attach | Owain Ainsworth |
2008-11-22 | Move the drm drivers over from: | Owain Ainsworth |
2008-11-22 | Remove the driver->load callback and just do all the initialization in | Owain Ainsworth |
2008-11-22 | reduce the dependancy of drm_pci_alloc upon the drm device softc. Just | Owain Ainsworth |
2008-11-22 | Remove dev->id_entry, it is no longer needed. | Owain Ainsworth |
2008-11-22 | Remove the strings from the pcidevs arrays. they are no longer needed and are | Owain Ainsworth |
2008-11-18 | Remove dev->agp_buffer_token, linux needs it, we do not. | Owain Ainsworth |
2008-11-17 | Instead of using a width-1 bitfield for storing the driver capabilities | Owain Ainsworth |
2008-11-17 | rework how we handle ioctls. | Owain Ainsworth |
2008-11-11 | Fix prototype for drm_addmap(), okay oga@. | Pedro Martelletto |
2008-11-06 | Oops. Forgot to commit this chunk with the last commit. | Owain Ainsworth |
2008-10-28 | make DRM_INFO() a bit less gross, though getting all the grossness out at onc... | Theo de Raadt |
2008-10-07 | Kill the linux-ready negative return codes in ``shared'' code. We handle | 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-10 | Kill the max_context member of the softc, it does nothing useful. | Owain Ainsworth |
2008-09-09 | Kill some stupid agp api wrapper functions, just use the agp api | Owain Ainsworth |
2008-09-07 | Kill some unneeded defines and struct members. | Owain Ainsworth |
2008-09-06 | Kill some more unused struct fields and the cases for them. | Owain Ainsworth |
2008-09-06 | Kill the stats data structures and noop some other parts. Nothing in | 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-29 | Build with mtrr support on amd64. This really should have gone in in | Owain Ainsworth |
2008-08-28 | replace usage of drm_memrange with extent(9). No functional change, but | Owain Ainsworth |
2008-08-21 | Rip out the remnants of the vblank signal stuff. Nothing uses it, and | Owain Ainsworth |
2008-08-21 | Instead of having a number of malloced arrays for vblank handling, just | Owain Ainsworth |
2008-08-18 | Another dead struct member. | Owain Ainsworth |
2008-08-17 | kill struct drm_freelist, after removing markbufs and infobufs nothing | Owain Ainsworth |
2008-08-17 | Kill a dead function and a dead struct member. | Owain Ainsworth |
2008-08-17 | Kill the infobufs and markbufs calls. Nothing uses them. | Owain Ainsworth |
2008-08-17 | kill the stupid pci capability defines, we have our own. Don't wrap | 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-08-13 | Change the drm_lock*() api to take a pointer to the struct as a | Owain Ainsworth |
2008-08-13 | idgen32 wasn't really right here. Change back to how it was, but | Owain Ainsworth |