RE: [PATCH] drm/amd: remove repeat code for mes_add_queue_pkt

2023-07-23 Thread Chen, Guchun
onathan > Cc: Chen, Guchun ; Zhou, Bob > > Subject: [PATCH] drm/amd: remove repeat code for mes_add_queue_pkt > > The setting of mes_add_queue_pkt is repeat, so remove it. > > Signed-off-by: Bob Zhou > --- > drivers/gpu/drm/amd/amdgpu/mes_v11_0.c | 4 > 1 file

[PATCH] drm/amd: remove repeat code for mes_add_queue_pkt

2023-07-23 Thread Bob Zhou
The setting of mes_add_queue_pkt is repeat, so remove it. Signed-off-by: Bob Zhou --- drivers/gpu/drm/amd/amdgpu/mes_v11_0.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/mes_v11_0.c b/drivers/gpu/drm/amd/amdgpu/mes_v11_0.c index 8e67e965f7ea..e806331fee42 10