Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit a85b1cb2 authored by Zack Rusin's avatar Zack Rusin
Browse files

drm/vmwgfx: Switch the internal BO's to ttm_bo_type_kernel


There's never a need to access our internal kernel bo's from
user-space. Those objects are used exclusively for internal
support to guest backed surfaces (in otable setup and mob
page tables) and there's no need to have them be of device
type, i.e. mmappable from user-space.

Signed-off-by: default avatarZack Rusin <zackr@vmware.com>
Reviewed-by: default avatarMartin Krastev <krastevm@vmware.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211105193845.258816-6-zackr@vmware.com
parent f6be2326
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment