summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
AgeCommit message (Expand)AuthorFilesLines
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 ...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
2013-11-06drm/vmwgfx: Use the linux DMA api to get valid device addresses of pagesThomas Hellstrom1-1/+97
2013-08-19drm/vmwgfx: remove ->firstopen callbackDaniel Vetter1-1/+0
2012-11-28drm/vmwgfx: Tighten the security around buffer mapsThomas Hellstrom1-0/+2
2012-11-21drm/vmwgfx: Refactor resource managementThomas Hellstrom1-50/+94
2012-11-20drm/vmwgfx: Make vmw_dmabuf_unreference handle NULL objectsThomas Hellstrom1-2/+5
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-9/+9
2012-09-13vmwgfx: add dumb ioctl supportDave Airlie1-0/+10
2012-02-13drm/vmwgfx: Bump driver minorThomas Hellstrom1-2/+2
2012-02-13vmwgfx: Move function declaration to correct headerThomas Hellstrom1-12/+0
2012-02-13vmwgfx: Pick up the initial size from the width and height regsJakob Bornecrantz1-0/+2
2012-02-13vmwgfx: Make it possible to get fence from execbufJakob Bornecrantz1-1/+2
2012-02-13vmwgfx: Clean up pending event references to struct drm_file objects on closeThomas Hellstrom1-0/+1
2012-02-13vmwgfx: Rework fence event actionJakob Bornecrantz1-0/+12
2011-12-19vmwgfx: Add helper function to get surface or dmabufJakob Bornecrantz1-0/+5
2011-11-02vmwgfx: Reinstate the update_layout ioctlThomas Hellstrom1-2/+4
2011-10-18vmwgfx: Add vblank stubsJakob Bornecrantz1-0/+2
2011-10-10vmwgfx: Wrap drm_read and drm_pollThomas Hellstrom1-0/+4
2011-10-10vmwgfx: Add fence eventsThomas Hellstrom1-3/+13
2011-10-05vmwgfx: Bump driver minor to advertise support for new ioctls.Thomas Hellstrom1-2/+2
2011-10-05vmwgfx: Handle device surface memory limitThomas Hellstrom1-0/+26