| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2007-11-19 | drm: fix dead lock in drm_buffer_object_transfer | Jerome Glisse | |
| 2007-11-05 | drm/ttm: apply linux kernel coding style to bo_lock/move/object/ttm.c | Dave Airlie | |
| 2007-11-05 | drm: remove lots of spurious whitespace. | Dave Airlie | |
| Kernel "cleanfile" script run. | |||
| 2007-10-26 | Buffer flags and masks are 64-bit. | Thomas Hellstrom | |
| don't mask off the high dword. Signed-off-by: Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | |||
| 2007-10-04 | drm: fix page count calculation | Dave Airlie | |
| Also no need to do pre-populate work on single page | |||
| 2007-09-22 | Add fence error member. | Thomas Hellstrom | |
| Modify the TTM backend bind arguments. Export a number of functions needed for driver-specific super-ioctls. Add a function to map buffer objects from the kernel, regardless of where they're currently placed. A number of error fixes. | |||
| 2007-08-06 | Export some useful ttm functions to drivers. | Ben Skeggs | |
| 2007-07-16 | drm: detypedef ttm/bo/fence code | Dave Airlie | |
| 2007-07-16 | drm: remove drmP.h internal typedefs | Dave Airlie | |
| 2007-06-29 | Fence object reference / dereference cleanup. | Thomas Hellstrom | |
| Buffer object dereference cleanup. Add a struct drm_device member to fence objects: This can simplify code, particularly in drivers. | |||
| 2007-02-15 | Initial support for fence object classes. | Thomas Hellstrom | |
| (Fence objects belonging to different command submission mechanisms). | |||
| 2007-02-13 | More bugfixes. | Thomas Hellstrom | |
| Fixed memory, pinned buffers and unmappable memory now seems fully functional. | |||
| 2007-02-12 | Lindent. | Thomas Hellstrom | |
| 2007-02-12 | More bugfixes. | Thomas Hellstrom | |
| 2007-02-12 | Cleanup and fix support for pinned buffers. | Thomas Hellstrom | |
| 2007-02-10 | Various bugfixes. | Thomas Hellstrom | |
| 2007-02-09 | I915 accelerated blit copy functional. | Thomas Hellstrom | |
| Fixed - to System memory copies are implemented by flipping in a cache-coherent TTM, blitting to it, and then flipping it out. | |||
| 2007-02-09 | Fix copyright statements. | Thomas Hellstrom | |
| 2007-02-09 | Fix evict_mutex locking range. | Thomas Hellstrom | |
| Implement unmappable buffers. (fault moves them to mappable when needed). Various bugfixes. | |||
| 2007-02-08 | Add an accelerated buffer copy cleanup helper. | Thomas Hellstrom | |
| Export helper functions and make some important buffer-object functions non-static. Add an i915 accelerated blit buffer move for pci memory buffers. | |||
| 2007-02-08 | Don't create a ttm just to copy from. | Thomas Hellstrom | |
| 2007-02-08 | Fix mm_block leak. | Thomas Hellstrom | |
| Some other minor fixes. | |||
| 2007-02-08 | A minor function interface change and some memcpy bugfixing. | Thomas Hellstrom | |
| Hooray!! it sort of works with a fixed AGP area as faked VRAM. | |||
| 2007-02-08 | Simplify external ttm page allocation. | Thomas Hellstrom | |
| Implement a memcpy fallback for copying between buffers. | |||
| 2007-02-07 | Checkpoint commit. | Thomas Hellstrom | |
| Flag handling and memory type selection cleanup. glxgears won't start. | |||
| 2007-02-07 | Fix a stray unlock_kernel() in drm_vm.c | Thomas Hellstrom | |
| Add a file for memory move helpers, drm_bo_move.c Implement generic memory move. Cached, no_move and unmapped memory temporarily broken. | |||
