summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Implement the cursor_set2 callback v2Thomas Hellstrom2015-12-081-0/+1
* drm/vmwgfx: Relax irq locking somewhatThomas Hellstrom2015-11-061-5/+4
* drm/vmwgfx: Replace iowrite/ioread with volatile memory accessesThomas Hellstrom2015-11-021-1/+27
* drm/irq: Use unsigned int pipe in public APIThierry Reding2015-10-061-3/+3
* Merge tag 'vmwgfx-fixes-4.3-150924' of git://people.freedesktop.org/~thomash/...Dave Airlie2015-09-241-3/+4
|\
| * drm/vmwgfx: Map the fifo as cachedThomas Hellstrom2015-09-141-1/+0
| * drm/vmwgfx: Fix up user_dmabuf refcountingThomas Hellstrom2015-09-141-2/+4
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-09-041-123/+212
|\ \ | |/
| * drm/vmwgfx: Fix copyright headersSinclair Yeh2015-08-121-3/+3
| * drm/vmwgfx: Add DX query support. Various fixes.Sinclair Yeh2015-08-121-0/+10
| * drm/vmwgfx: Initial DX supportThomas Hellstrom2015-08-121-89/+86
| * drm/vmwgfx: Update device includes for DX device functionalitySinclair Yeh2015-08-121-1/+1
| * drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom2015-08-051-3/+3
| * drm/vmwgfx: Add a kernel interface to create a framebuffer v2Thomas Hellstrom2015-08-051-2/+0
| * drm/vmwgfx: Convert screen targets to new helpers v3Thomas Hellstrom2015-08-051-5/+0
| * drm/vmwgfx: Convert screen objects to the new helpersThomas Hellstrom2015-08-051-6/+0
| * drm/vmwgfx: Add kms helpers for dirty- and readback functionsThomas Hellstrom2015-08-051-2/+8
| * drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2Thomas Hellstrom2015-08-051-16/+17
| * drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMsSinclair Yeh2015-08-051-1/+2
| * drm/vmwgfx: Implement screen targetsSinclair Yeh2015-08-051-5/+10
| * drm/vmwgfx: Add "quirk" to handling command verification exceptionsThomas Hellstrom2015-08-051-0/+4
| * vmwgfx: Major KMS refactoring / cleanup in preparation of screen targetsSinclair Yeh2015-08-051-5/+17
| * drm/vmwgfx: Refactor vmw_gb_surface_define_ioctl()Sinclair Yeh2015-08-051-0/+9
| * drm/vmwgfx: Add an interface to pin a resource v3Thomas Hellstrom2015-08-051-0/+4
| * drm/vmwgfx: Add command buffer support v3Thomas Hellstrom2015-08-051-0/+40
| * vmwgfx: Rework device initializationThomas Hellstrom2015-08-051-3/+16
* | treewide: fix typos in comment blocksMasahiro Yamada2015-08-071-1/+1
|/
* drm/vmwgfx: Replace the hw mutex with a hw spinlockThomas Hellstrom2015-01-191-4/+21
* drm/vmwgfx: rework to new fence interface, v2Maarten Lankhorst2014-09-021-0/+1
* drm/vmwgfx: get rid of different types of fence_flags entirelyMaarten Lankhorst2014-09-021-1/+0
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-08-071-24/+50
|\
| * drm/vmwgfx: Fix compat shader namespaceThomas Hellstrom2014-07-041-24/+50
* | drm: vmwgfx: Use nsec based interfacesThomas Gleixner2014-07-231-2/+2
|/
* drm/vmwgfx: Bump driver minor and dateThomas Hellstrom2014-03-281-2/+2
* drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom2014-03-281-0/+5
* drm/vmwgfx: Make sure backing mobs are cleared when allocated. Update driver ...Thomas Hellstrom2014-03-021-1/+1
* drm/vmwgfx: Get maximum mob size from register SVGA_REG_MOB_MAX_SIZECharmaine Lee2014-02-121-0/+1
* drm/vmwgfx: Reemit context bindings when necessary v2Thomas Hellstrom2014-02-051-0/+6
* drm/vmwgfx: Emulate legacy shaders on guest-backed devices v2Thomas Hellstrom2014-02-051-1/+28
* drm/vmwgfx: Update otable definitionsThomas Hellstrom2014-01-171-1/+4
* drm/vmwgfx: Use the linux DMA api also for MOBsThomas Hellstrom2014-01-171-2/+6
* drm/vmwgfx: Persistent tracking of context bindingsThomas Hellstrom2014-01-171-1/+10
* drm/vmwgfx: Track context bindings and scrub them upon exiting execbufThomas Hellstrom2014-01-171-0/+65
* drm/vmwgfx: Add a parameter to get max MOB memory sizeThomas Hellstrom2014-01-171-2/+2
* drm/vmwgfx: Implement a buffer object synccpu ioctl.Thomas Hellstrom2014-01-171-0/+2
* drm/vmwgfx: Fix up the vmwgfx_drv.h header for new filesThomas Hellstrom2014-01-171-28/+42
* drm/vmwgfx: Add guest-backed shadersThomas Hellstrom2014-01-171-0/+12
* drm/vmwgfx: Hook up guest-backed surfacesThomas Hellstrom2014-01-171-0/+13
* drm/vmwgfx: Hook up guest-backed queriesThomas Hellstrom2014-01-171-0/+1
* drm/vmwgfx: Add the possibility to validate a buffer as a MOBThomas Hellstrom2014-01-171-0/+2
OpenPOWER on IntegriCloud