mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-18 06:33:43 -04:00
drm/vmwgfx: Add basic support for SVGA3
SVGA3 is the next version of our PCI device. Some of the changes include using MMIO for register accesses instead of ioports, deprecating the FIFO MMIO and removing a lot of the old and legacy functionality. SVGA3 doesn't support guest backed objects right now so everything except 3D is working. v2: Fixes all the static analyzer warnings Signed-off-by: Zack Rusin <zackr@vmware.com> Cc: Martin Krastev <krastevm@vmware.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com> Link: https://patchwork.freedesktop.org/patch/msgid/20210505191007.305872-1-zackr@vmware.com
This commit is contained in:
@@ -653,7 +653,7 @@ int vmw_cotable_notify(struct vmw_resource *res, int id)
|
||||
}
|
||||
|
||||
/**
|
||||
* vmw_cotable_add_view - add a view to the cotable's list of active views.
|
||||
* vmw_cotable_add_resource - add a view to the cotable's list of active views.
|
||||
*
|
||||
* @res: pointer struct vmw_resource representing the cotable.
|
||||
* @head: pointer to the struct list_head member of the resource, dedicated
|
||||
|
||||
Reference in New Issue
Block a user