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 <[email protected]> Signed-off-by: Zack Rusin <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 7ef91dc commit b91e05f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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)