summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)Author
2019-03-28Merge tag 'v4.9.166' into 4.9-2.3.x-imxMarcel Ziswiler
2019-03-27drm/vmwgfx: Don't double-free the mode stored in par->set_modeThomas Zimmermann
2019-02-15drm/vmwgfx: Return error code from vmw_execbuf_copy_fence_userThomas Hellstrom
2019-02-15drm/vmwgfx: Fix setting of dma masksThomas Hellstrom
2018-08-24drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard
2018-05-30drm/vmwgfx: Fix 32-bit VMW_PORT_HB_[IN|OUT] macrosThomas Hellstrom
2018-05-09drm/vmwgfx: Fix a buffer object leakThomas Hellstrom
2018-03-28drm/vmwgfx: Fix a destoy-while-held mutex problem.Thomas Hellstrom
2018-03-22drm/vmwgfx: Fixes to vmwgfx_fbSinclair Yeh
2018-01-17drm/vmwgfx: Potential off by one in vmw_view_add()Dan Carpenter
2017-11-15drm/vmwgfx: Fix Ubuntu 17.10 Wayland black screen issueSinclair Yeh
2017-08-06drm/vmwgfx: Fix gcc-7.1.1 warningSinclair Yeh
2017-07-05drm/vmwgfx: Free hash table allocated by cmdbuf managed res mgrDeepak Rawat
2017-06-14drm/vmwgfx: Make sure backup_handle is always validSinclair Yeh
2017-06-14drm/vmwgfx: limit the number of mip levels in vmw_gb_surface_define_ioctl()Vladis Dronov
2017-06-14drm/vmwgfx: Handle vmalloc() failure in vmw_local_fifo_reserve()Dan Carpenter
2017-04-12drm/vmwgfx: fix integer overflow in vmw_surface_define_ioctl()Li Qiang
2017-04-12drm/vmwgfx: Remove getparam error messageThomas Hellstrom
2017-04-12drm/ttm, drm/vmwgfx: Relax permission checking when opening surfacesThomas Hellstrom
2017-04-12drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl()Murray McAllister
2017-04-12drm/vmwgfx: NULL pointer dereference in vmw_surface_define_ioctl()Murray McAllister
2017-04-12drm/vmwgfx: Type-check lookups of fence objectsThomas Hellstrom
2017-03-15drm/vmwgfx: Work around drm removal of control nodesThomas Hellstrom
2016-10-21Merge branch 'drm-vmwgfx-fixes' of ssh://people.freedesktop.org/~syeh/repos_l...Dave Airlie
2016-10-10drm/vmwgfx: Adjust checks for null pointers in 13 functionsMarkus Elfring
2016-10-10drm/vmwgfx: Use memdup_user() rather than duplicating its implementationMarkus Elfring
2016-10-10drm/vmwgfx: Use kmalloc_array() in vmw_surface_define_ioctl()Markus Elfring
2016-10-10drm/vmwgfx: Avoid validating views on view destructionThomas Hellstrom
2016-10-10drm/vmwgfx: Limit the user-space command buffer sizeThomas Hellstrom
2016-10-10drm/vmwgfx: Remove a leftover debug printoutThomas Hellstrom
2016-10-10drm/vmwgfx: Allow resource relocations on byte boundariesThomas Hellstrom
2016-10-10drm/vmwgfx: Enable SVGA_3D_CMD_DX_TRANSFER_FROM_BUFFER commandCharmaine Lee
2016-10-10drm/vmwgfx: Remove call to reservation_object_test_signaled_rcu before waitChris Wilson
2016-10-10drm/vmwgfx: Replace numeric parameter like 0444 with macroBaole Ni
2016-09-20Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2016-09-14drm/ttm: rework handling of private mem typesChristian König
2016-08-16drm/kms: Nuke dirty_info propertyDaniel Vetter
2016-08-12drm/vmwgfx: select CONFIG_FBDaniel Vetter
2016-07-30Merge tag 'topic/drm-misc-2016-07-28' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-07-26Backmerge tag 'v4.7' into drm-nextDave Airlie
2016-07-22drm/vmwgfx: Delete an unnecessary check before the function call "vfree"Markus Elfring
2016-07-15Merge tag 'topic/drm-misc-2016-07-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-07-12drm/vmwgfx: Stop checking minor type directlyFrank Binns
2016-07-08drm/vmwgfx: Fix error paths when mapping framebufferSinclair Yeh
2016-07-02Back-merge tag 'v4.7-rc5' into drm-nextDave Airlie
2016-07-01drm/vmwgfx: Fix corner case screen target managementThomas Hellstrom
2016-07-01drm/vmwgfx: Delay pinning fbdev framebuffer until after mode setSinclair Yeh
2016-07-01drm/vmwgfx: Check pin count before attempting to move a bufferSinclair Yeh
2016-07-01drm/vmwgfx: Add an option to change assumed FB bppSinclair Yeh
2016-07-01drm/vmwgfx: Work around mode set failure in 2D VMsSinclair Yeh