Age | Commit message (Expand) | Author |
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 |
2009-02-05 | Merge the static block allocation code from {i915,radeon}_mem.c into | Owain Ainsworth |
2009-01-29 | Similar to my last commit, it's stupid to have a file with two very | Owain Ainsworth |
2009-01-29 | Move drmmmap to the main driver file. It's stupid to have a file with | Owain Ainsworth |
2009-01-29 | drm_getmap and interface can die too. | Owain Ainsworth |
2009-01-29 | Rip out the drm_drawable support. There is no need for the xserver to | Owain Ainsworth |
2009-01-27 | While printing is turned off by default, the debug code was still | Owain Ainsworth |
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 |