Age | Commit message (Expand) | Author |
2008-10-23 | Don't print redundant information in dmesg. | Owain Ainsworth |
2008-10-23 | remove some funky characters | joshua stein |
2008-10-17 | Fix permissions on the DRM_I915_HWS_ADDR ioctl, should be master only. | Owain Ainsworth |
2008-10-15 | Fix list_for_each_safe compat marco. It currently skips the last entry. | Owain Ainsworth |
2008-10-11 | Fix various printf constructs either missing arguments or format specifiers. | Miod Vallat |
2008-10-07 | Kill a bunch of #ifdef freebsd/netbsd code in *_drv.c. No binary change. | Owain Ainsworth |
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-29 | Fix mmap to always return the right value in the error path. While i'm | Owain Ainsworth |
2008-09-18 | Rework the drm locking to be at least halfway sane. The freebsd code | Owain Ainsworth |
2008-09-10 | 40-bit GART support for PCIE devices. From drm git a while ago. | 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 | Something else that nothing calls. | 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-05 | The helper functions in this file are only used in one place and | Owain Ainsworth |
2008-09-05 | fix vblank interrupt mask. Unbreaks sync-to-vblank and anything that | Owain Ainsworth |
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 |