Age | Commit message (Expand) | Author |
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 | Remove the (unworking to the point it doens't even compile) viadrm driver. | Owain Ainsworth |
2008-11-11 | Fix prototype for drm_addmap(), okay oga@. | Pedro Martelletto |
2008-11-10 | Fix the bits to enable bus mastering mode on some newer chips. From | Owain Ainsworth |
2008-11-10 | Make writeback work on after a suspend. From Dave Airlie via drm git. | Owain Ainsworth |
2008-11-06 | Oops. Forgot to commit this chunk with the last commit. | Owain Ainsworth |
2008-11-06 | Make sure we do not unlock twice. | David Hill |
2008-11-06 | Remove the drm_locked_tasklet interface. The only consumer that used it | Owain Ainsworth |
2008-11-06 | The i915 vblank swap ioctl is fundamentally racy. | Owain Ainsworth |
2008-11-04 | If we need to call the tasklet function on unlock, we don't need to hold | Owain Ainsworth |
2008-11-04 | Kill some more ttm only defines. No binary change. | Owain Ainsworth |
2008-11-04 | The drawable spinlock is no longer ever held in interrupt context (and | Owain Ainsworth |
2008-11-04 | Enable IMR passthrough of vblank events before enabling it in the | Owain Ainsworth |
2008-11-04 | Hold the drm lock around all things that touch the ringbuffer. | Owain Ainsworth |
2008-11-04 | revert the pageflipping and vblank sync code to the older style that | Owain Ainsworth |
2008-10-31 | Remove the vblank_pipe member of the softc and noop the ioctl that sets | Owain Ainsworth |
2008-10-31 | Remove another interface (this one for ARB_Occlusion_Query) that we've | Owain Ainsworth |
2008-10-30 | Bunch of cleanup. Kill some dead variables and some stupid code. | 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-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 |