summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: NULL pointer dereference from vmw_cmd_dx_view_define()Murray McAllister2019-06-221-0/+4
* drm/vmwgfx: integer underflow in vmw_cmd_dx_set_shader() leading to an invali...Murray McAllister2019-06-221-1/+2
* drm/vmwgfx: Don't double-free the mode stored in par->set_modeThomas Zimmermann2019-04-031-9/+3
* drm/vmwgfx: Return error code from vmw_execbuf_copy_fence_userThomas Hellstrom2019-02-201-1/+1
* drm/vmwgfx: Fix setting of dma masksThomas Hellstrom2019-02-201-3/+6
* drm/vmwgfx: Fix a buffer object leakThomas Hellstrom2018-05-161-0/+1
* drm/vmwgfx: Fix a destoy-while-held mutex problem.Thomas Hellstrom2018-03-284-16/+34
* drm/vmwgfx: Fixes to vmwgfx_fbSinclair Yeh2018-03-221-1/+3
* drm/vmwgfx: use *_32_bits() macrosPaul Bolle2018-02-251-5/+2
* drm/vmwgfx: Potential off by one in vmw_view_add()Dan Carpenter2018-01-171-0/+2
* drm/vmwgfx: Fix Ubuntu 17.10 Wayland black screen issueSinclair Yeh2017-11-151-1/+1
* drm/vmwgfx: Fix gcc-7.1.1 warningSinclair Yeh2017-08-061-1/+1
* drm/vmwgfx: Free hash table allocated by cmdbuf managed res mgrDeepak Rawat2017-07-051-0/+1
* drm/vmwgfx: Make sure backup_handle is always validSinclair Yeh2017-06-141-7/+11
* drm/vmwgfx: limit the number of mip levels in vmw_gb_surface_define_ioctl()Vladis Dronov2017-06-141-0/+3
* drm/vmwgfx: Handle vmalloc() failure in vmw_local_fifo_reserve()Dan Carpenter2017-06-141-0/+2
* drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl()Li Qiang2017-04-121-1/+4
* drm/vmwgfx: Remove getparam error messageThomas Hellstrom2017-04-121-2/+0
* drm/ttm, drm/vmwgfx: Relax permission checking when opening surfacesThomas Hellstrom2017-04-123-19/+13
* drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl()Murray McAllister2017-04-121-1/+1
* drm/vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl()Murray McAllister2017-04-121-2/+2
* drm/vmwgfx: Type-check lookups of fence objectsThomas Hellstrom2017-04-121-27/+50
* drm/vmwgfx: Limit the user-space command buffer sizeThomas Hellstrom2016-10-311-3/+3
* drm/vmwgfx: Fix error paths when mapping framebufferSinclair Yeh2016-07-271-2/+2
* drm/vmwgfx: Delay pinning fbdev framebuffer until after mode setSinclair Yeh2016-07-271-22/+25
* drm/vmwgfx: Check pin count before attempting to move a bufferSinclair Yeh2016-07-271-3/+22
* drm/vmwgfx: Work around mode set failure in 2D VMsSinclair Yeh2016-07-272-8/+8
* drm/vmwgfx: Add an option to change assumed FB bppSinclair Yeh2016-07-273-0/+9
* drm/vmwgfx: Fix order of operationSinclair Yeh2016-06-071-3/+3
* drm/vmwgfx: use vmw_cmd_dx_cid_check for query commands.Charmaine Lee2016-06-071-4/+4
* drm/vmwgfx: Enable SVGA_3D_CMD_DX_SET_PREDICATIONCharmaine Lee2016-06-071-1/+1
* drm/vmwgfx: respect 'nomodeset'Rob Clark2016-03-031-0/+7
* drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updatesThomas Hellstrom2016-03-031-1/+5
* drm/vmwgfx: Fix an incorrect lock checkThomas Hellstrom2016-03-031-1/+1
* drm/vmwgfx: Implement the cursor_set2 callback v2Thomas Hellstrom2015-12-087-18/+61
* drm/vmwgfx: fix a warning messageDan Carpenter2015-11-261-1/+1
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-11-109-242/+215
|\
| * drm/vmwgfx: Relax irq locking somewhatThomas Hellstrom2015-11-064-99/+39
| * drm/vmwgfx: Properly flush cursor updates and page-flipsThomas Hellstrom2015-11-062-1/+3
| * drm/vmwgfx: Replace iowrite/ioread with volatile memory accessesThomas Hellstrom2015-11-027-105/+118
| * drm/vmwgfx: Turn off support for multisample count != 0 v2Thomas Hellstrom2015-11-022-2/+22
| * drm/vmwgfx: switch from ioremap_cache to memremapDan Williams2015-11-021-4/+10
| * Merge tag 'topic/drm-misc-2015-10-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-10-201-27/+27
| |\
| | * drm/<drivers>: Drop DRM_UNLOCKED from modeset driversDaniel Vetter2015-10-161-27/+27
| * | Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.o...Dave Airlie2015-10-161-0/+8
| |\ \ | | |/ | |/|
| * | drm/irq: Use unsigned int pipe in public APIThierry Reding2015-10-062-6/+6
| * | drm/vmwgfx: Stop checking for DRM_UNLOCKEDDaniel Vetter2015-09-301-8/+0
* | | Merge branch 'vmwgfx-fixes-4.3' of git://people.freedesktop.org/~thomash/linuxDave Airlie2015-10-251-14/+20
|\ \ \
| * | | drm/vmwgfx: Stabilize the command buffer submission codeThomas Hellstrom2015-10-211-14/+20
* | | | Merge tag 'vmwgfx-fixes-4.3-151014' of git://people.freedesktop.org/~thomash/...Dave Airlie2015-10-161-1/+2
|\| | | | |_|/ |/| |