Age | Commit message (Expand) | Author |
2008-11-24 | actually set the bus_space_tag | 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 | Move vblank data allocation to happening at attach, not at irq enable. | 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 | Remove dev->id_entry, it is no longer needed. | Owain Ainsworth |
2008-11-17 | drm advertises a read and poll method. this was there to prevent errrors | 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-06 | Remove the drm_locked_tasklet interface. The only consumer that used it | Owain Ainsworth |
2008-11-04 | The drawable spinlock is no longer ever held in interrupt context (and | Owain Ainsworth |
2008-10-23 | Don't print redundant information in dmesg. | Owain Ainsworth |
2008-10-11 | Fix various printf constructs either missing arguments or format specifiers. | Miod Vallat |
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-18 | Rework the drm locking to be at least halfway sane. The freebsd code | 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 the stats data structures and noop some other parts. Nothing in | 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-17 | Kill the infobufs and markbufs calls. Nothing uses them. | Owain Ainsworth |
2008-08-17 | drm_load() and drm_unload() are a remnant of code meant to be shared | 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-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 |
2008-08-13 | Generate the magic id using idgen32(). While i'm here fix the locking a | Owain Ainsworth |
2008-08-13 | Kill a bunch of the drm context code that nothing uses anymore, the | Owain Ainsworth |
2008-08-02 | Make the drm attach messages a lot prettier. | Owain Ainsworth |
2008-07-29 | Switch all instances of malloc/free in the DRM to drm_alloc, drm_free | Owain Ainsworth |
2008-07-07 | The current drm_locked_task*() code sometimes tries to sleep in an | Owain Ainsworth |
2008-06-26 | Kill the silly ``drm_device_t'' and ``drm_file_t'' typedefs. just use | Owain Ainsworth |
2008-06-26 | Since we're not ifdefed anymore, change | Owain Ainsworth |
2008-06-26 | Kill drm_sysctl.c and all references to it. | 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-04 | Oops! Add the #endif that vanished here. | 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 | currently agp_i810 needs to map the same BAR as inteldrm, this obviously | Owain Ainsworth |
2008-04-16 | Replace handrolled hashes with a splay tree, while there plug a memleak | Pierre-Yves Ritschard |
2008-04-13 | bring back a free call which was left out when moving from handrolled lists | Pierre-Yves Ritschard |