summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)AuthorFilesLines
2014-06-05drm: convert crtc and connection_mutex to ww_mutex (v5)Rob Clark1-4/+4
2014-06-04drm: Move plane helpers into drm_kms_helper.koDaniel Vetter1-2/+5
2014-05-01Merge branch 'drm-init-cleanup' of git://people.freedesktop.org/~danvet/drm i...Dave Airlie1-1/+1
2014-05-01drm: try harder to avoid regression when merging mode bitsDave Airlie1-1/+1
2014-04-24drm/vmwgfx: Make sure user-space can't DMA across buffer object boundaries v2Thomas Hellstrom1-0/+22
2014-04-23drm: pass the irq explicitly to drm_irq_installDaniel Vetter1-1/+1
2014-04-03drm/vmwgfx: correct fb_fix_screeninfo.line_lengthChristopher Friedt1-1/+4
2014-04-03drm/vmwgfx: Remove authorization requirements around some more ioctlsThomas Hellstrom1-3/+3
2014-04-03drm/vmwgfx: Fix query buffer locking order violationThomas Hellstrom1-1/+1
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper3-15/+15
2014-03-28drm/vmwgfx: Bump driver minor and dateThomas Hellstrom1-2/+2
2014-03-28drm/vmwgfx: Enable render nodesThomas Hellstrom1-22/+21
2014-03-28drm/vmwgfx: Tighten the security around buffer mapsThomas Hellstrom1-2/+7
2014-03-28drm/vmwgfx: Tighten security around surface sharing v2Thomas Hellstrom1-0/+24
2014-03-28drm/vmwgfx: Allow prime fds in the surface reference ioctlsThomas Hellstrom1-35/+70
2014-03-28drm/vmwgfx: Drop authentication requirement on UNREF ioctlsThomas Hellstrom1-5/+5
2014-03-28drm/vmwgfx: Reinstate and tighten security around legacy master modelThomas Hellstrom1-5/+89
2014-03-28drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom11-58/+46
2014-03-18Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...Dave Airlie1-2/+3
2014-03-16drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann1-2/+3
2014-03-16drm: use anon-inode instead of relying on cdevsDavid Herrmann1-1/+1
2014-03-13drm/vmwgfx: Fix a surface reference corner-case in legacy emulation modeThomas Hellstrom1-0/+18
2014-03-02drm/vmwgfx: avoid null pointer dereference at failure pathsAlexey Khoroshilov1-16/+19
2014-03-02drm/vmwgfx: Make sure backing mobs are cleared when allocated. Update driver ...Thomas Hellstrom2-3/+2
2014-03-02drm/vmwgfx: Remove some unused surface formatsThomas Hellstrom1-6/+1
2014-02-12drm/vmwgfx: Fix command defines and checksThomas Hellstrom2-50/+75
2014-02-12drm/vmwgfx: Fix possible integer overflowThomas Hellstrom1-4/+7
2014-02-12drm/vmwgfx: Remove stray constThomas Hellstrom1-1/+1
2014-02-12drm/vmwgfx: unlock on error path in vmw_execbuf_process()Dan Carpenter1-1/+1
2014-02-12drm/vmwgfx: Get maximum mob size from register SVGA_REG_MOB_MAX_SIZECharmaine Lee4-1/+15
2014-02-12drm/vmwgfx: Fix a couple of sparse warnings and errorsThomas Hellstrom3-14/+13
2014-02-05vmwgfx: Fix unitialized stack read in vmw_setup_otable_baseDave Jones1-0/+1
2014-02-05drm/vmwgfx: Reemit context bindings when necessary v2Thomas Hellstrom6-28/+222
2014-02-05drm/vmwgfx: Detect old user-space drivers and set up legacy emulation v2Thomas Hellstrom2-16/+101
2014-02-05drm/vmwgfx: Emulate legacy shaders on guest-backed devices v2Thomas Hellstrom4-78/+620
2014-02-05drm/vmwgfx: Fix legacy surface reference size copybackThomas Hellstrom1-2/+2
2014-02-05drm/vmwgfx: Fix SET_SHADER_CONST emulation on guest-backed devicesThomas Hellstrom1-2/+35
2014-02-05drm/vmwgfx: Fix regression caused by "drm/ttm: make ttm reservation calls beh...Thomas Hellstrom1-4/+5
2014-02-05drm/vmwgfx: Don't commit staged bindings if execbuf failsThomas Hellstrom1-2/+4
2014-01-21drm/vmwgfx: Fix recently introduced sparse / smatch warnings and errorsThomas Hellstrom5-28/+25
2014-01-17drm/vmwgfx: Invalidate surface on non-readback unbindJakob Bornecrantz1-8/+18
2014-01-17drm/vmwgfx: Silence the device command verifierThomas Hellstrom1-7/+23
2014-01-17drm/vmwgfx: Implement 64-bit Otable- and MOB binding v2Thomas Hellstrom3-25/+101
2014-01-17drm/vmwgfx: Fix surface framebuffer check for guest-backed surfacesThomas Hellstrom1-3/+3
2014-01-17drm/vmwgfx: Update otable definitionsThomas Hellstrom3-11/+27
2014-01-17drm/vmwgfx: Use the linux DMA api also for MOBsThomas Hellstrom3-41/+142
2014-01-17drm/vmwgfx: Ditch the vmw_dummy_query_bo_prepare functionThomas Hellstrom2-49/+37
2014-01-17drm/vmwgfx: Persistent tracking of context bindingsThomas Hellstrom7-10/+143
2014-01-17drm/vmwgfx: Track context bindings and scrub them upon exiting execbufThomas Hellstrom3-11/+365
2014-01-17drm/vmwgfx: Block the BIND_SHADERCONSTS commandThomas Hellstrom1-34/+2