summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* Revert "drm: drop redundant drm_file->is_master"Dave Airlie2014-08-081-1/+1
* drm: drop redundant drm_file->is_masterDavid Herrmann2014-08-051-1/+1
* drm/ttm: Fix a few sparse warningsThierry Reding2014-07-224-7/+7
* drm/vmwgfx: use helpersRob Clark2014-07-181-4/+2
* drm/ttm: fix handling of TTM_PL_FLAG_TOPDOWN v2Christian König2014-07-081-0/+1
* Merge tag 'topic/core-stuff-2014-06-30' of git://anongit.freedesktop.org/drm-...Dave Airlie2014-07-083-3/+3
|\
| * drm: add register and unregister functions for connectorsThomas Wood2014-06-193-3/+3
* | Merge tag 'vmwgfx-next-2014-07-04' of git://people.freedesktop.org/~thomash/l...Dave Airlie2014-07-087-413/+673
|\ \
| * | drm/vmwgfx: Fix compat shader namespaceThomas Hellstrom2014-07-047-413/+673
| |/
* | drm/vmwgfx: Fix incorrect write to read-only register v2:Thomas Hellstrom2014-07-031-1/+0
|/
* drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()Damien Lespiau2014-06-101-1/+1
* drm: convert crtc and connection_mutex to ww_mutex (v5)Rob Clark2014-06-051-4/+4
* drm: Move plane helpers into drm_kms_helper.koDaniel Vetter2014-06-041-2/+5
* Merge branch 'drm-init-cleanup' of git://people.freedesktop.org/~danvet/drm i...Dave Airlie2014-05-011-1/+1
|\
| * drm: pass the irq explicitly to drm_irq_installDaniel Vetter2014-04-231-1/+1
* | drm: try harder to avoid regression when merging mode bitsDave Airlie2014-05-011-1/+1
* | drm/vmwgfx: Make sure user-space can't DMA across buffer object boundaries v2Thomas Hellstrom2014-04-241-0/+22
|/
* drm/vmwgfx: correct fb_fix_screeninfo.line_lengthChristopher Friedt2014-04-031-1/+4
* drm/vmwgfx: Remove authorization requirements around some more ioctlsThomas Hellstrom2014-04-031-3/+3
* drm/vmwgfx: Fix query buffer locking order violationThomas Hellstrom2014-04-031-1/+1
* drm: Replace crtc fb with primary plane fb (v3)Matt Roper2014-04-013-15/+15
* drm/vmwgfx: Bump driver minor and dateThomas Hellstrom2014-03-281-2/+2
* drm/vmwgfx: Enable render nodesThomas Hellstrom2014-03-281-22/+21
* drm/vmwgfx: Tighten the security around buffer mapsThomas Hellstrom2014-03-281-2/+7
* drm/vmwgfx: Tighten security around surface sharing v2Thomas Hellstrom2014-03-281-0/+24
* drm/vmwgfx: Allow prime fds in the surface reference ioctlsThomas Hellstrom2014-03-281-35/+70
* drm/vmwgfx: Drop authentication requirement on UNREF ioctlsThomas Hellstrom2014-03-281-5/+5
* drm/vmwgfx: Reinstate and tighten security around legacy master modelThomas Hellstrom2014-03-281-5/+89
* drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom2014-03-2811-58/+46
* Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...Dave Airlie2014-03-181-2/+3
|\
| * drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann2014-03-161-2/+3
| * drm: use anon-inode instead of relying on cdevsDavid Herrmann2014-03-161-1/+1
* | drm/vmwgfx: Fix a surface reference corner-case in legacy emulation modeThomas Hellstrom2014-03-131-0/+18
* | drm/vmwgfx: avoid null pointer dereference at failure pathsAlexey Khoroshilov2014-03-021-16/+19
* | drm/vmwgfx: Make sure backing mobs are cleared when allocated. Update driver ...Thomas Hellstrom2014-03-022-3/+2
* | drm/vmwgfx: Remove some unused surface formatsThomas Hellstrom2014-03-021-6/+1
|/
* drm/vmwgfx: Fix command defines and checksThomas Hellstrom2014-02-122-50/+75
* drm/vmwgfx: Fix possible integer overflowThomas Hellstrom2014-02-121-4/+7
* drm/vmwgfx: Remove stray constThomas Hellstrom2014-02-121-1/+1
* drm/vmwgfx: unlock on error path in vmw_execbuf_process()Dan Carpenter2014-02-121-1/+1
* drm/vmwgfx: Get maximum mob size from register SVGA_REG_MOB_MAX_SIZECharmaine Lee2014-02-124-1/+15
* drm/vmwgfx: Fix a couple of sparse warnings and errorsThomas Hellstrom2014-02-123-14/+13
* vmwgfx: Fix unitialized stack read in vmw_setup_otable_baseDave Jones2014-02-051-0/+1
* drm/vmwgfx: Reemit context bindings when necessary v2Thomas Hellstrom2014-02-056-28/+222
* drm/vmwgfx: Detect old user-space drivers and set up legacy emulation v2Thomas Hellstrom2014-02-052-16/+101
* drm/vmwgfx: Emulate legacy shaders on guest-backed devices v2Thomas Hellstrom2014-02-054-78/+620
* drm/vmwgfx: Fix legacy surface reference size copybackThomas Hellstrom2014-02-051-2/+2
* drm/vmwgfx: Fix SET_SHADER_CONST emulation on guest-backed devicesThomas Hellstrom2014-02-051-2/+35
* drm/vmwgfx: Fix regression caused by "drm/ttm: make ttm reservation calls beh...Thomas Hellstrom2014-02-051-4/+5
* drm/vmwgfx: Don't commit staged bindings if execbuf failsThomas Hellstrom2014-02-051-2/+4
OpenPOWER on IntegriCloud