summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)Author
2024-11-17drm/vmwgfx: Limit display layout ioctl array size to VMWGFX_NUM_DISPLAY_UNITSIan Forbes
2024-11-01drm/vmwgfx: Handle possible ENOMEM in vmw_stdu_connector_atomic_checkIan Forbes
2024-10-22drm/vmwgfx: Handle surface check failure correctlyNikolay Kuratov
2024-10-17drm/vmwgfx: Prevent unmapping active read buffersZack Rusin
2024-08-11drm/vmwgfx: Fix a deadlock in dma buf fence pollingZack Rusin
2024-08-11drm/vmwgfx: Trigger a modeset when the screen movesIan Forbes
2024-08-11drm/vmwgfx: Fix overlay when using Screen TargetsIan Forbes
2024-07-25drm/vmwgfx: Fix missing HYPERVISOR_GUEST dependencyAlexey Makhalov
2024-06-21drm/vmwgfx: Remove STDU logic from generic mode_valid functionIan Forbes
2024-06-21drm/vmwgfx: 3D disabled should not effect STDU memory limitsIan Forbes
2024-06-21drm/vmwgfx: Filter modes which exceed graphics memoryIan Forbes
2024-06-21drm/vmwgfx: Refactor drm connector probing for display modesMartin Krastev
2024-06-21drm/vmwgfx: Port the framebuffer code to drm fb helpersZack Rusin
2024-05-17drm/vmwgfx: Fix invalid reads in fence signaled eventsZack Rusin
2024-04-27drm/vmwgfx: Fix crtc's atomic check conditionalZack Rusin
2024-04-27drm/vmwgfx: Sort primary plane formats by order of preferenceZack Rusin
2024-04-27drm/vmwgfx: Enable DMA mappings with SEVZack Rusin
2024-04-03drm/vmwgfx: Create debugfs ttm_resource_manager entry only if neededJocelyn Falempe
2024-04-03drm/vmwgfx: Fix possible null pointer derefence with invalid contextsZack Rusin
2024-03-26drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_nodeZhipeng Lu
2024-01-25drm/vmwgfx: Keep a gem reference to user bos in surfacesZack Rusin
2024-01-25drm/vmwgfx: Fix possible invalid drm gem put callsZack Rusin
2023-11-28drm: vmwgfx_surface.c: copy user-array safelyPhilipp Stanner
2023-10-19drm/vmwgfx: fix typo of sizeof argumentKonstantin Meskhidze
2023-08-30drm/vmwgfx: Fix shader stage validationZack Rusin
2023-05-17drm/vmwgfx: Fix Legacy Display Unit atomic drm supportMartin Krastev
2023-05-17drm/vmwgfx: Remove explicit and broken vblank handlingZack Rusin
2023-02-22drm/vmwgfx: Do not drop the reference to the handle too soonZack Rusin
2023-02-22drm/vmwgfx: Stop accessing buffer objects which failed initZack Rusin
2023-02-01treewide: fix up files incorrectly marked executableLinus Torvalds
2023-01-18drm/vmwgfx: Remove rcu locks from user resourcesZack Rusin
2023-01-18drm/vmwgfx: Remove vmwgfx_hashtabMaaz Mombasawala
2023-01-18drm/vmwgfx: Refactor ttm reference object hashtable to use linux/hashtable.Maaz Mombasawala
2023-01-18drm/vmwgfx: Refactor resource validation hashtable to use linux/hashtable imp...Maaz Mombasawala
2023-01-18drm/vmwgfx: Remove ttm object hashtableMaaz Mombasawala
2023-01-18drm/vmwgfx: Refactor resource manager's hashtable to use linux/hashtable impl...Maaz Mombasawala
2023-01-18drm/vmwgfx: Write the driver id registersZack Rusin
2023-01-07drm/vmwgfx: Validate the box size for the snooped cursorZack Rusin
2022-12-05drm/vmwgfx: Don't use screen objects when SEV is activeZack Rusin
2022-11-28drm/vmwgfx: Fix race issue calling pin_user_pagesDawei Li
2022-09-21drm/vmwgfx: Fix memory leak in vmw_mksstat_add_ioctl()Rafael Mendonca
2022-09-13drm/vmwgfx: remove unused vmw_bo_is_vmw_bo() declarationGaosheng Cui
2022-08-04drm/vmwgfx: Remove unused hugepage supportZack Rusin
2022-08-04drm/vmwgfx: cleanup commentsTom Rix
2022-08-04drm/vmwgfx: clean up some error pointer checkingDan Carpenter
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann
2022-07-26drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann
2022-07-26drm/vmwgfx: Remove trailing whitespaceThomas Zimmermann
2022-07-11drm/ttm: rename and cleanup ttm_bo_initChristian König