summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)AuthorFilesLines
2017-07-18drm/vmwgfx: Make sure backup_handle is always validSinclair Yeh1-1/+3
2017-07-18drm/vmwgfx: Remove getparam error messageThomas Hellstrom1-2/+0
2017-07-18drm/ttm, drm/vmwgfx: Relax permission checking when opening surfacesThomas Hellstrom3-19/+13
2017-07-18drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl()Murray McAllister1-1/+1
2017-07-18drm/vmwgfx: Type-check lookups of fence objectsThomas Hellstrom1-27/+50
2017-07-02drm/vmwgfx: limit the number of mip levels in vmw_gb_surface_define_ioctl()Vladis Dronov1-0/+3
2017-06-05drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl()Li Qiang1-1/+4
2017-06-05drm/vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl()Murray McAllister1-2/+2
2016-02-25drm/vmwgfx: Fix an fb unlocking bugThomas Hellstrom1-2/+2
2016-02-17drm/vmwgfx: respect 'nomodeset'Rob Clark1-0/+7
2015-10-28drm/vmwgfx: Fix kernel NULL pointer dereference on older hardwareThomas Hellstrom1-1/+2
2015-10-09drm/vmwgfx: Fix up user_dmabuf refcountingThomas Hellstrom6-17/+39
2015-09-03drm/vmwgfx: Fix execbuf locking issuesThomas Hellstrom1-2/+2
2015-03-23drm/vmwgfx: Reorder device takedown somewhatThomas Hellstrom1-37/+40
2015-03-23drm/vmwgfx: Fix a couple of lock dependency violationsThomas Hellstrom2-16/+6
2015-02-17drm/vmwgfx: Don't use memory accounting for kernel-side fence objectsThomas Hellstrom1-19/+2
2015-01-15drm/vmwgfx: Fix fence event codeThomas Hellstrom1-11/+6
2015-01-15drm/vmwgfx: Fix error printout on signals pendingThomas Hellstrom1-2/+6
2014-11-17drm/vmwgfx: Filter out modes those cannot be supported by the current VRAM size.Sinclair Yeh2-4/+18
2014-10-06drm/vmwgfx: Fix a potential infinite spin waiting for fifo idleThomas Hellstrom1-1/+2
2014-10-06drm/ttm: fix handling of TTM_PL_FLAG_TOPDOWN v2Christian König1-0/+1
2014-07-03drm/vmwgfx: Fix incorrect write to read-only register v2:Thomas Hellstrom1-1/+0
2014-06-10drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()Damien Lespiau1-1/+1
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-02drm: 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