Skip to content

Commit b91e05f

Browse files
Dr. David Alan Gilbertzackr
authored andcommitted
drm/vmwgfx: remove unused struct 'vmw_stdu_dma'
'vmw_stdu_dma' is unused since commit 39985ee ("drm/vmwgfx: Abstract placement selection") Remove it. Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org> Signed-off-by: Zack Rusin <zack.rusin@broadcom.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240517232858.230860-1-linux@treblig.org
1 parent 7ef91dc commit b91e05f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,6 @@ struct vmw_stdu_update {
9292
SVGA3dCmdUpdateGBScreenTarget body;
9393
};
9494

95-
struct vmw_stdu_dma {
96-
SVGA3dCmdHeader header;
97-
SVGA3dCmdSurfaceDMA body;
98-
};
99-
10095
struct vmw_stdu_surface_copy {
10196
SVGA3dCmdHeader header;
10297
SVGA3dCmdSurfaceCopy body;

0 commit comments

Comments
 (0)