summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)AuthorFilesLines
2019-09-16drm/vmwgfx: Fix double free in vmw_recv_msg()Dan Carpenter1-5/+3
2019-08-29drm/vmwgfx: fix memory leak when too many retries have occurredColin Ian King1-1/+3
2019-06-19drm/vmwgfx: NULL pointer dereference from vmw_cmd_dx_view_define()Murray McAllister1-0/+4
2019-06-19drm/vmwgfx: integer underflow in vmw_cmd_dx_set_shader() leading to an invali...Murray McAllister1-1/+2
2019-06-09drm/vmwgfx: Don't send drm sysfs hotplug events on initial master setThomas Hellstrom1-1/+7
2019-03-27drm/vmwgfx: Don't double-free the mode stored in par->set_modeThomas Zimmermann1-9/+3
2019-02-15drm/vmwgfx: Return error code from vmw_execbuf_copy_fence_userThomas Hellstrom1-1/+1
2019-02-15drm/vmwgfx: Fix setting of dma masksThomas Hellstrom1-3/+6
2018-05-30drm/vmwgfx: Set dmabuf_size when vmw_dmabuf_init is successfulDeepak Rawat1-0/+2
2018-05-30drm/vmwgfx: Unpin the screen object backup buffer when not usedThomas Hellstrom1-8/+21
2018-05-30drm/vmwgfx: Fix 32-bit VMW_PORT_HB_[IN|OUT] macrosThomas Hellstrom1-8/+17
2018-05-09drm/vmwgfx: Fix a buffer object leakThomas Hellstrom1-0/+1
2018-03-28drm/vmwgfx: Fix a destoy-while-held mutex problem.Thomas Hellstrom4-16/+34
2018-03-28drm/vmwgfx: Fix black screen and device errors when running without fbdevThomas Hellstrom4-1/+25
2018-01-23drm/vmwgfx: fix memory corruption with legacy/sou connectorsRob Clark2-4/+4
2018-01-17drm/vmwgfx: Potential off by one in vmw_view_add()Dan Carpenter1-0/+2
2018-01-17drm/vmwgfx: Don't cache framebuffer mapsThomas Hellstrom3-36/+13
2017-11-07Merge branch 'drm-vmwgfx-fixes' of git://people.freedesktop.org/~syeh/repos_l...Dave Airlie2-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-11-01drm/vmwgfx: Fix Ubuntu 17.10 Wayland black screen issueSinclair Yeh1-1/+1
2017-11-01drm/vmwgfx: constify vmw_fence_opsArvind Yadav1-1/+1
2017-09-04Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds14-249/+540
2017-08-30drm/vmwgfx: Fix F26 Wayland screen update issueSinclair Yeh1-1/+25
2017-08-28drm/vmwgfx: Bump the version for fence FD supportSinclair Yeh1-2/+2
2017-08-28drm/vmwgfx: Add export fence to file descriptor supportSinclair Yeh4-11/+70
2017-08-28drm/vmwgfx: Add support for imported Fence File DescriptorSinclair Yeh3-2/+71
2017-08-28drm/vmwgfx: Prepare to support fence fdSinclair Yeh1-5/+0
2017-08-28drm/vmwgfx: Fix incorrect command header offset at restartThomas Hellstrom1-0/+1
2017-08-28drm/vmwgfx: Support the NOP_ERROR commandThomas Hellstrom1-0/+2
2017-08-28drm/vmwgfx: Restart command buffers after errorsThomas Hellstrom3-27/+206
2017-08-28drm/vmwgfx: Move irq bottom half processing to threadsThomas Hellstrom4-91/+112
2017-08-28drm/vmwgfx: Don't use drm_irq_[un]installThomas Hellstrom3-21/+40
2017-08-17drm/ttm: make ttm_mem_type_manager_func debug more usefulChristian König1-2/+2
2017-08-15Backmerge tag 'v4.13-rc5' into drm-nextDave Airlie15-51/+58
2017-08-01drm: Plumb modifiers through plane initBen Widawsky3-6/+6
2017-07-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter1-0/+1
2017-07-26drm/<drivers>: Drop fbdev info flagsDaniel Vetter1-1/+0
2017-07-24Merge branch 'drm-vmwgfx-fixes' of git://people.freedesktop.org/~syeh/repos_l...Dave Airlie15-51/+58
2017-07-18drm/vmwgfx: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-18drm/vmwgfx: Fix gcc-7.1.1 warningSinclair Yeh1-1/+1
2017-07-18drm/vmwgfx: Fix cursor hotspot issue with Wayland on FedoraSinclair Yeh1-0/+9
2017-07-18drm/vmwgfx: Limit max desktop dimensions to 8Kx8KSinclair Yeh1-2/+2
2017-07-18drm/vmwgfx: dma-buf: Constify ttm_place structures.Arvind Yadav1-12/+12
2017-07-18drm/vmwgfx: fix comment mistake for vmw_cmd_dx_set_index_buffer()Brian Paul1-1/+1
2017-07-18drm/vmwgfx: Use dma_pool_zallocSouptick Joarder1-6/+4
2017-07-18drm/vmwgfx: Fix handling of errors returned by 'vmw_cotable_alloc()'Christophe JAILLET1-2/+2
2017-07-18drm/vmwgfx: Fix NULL pointer comparisonRavikant B Sharma11-26/+26
2017-07-13drm/vmwgfx: Make check_modeset() use the new atomic iterator macros.Maarten Lankhorst1-3/+2
2017-07-10Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds8-11/+13
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart3-8/+11