summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)Author
2019-06-11drm/vmwgfx: fix a warning due to missing dma_parmsQian Cai
2019-06-11drm/vmwgfx: Honor the sg list segment size limitationThomas Hellstrom
2019-06-11drm/vmwgfx: Use the backdoor port if the HB port is not availableThomas Hellstrom
2019-05-21drm/vmwgfx: integer underflow in vmw_cmd_dx_set_shader() leading to an invali...Murray McAllister
2019-05-21drm/vmwgfx: NULL pointer dereference from vmw_cmd_dx_view_define()Murray McAllister
2019-05-21drm/vmwgfx: Use the dma scatter-gather iterator to get dma addressesThomas Hellstrom
2019-05-21drm/vmwgfx: Fix compat mode shader operationThomas Hellstrom
2019-05-21drm/vmwgfx: Fix user space handle equal to zeroThomas Hellstrom
2019-05-21drm/vmwgfx: Don't send drm sysfs hotplug events on initial master setThomas Hellstrom
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-04-26Merge branch 'vmwgfx-fixes-5.1' of git://people.freedesktop.org/~thomash/linu...Dave Airlie
2019-04-25drm/vmwgfx: Fix dma API layer violationThomas Hellstrom
2019-04-08drm/vmwgfx: Remove set but not used variable 'fb_offset, fb_depth'YueHaibing
2019-04-08drm/vmwgfx: Zero initialize handle in vmw_execbuf_processNathan Chancellor
2019-04-08drm/vmwgfx: Use preprocessor macro for FIFO allocationDeepak Rawat
2019-04-08drm/vmwgfx: Fix formatting and spaces in vmwgfx_execbuf.cDeepak Rawat
2019-04-08drm/vmwgfx: Use VMW_DEBUG_USER for device command buffer errorsDeepak Rawat
2019-04-08drm/vmwgfx: Clean up some debug messages in vmwgfx_execbuf.cDeepak Rawat
2019-04-08drm/vmwgfx: Print message when command verifier returns with errorDeepak Rawat
2019-04-08drm/vmwgfx: Add a new define for vmwgfx user-space debuggingDeepak Rawat
2019-04-08drm/vmwgfx: Use preprocessor macro for cmd structDeepak Rawat
2019-04-08drm/vmwgfx: Use preprocessor macro to get valid context nodeDeepak Rawat
2019-04-08drm/vmwgfx: remove redundant unlikely annotationChengguang Xu
2019-04-08drm/vmwgfx: Remove set but not used variable 'restart'YueHaibing
2019-04-08drm/vmwgfx: Be more restrictive when dirtying resourcesThomas Hellstrom
2019-04-03Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2019-03-22Merge branch 'vmwgfx-fixes-5.1' of git://people.freedesktop.org/~thomash/linu...Dave Airlie
2019-03-20drm/vmwgfx: Don't double-free the mode stored in par->set_modeThomas Zimmermann
2019-03-20drm/vmwgfx: Return 0 when gmrid::get_node runs out of ID'sDeepak Rawat
2019-03-19drm/ttm: Quick-test mmap offset in ttm_bo_mmap()Thomas Zimmermann
2019-03-19drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann
2019-03-19drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-02-18Merge v5.0-rc7 into drm-nextDave Airlie
2019-02-11lib/scatterlist: Provide a DMA page iteratorJason Gunthorpe
2019-02-05drm/vmwgfx: Improve on IOMMU detectionThomas Hellstrom
2019-02-05drm/vmwgfx: Fix setting of dma masksThomas Hellstrom
2019-02-05drm/vmwgfx: Also check for crtc status while checking for DU activeDeepak Rawat
2019-02-05drm/vmwgfx: Fix an uninitialized fence handle valueThomas Hellstrom
2019-02-05drm/vmwgfx: Return error code from vmw_execbuf_copy_fence_userThomas Hellstrom
2019-02-04Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2019-01-29drm/irq: Ditch DRIVER_IRQ_SHAREDDaniel Vetter
2019-01-29drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)installDaniel Vetter
2019-01-29drm/vmwgfx: unwind spaghetti code in vmw_dma_select_modeChristoph Hellwig
2019-01-29drm/vmwgfx: fix the check when to use dma_alloc_coherentChristoph Hellwig
2019-01-29drm/vmwgfx: remove CONFIG_INTEL_IOMMU ifdefs v2Christoph Hellwig
2019-01-29drm/vmwgfx: remove CONFIG_X86 ifdefsChristoph Hellwig
2019-01-28drm/vmwgfx: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann
2019-01-28drm/vmwgfx: Replace ttm_bo_reference with ttm_bo_getThomas Zimmermann
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter