Age | Commit message (Expand) | Author |
2008-09-02 | If we need a physical hardware status page, initialise it at device attach | Owain Ainsworth |
2008-09-02 | Track progress inside of batchbuffers so we know the hardware isn't | Owain Ainsworth |
2008-09-02 | detypedef some more. No functional change. | Owain Ainsworth |
2008-09-01 | avoid loosing return value from copyin, and properly return it. | Charles Longeau |
2008-09-01 | fix null dereference. | Charles Longeau |
2008-09-01 | convert a tsleep back to msleep that got lost in a previous upstream merge. | Owain Ainsworth |
2008-09-01 | Add Interrupt mitigation for the i9XX user_irq, should save a bit of power; | Owain Ainsworth |
2008-08-29 | Build with mtrr support on amd64. This really should have gone in in | Owain Ainsworth |
2008-08-29 | Don't memcpy too far whem drm_realloc() is called with a smaller size. | Owain Ainsworth |
2008-08-28 | Ignore xserver provided mmio address. We already have it. From git. | Owain Ainsworth |
2008-08-28 | Ignore userland provided batchbuffer start parameter, we can determine | Owain Ainsworth |
2008-08-28 | set sarea_priv to NULL to prevent possible access on next open/close. | Owain Ainsworth |
2008-08-28 | Kill the ifdefed out ttm interface stuff. The intel driver has | Owain Ainsworth |
2008-08-28 | This file was meant to be removed with the last commit, it's now empty | 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 | Check the return value of agp_enable() instead of assuming it completed. | 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-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-17 | Make sure we can't sleep with a spinlock held | Owain Ainsworth |
2008-08-16 | Apply a light paddling with the knf stick. No binary change. | Owain Ainsworth |
2008-08-13 | Make sure that we don't sleep with a lock held, some small cleanup while | Owain Ainsworth |
2008-08-13 | Check for zero in drm_calloc() to prevent divide-by-zero. Also rearrange | 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-10 | 'flus' -> 'flush', 'waitinf' -> 'waiting'. From Dawe via tech@. | Kenneth R Westerback |
2008-08-02 | Make the drm attach messages a lot prettier. | Owain Ainsworth |
2008-07-30 | fix up a few free -> drm_free() cases that were missed before. | Owain Ainsworth |
2008-07-29 | Update to DRM git. | Owain Ainsworth |
2008-07-29 | Switch all instances of malloc/free in the DRM to drm_alloc, drm_free | Owain Ainsworth |
2008-07-29 | Stricter bounds checking for values controlling loops or memory allocations, | Miod Vallat |
2008-07-29 | Check for multiplication overflow in drm_calloc(). ok oga@ | Miod Vallat |
2008-07-15 | Remove some debug code that i forgot to remove in a previous commit. | Owain Ainsworth |
2008-07-10 | the DRM_{READ,WRITE}$NUMBER() macros currently use | Owain Ainsworth |
2008-07-07 | The current drm_locked_task*() code sometimes tries to sleep in an | Owain Ainsworth |
2008-07-03 | Add the pci id and driver flags flags parts for the previous two updates | Owain Ainsworth |
2008-07-03 | Oops.. missed these files out of the radeon git update. | Owain Ainsworth |
2008-07-03 | Update the inteldrm driver to drm git. | Owain Ainsworth |
2008-07-03 | Update the radeondrm driver to be level with drm git. | Owain Ainsworth |
2008-06-30 | Don't try to free a non-malloced address. Somehow this bit of code escaped | Owain Ainsworth |
2008-06-26 | Kill the silly ``drm_device_t'' and ``drm_file_t'' typedefs. just use | Owain Ainsworth |