summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)Author
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-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-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
2019-01-01Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2018-12-20Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig
2018-12-13drm/vmwgfx: Protect from excessive execbuf kernel memory allocations v3Thomas Hellstrom
2018-12-13Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2018-12-12drm/vmwgfx: remove redundant return ret statementColin Ian King
2018-12-07drm/ttm: allow reserving more than one shared slot v3Christian König
2018-12-05drm/vmwgfx: Use the standard atomic helpers for page-flipThomas Hellstrom
2018-12-05drm/vmwgfx: Remove set but not used variable 'file_priv'YueHaibing
2018-12-05drm/vmwgfx: remove redundant return ret statementColin Ian King
2018-12-05drm/vmwgfx: Fix a layout race conditionThomas Hellstrom
2018-12-05drm/vmwgfx: Fix up the implicit display unit handlingThomas Hellstrom
2018-12-05drm/vmwgfx: Don't clear mode::type anymoreDeepak Rawat
2018-12-05drm/vmwgfx: Use atomic helper function for dirty fb IOCTLDeepak Rawat
2018-12-05drm/vmwgfx: Enable FB_DAMAGE_CLIPS property for SOU primary planeDeepak Rawat
2018-12-05drm/vmwgfx: Update comments for sou plane update functionDeepak Rawat
2018-12-05drm/vmwgfx: Use the new interface for SOU plane updateDeepak Rawat
2018-12-05drm/vmwgfx: Implement SOU plane update for BO backed fbDeepak Rawat
2018-12-05drm/vmwgfx: Implement SOU plane update for surface backed fbDeepak Rawat
2018-12-05drm/vmwgfx: Enable FB_DAMAGE_CLIPS property for STDU primary planeDeepak Rawat
2018-12-05drm/vmwgfx: Update comments for stdu plane updateDeepak Rawat
2018-12-05drm/vmwgfx: Use the new interface for STDU plane updateDeepak Rawat
2018-12-05drm/vmwgfx: Implement STDU plane update for BO backed fbDeepak Rawat
2018-12-05drm/vmwgfx: Implement STDU plane update for surface backed fbDeepak Rawat
2018-12-05drm/vmwgfx: Add a new interface for plane update on a display unitDeepak Rawat