drm/nv50: fix iommu errors caused by device reading from address 0
[safe/jmp/linux-2.6] / drivers / gpu / drm / vmwgfx /
2010-06-07 Dan Carpenterdrm/vmwgfx: return -EFAULT for copy_to_user errors
2010-06-03 Jakob Bornecrantzdrm/vmwgfx: Allow userspace to change default layout...
2010-06-03 Jakob Bornecrantzdrm/vmwgfx: Fix framebuffer modesetting
2010-06-03 Thomas Hellstromdrm/vmwgfx: Fix vga save / restore with display topology.
2010-05-31 Thomas Hellstromdrm/vmwgfx: Remove some leftover debug messages.
2010-05-31 Jakob Bornecrantzdrm/vmwgfx: Print warnings in kernel log about bo pinni...
2010-05-31 Jakob Bornecrantzdrm/vmwgfx: Unpause overlay on update.
2010-05-31 Jakob Bornecrantzdrm/vmwgfx: Some modesetting cleanups and fixes.
2010-05-31 Jakob Bornecrantzdrm/vmwgfx: Don't use SVGA_REG_ENABLE in modesetting...
2010-05-31 Jakob Bornecrantzdrm/vmwgfx: Remove duplicate member from struct vmw_leg...
2010-05-31 Thomas Hellstromdrm/vmwgfx: Reserve first part of VRAM for framebuffer.
2010-05-31 Jakob Bornecrantzdrm/vmwgfx: Support older hardware.
2010-05-31 Jakob Bornecrantzdrm/vmwgfx: Get connector status from detection function.
2010-05-31 Thomas Hellstromdrm/vmwgfx: Add kernel throttling support. Bump minor.
2010-05-31 Jakob Bornecrantzdrm/vmwgfx: Make sure to unpin old and pin new framebuffer.
2010-05-31 Jakob Bornecrantzdrm/vmwgfx: Fix single framebuffer detection.
2010-05-31 Jakob Bornecrantzdrm/vmwgfx: Assume larger framebuffer max size.
2010-05-18 Marcin Slusarzfbdev: allow passing more than one aperture for handoff
2010-04-20 Dave AirlieMerge branch 'drm-ttm-unmappable' into drm-core-next
2010-04-20 Jerome Glissedrm/ttm: remove io_ field from TTM V6
2010-04-20 Jerome Glissedrm/vmwgfx: add support for new TTM fault callback V5
2010-04-08 Jerome Glissedrm/ttm: split no_wait argument in 2 GPU or reserve...
2010-04-07 Dave Airliedrm/fb: fix fbdev object model + cleanup properly.
2010-03-15 Randy Dunlapdrm/vmwgfx: depends on FB
2010-02-23 Thomas Hellstromdrm/vmwgfx: Fix queries if no dma buffer thrashing...
2010-02-18 Thomas Hellstromdrm/vmwgfx: Use fb handover mechanism instead of stealt...
2010-02-11 Thomas Hellstromdrm/vmwgfx: Fix a circular locking dependency bug.
2010-02-11 Jakob Bornecrantzdrm/vmwgfx: Drop scanout flag compat and add execbuf...
2010-02-11 Jakob Bornecrantzdrm/vmwgfx: Report propper framebuffer_{max|min}_{width...
2010-02-11 Thomas Hellstromdrm/vmwgfx: Update the user-space interface.
2010-02-01 Jakob Bornecrantzdrm/vmwgfx: Don't send bad flags to the host
2010-02-01 Peter Hanzeldrm/vmwgfx: Request SVGA version 2 and bail if not...
2010-02-01 Jakob Bornecrantzdrm/vmwgfx: Correctly detect 3D
2010-01-25 Thomas Hellstromdrm/vmwgfx: Optimize memory footprint for DMA buffers.
2010-01-14 Thomas Hellstromdrm/vmwgfx: Implement basic pm operations.
2010-01-14 Thomas Hellstromdrm/vmwgfx: Implement a swap_notify callback.
2010-01-14 Thomas Hellstromdrm/vmwgfx: Use bo_driver::move_notify to unbind GMRs.
2010-01-14 Thomas Hellstromdrm/vmwgfx: Make fence sequences continous across a...
2010-01-14 Thomas Hellstromdrm/vmwgfx: Fix an error path causing an oops.
2010-01-14 Thomas Hellstromdrm/vmwgfx: Don't promote updates from GMR-backed scano...
2009-12-23 Thomas Hellstromdrm/vmwgfx: Use TTM handles instead of SIDs as user...
2009-12-23 Thomas Hellstromdrm/vmwgfx: Return -ERESTARTSYS when interrupted by...
2009-12-23 Thomas Hellstromdrm/vmwgfx: Fix unlocked ioctl and add proper access...
2009-12-14 Jakob Bornecrantzdrm/vmwgfx: Add DRM driver for VMware Virtual GPU
2009-12-14 Jakob Bornecrantzdrm/vmwgfx: Add svga headers for vmwgfx driver