aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-04Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-123/+212
2015-08-12drm/vmwgfx: Fix copyright headersSinclair Yeh1-3/+3
2015-08-12drm/vmwgfx: Add DX query support. Various fixes.Sinclair Yeh1-0/+10
2015-08-12drm/vmwgfx: Initial DX supportThomas Hellstrom1-89/+86
2015-08-12drm/vmwgfx: Update device includes for DX device functionalitySinclair Yeh1-1/+1
2015-08-07treewide: fix typos in comment blocksMasahiro Yamada1-1/+1
2015-08-05drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom1-3/+3
2015-08-05drm/vmwgfx: Add a kernel interface to create a framebuffer v2Thomas Hellstrom1-2/+0
2015-08-05drm/vmwgfx: Convert screen targets to new helpers v3Thomas Hellstrom1-5/+0
2015-08-05drm/vmwgfx: Convert screen objects to the new helpersThomas Hellstrom1-6/+0
2015-08-05drm/vmwgfx: Add kms helpers for dirty- and readback functionsThomas Hellstrom1-2/+8
2015-08-05drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2Thomas Hellstrom1-16/+17
2015-08-05drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMsSinclair Yeh1-1/+2
2015-08-05drm/vmwgfx: Implement screen targetsSinclair Yeh1-5/+10
2015-08-05drm/vmwgfx: Add "quirk" to handling command verification exceptionsThomas Hellstrom1-0/+4
2015-08-05vmwgfx: Major KMS refactoring / cleanup in preparation of screen targetsSinclair Yeh1-5/+17
2015-08-05drm/vmwgfx: Refactor vmw_gb_surface_define_ioctl()Sinclair Yeh1-0/+9
2015-08-05drm/vmwgfx: Add an interface to pin a resource v3Thomas Hellstrom1-0/+4
2015-08-05drm/vmwgfx: Add command buffer support v3Thomas Hellstrom1-0/+40
2015-08-05 vmwgfx: Rework device initializationThomas Hellstrom1-3/+16
2015-01-19drm/vmwgfx: Replace the hw mutex with a hw spinlockThomas Hellstrom1-4/+21
2014-09-02drm/vmwgfx: rework to new fence interface, v2Maarten Lankhorst1-0/+1
2014-09-02drm/vmwgfx: get rid of different types of fence_flags entirelyMaarten Lankhorst1-1/+0
2014-08-07Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-24/+50
2014-07-23drm: vmwgfx: Use nsec based interfacesThomas Gleixner1-2/+2
2014-07-04drm/vmwgfx: Fix compat shader namespaceThomas Hellstrom1-24/+50
2014-03-28drm/vmwgfx: Bump driver minor and dateThomas Hellstrom1-2/+2
2014-03-28drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom1-0/+5
2014-03-02drm/vmwgfx: Make sure backing mobs are cleared when allocated. Update driver date.Thomas Hellstrom1-1/+1
2014-02-12drm/vmwgfx: Get maximum mob size from register SVGA_REG_MOB_MAX_SIZECharmaine Lee1-0/+1
2014-02-05drm/vmwgfx: Reemit context bindings when necessary v2Thomas Hellstrom1-0/+6
2014-02-05drm/vmwgfx: Emulate legacy shaders on guest-backed devices v2Thomas Hellstrom1-1/+28
2014-01-17drm/vmwgfx: Update otable definitionsThomas Hellstrom1-1/+4
2014-01-17drm/vmwgfx: Use the linux DMA api also for MOBsThomas Hellstrom1-2/+6
2014-01-17drm/vmwgfx: Persistent tracking of context bindingsThomas Hellstrom1-1/+10
2014-01-17drm/vmwgfx: Track context bindings and scrub them upon exiting execbufThomas Hellstrom1-0/+65
2014-01-17drm/vmwgfx: Add a parameter to get max MOB memory sizeThomas Hellstrom1-2/+2
2014-01-17drm/vmwgfx: Implement a buffer object synccpu ioctl.Thomas Hellstrom1-0/+2
2014-01-17drm/vmwgfx: Fix up the vmwgfx_drv.h header for new filesThomas Hellstrom1-28/+42
2014-01-17drm/vmwgfx: Add guest-backed shadersThomas Hellstrom1-0/+12
2014-01-17drm/vmwgfx: Hook up guest-backed surfacesThomas Hellstrom1-0/+13
2014-01-17drm/vmwgfx: Hook up guest-backed queriesThomas Hellstrom1-0/+1
2014-01-17drm/vmwgfx: Add the possibility to validate a buffer as a MOBThomas Hellstrom1-0/+2
2014-01-17drm/vmwgfx: Hook up MOBs to TTM as a separate memory typeThomas Hellstrom1-0/+3
2014-01-17drm/vmwgfx: Add MOB managementThomas Hellstrom1-0/+31
2014-01-17drm/vmwgfx: Replace vram_size with prim_bb_mem for calculation of max resolutionThomas Hellstrom1-0/+1
2014-01-17drm/vmwgfx: Fix the driver for large dma addressesThomas Hellstrom1-1/+0
2013-12-18drm: Kill DRM_IRQ_ARGSDaniel Vetter1-1/+1
2013-12-04drm/vmwgfx: Fix dma buffer memory size accountingThomas Hellstrom1-0/+1
2013-11-18drm/vmwgfx: Hook up the prime ioctlsThomas Hellstrom1-0/+14