summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* drm/vmgfx: operation on ‘par->dirty.y1’ may be undefinedChris Wilson2010-08-021-1/+1
* Merge branch 'drm-platform' into drm-testingDave Airlie2010-07-071-1/+1
|\
| * drm: Add support for platform devices to register as DRM devicesJordan Crouse2010-06-011-1/+1
* | drm/vmwgfx: return -EFAULT for copy_to_user errorsDan Carpenter2010-06-082-2/+7
* | drm/vmwgfx: Allow userspace to change default layout. Bump minor.Jakob Bornecrantz2010-06-035-9/+134
* | drm/vmwgfx: Fix framebuffer modesettingJakob Bornecrantz2010-06-031-18/+4
* | drm/vmwgfx: Fix vga save / restore with display topology.Thomas Hellstrom2010-06-032-7/+56
* | drm/vmwgfx: Remove some leftover debug messages.Thomas Hellstrom2010-06-011-8/+0
* | drm/vmwgfx: Print warnings in kernel log about bo pinning that fails.Jakob Bornecrantz2010-06-012-0/+6
* | drm/vmwgfx: Unpause overlay on update.Jakob Bornecrantz2010-06-011-0/+2
* | drm/vmwgfx: Some modesetting cleanups and fixes.Jakob Bornecrantz2010-06-011-13/+4
* | drm/vmwgfx: Don't use SVGA_REG_ENABLE in modesetting code.Jakob Bornecrantz2010-06-012-9/+0
* | drm/vmwgfx: Remove duplicate member from struct vmw_legacy_display_unit.Jakob Bornecrantz2010-06-011-4/+2
* | drm/vmwgfx: Reserve first part of VRAM for framebuffer.Thomas Hellstrom2010-06-011-2/+39
* | drm/vmwgfx: Support older hardware.Jakob Bornecrantz2010-06-016-107/+148
* | drm/vmwgfx: Get connector status from detection function.Jakob Bornecrantz2010-06-011-7/+3
* | drm/vmwgfx: Add kernel throttling support. Bump minor.Thomas Hellstrom2010-06-016-6/+227
* | drm/vmwgfx: Make sure to unpin old and pin new framebuffer.Jakob Bornecrantz2010-06-011-6/+11
* | drm/vmwgfx: Fix single framebuffer detection.Jakob Bornecrantz2010-06-011-0/+3
* | drm/vmwgfx: Assume larger framebuffer max size.Jakob Bornecrantz2010-06-011-2/+3
|/
* fbdev: allow passing more than one aperture for handoffMarcin Slusarz2010-05-181-2/+8
* Merge branch 'drm-ttm-unmappable' into drm-core-nextDave Airlie2010-04-204-14/+46
|\
| * drm/ttm: remove io_ field from TTM V6Jerome Glisse2010-04-201-6/+0
| * drm/vmwgfx: add support for new TTM fault callback V5Jerome Glisse2010-04-201-3/+41
| * drm/ttm: split no_wait argument in 2 GPU or reserve waitJerome Glisse2010-04-083-5/+5
* | drm/fb: fix fbdev object model + cleanup properly.Dave Airlie2010-04-071-6/+0
|/
* drm/vmwgfx: depends on FBRandy Dunlap2010-03-151-1/+1
* drm/vmwgfx: Fix queries if no dma buffer thrashing is occuring.Thomas Hellstrom2010-02-231-16/+92
* drm/vmwgfx: Use fb handover mechanism instead of stealth mode.Thomas Hellstrom2010-02-182-33/+19
* drm/vmwgfx: Fix a circular locking dependency bug.Thomas Hellstrom2010-02-113-19/+14
* drm/vmwgfx: Drop scanout flag compat and add execbuf ioctl parameter members....Jakob Bornecrantz2010-02-112-19/+4
* drm/vmwgfx: Report propper framebuffer_{max|min}_{width|height}Jakob Bornecrantz2010-02-111-4/+4
* drm/vmwgfx: Update the user-space interface.Thomas Hellstrom2010-02-113-5/+12
* drm/vmwgfx: Don't send bad flags to the hostJakob Bornecrantz2010-02-013-1/+27
* drm/vmwgfx: Request SVGA version 2 and bail if not foundPeter Hanzel2010-02-011-0/+11
* drm/vmwgfx: Correctly detect 3DJakob Bornecrantz2010-02-014-1/+23
* drm/vmwgfx: Optimize memory footprint for DMA buffers.Thomas Hellstrom2010-01-254-1/+30
* drm/vmwgfx: Implement basic pm operations.Thomas Hellstrom2010-01-142-1/+63
* drm/vmwgfx: Implement a swap_notify callback.Thomas Hellstrom2010-01-141-1/+7
* drm/vmwgfx: Use bo_driver::move_notify to unbind GMRs.Thomas Hellstrom2010-01-145-29/+22
* drm/vmwgfx: Make fence sequences continous across a VT switch.Thomas Hellstrom2010-01-142-2/+2
* drm/vmwgfx: Fix an error path causing an oops.Thomas Hellstrom2010-01-141-18/+21
* drm/vmwgfx: Don't promote updates from GMR-backed scanouts to fullscreen.Thomas Hellstrom2010-01-141-7/+5
* drm/vmwgfx: Use TTM handles instead of SIDs as user-space surface handles.Thomas Hellstrom2009-12-234-111/+209
* drm/vmwgfx: Return -ERESTARTSYS when interrupted by a signal.Thomas Hellstrom2009-12-233-10/+6
* drm/vmwgfx: Fix unlocked ioctl and add proper access controlThomas Hellstrom2009-12-231-28/+19
* drm/vmwgfx: Add DRM driver for VMware Virtual GPUJakob Bornecrantz2009-12-1518-0/+7337
* drm/vmwgfx: Add svga headers for vmwgfx driverJakob Bornecrantz2009-12-155-0/+3474
OpenPOWER on IntegriCloud