* [PATCH 3/6] drm/vmwgfx: remove unused struct 'vmw_stdu_dma'
@ 2024-05-17 23:28 linux
2024-06-03 17:24 ` Dr. David Alan Gilbert
0 siblings, 1 reply; 3+ messages in thread
From: linux @ 2024-05-17 23:28 UTC (permalink / raw)
To: zack.rusin, bcm-kernel-feedback-list, maarten.lankhorst
Cc: daniel, dri-devel, linux-kernel, Dr. David Alan Gilbert
From: "Dr. David Alan Gilbert" <linux@treblig.org>
'vmw_stdu_dma' is unused since
commit 39985eea5a6d ("drm/vmwgfx: Abstract placement selection")
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
---
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c b/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
index 2041c4d48daa..50022e9e3519 100644
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
@@ -85,11 +85,6 @@ struct vmw_stdu_update {
SVGA3dCmdUpdateGBScreenTarget body;
};
-struct vmw_stdu_dma {
- SVGA3dCmdHeader header;
- SVGA3dCmdSurfaceDMA body;
-};
-
struct vmw_stdu_surface_copy {
SVGA3dCmdHeader header;
SVGA3dCmdSurfaceCopy body;
--
2.45.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 3/6] drm/vmwgfx: remove unused struct 'vmw_stdu_dma'
2024-05-17 23:28 [PATCH 3/6] drm/vmwgfx: remove unused struct 'vmw_stdu_dma' linux
@ 2024-06-03 17:24 ` Dr. David Alan Gilbert
2024-06-06 2:35 ` Zack Rusin
0 siblings, 1 reply; 3+ messages in thread
From: Dr. David Alan Gilbert @ 2024-06-03 17:24 UTC (permalink / raw)
To: zack.rusin, bcm-kernel-feedback-list, maarten.lankhorst, mripard,
tzimmermann
Cc: daniel, dri-devel, linux-kernel
* linux@treblig.org (linux@treblig.org) wrote:
> From: "Dr. David Alan Gilbert" <linux@treblig.org>
>
> 'vmw_stdu_dma' is unused since
> commit 39985eea5a6d ("drm/vmwgfx: Abstract placement selection")
> Remove it.
Ping.
> Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
> ---
> drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c b/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
> index 2041c4d48daa..50022e9e3519 100644
> --- a/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
> +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
> @@ -85,11 +85,6 @@ struct vmw_stdu_update {
> SVGA3dCmdUpdateGBScreenTarget body;
> };
>
> -struct vmw_stdu_dma {
> - SVGA3dCmdHeader header;
> - SVGA3dCmdSurfaceDMA body;
> -};
> -
> struct vmw_stdu_surface_copy {
> SVGA3dCmdHeader header;
> SVGA3dCmdSurfaceCopy body;
> --
> 2.45.1
>
--
-----Open up your eyes, open up your mind, open up your code -------
/ Dr. David Alan Gilbert | Running GNU/Linux | Happy \
\ dave @ treblig.org | | In Hex /
\ _________________________|_____ http://www.treblig.org |_______/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 3/6] drm/vmwgfx: remove unused struct 'vmw_stdu_dma'
2024-06-03 17:24 ` Dr. David Alan Gilbert
@ 2024-06-06 2:35 ` Zack Rusin
0 siblings, 0 replies; 3+ messages in thread
From: Zack Rusin @ 2024-06-06 2:35 UTC (permalink / raw)
To: Dr. David Alan Gilbert
Cc: bcm-kernel-feedback-list, maarten.lankhorst, mripard, tzimmermann,
daniel, dri-devel, linux-kernel
On Mon, Jun 3, 2024 at 1:24 PM Dr. David Alan Gilbert <linux@treblig.org> wrote:
>
> * linux@treblig.org (linux@treblig.org) wrote:
> > From: "Dr. David Alan Gilbert" <linux@treblig.org>
> >
> > 'vmw_stdu_dma' is unused since
> > commit 39985eea5a6d ("drm/vmwgfx: Abstract placement selection")
> > Remove it.
>
> Ping.
Thanks. I pushed it to drm-misc-fixes.
z
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-06-06 2:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-17 23:28 [PATCH 3/6] drm/vmwgfx: remove unused struct 'vmw_stdu_dma' linux
2024-06-03 17:24 ` Dr. David Alan Gilbert
2024-06-06 2:35 ` Zack Rusin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox