drm/amdgpu: remove repeat code for mes_add_queue_pkt
authorBob Zhou <bob.zhou@amd.com>
Mon, 24 Jul 2023 02:46:35 +0000 (10:46 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 27 Jul 2023 18:48:13 +0000 (14:48 -0400)
commit8a92e8676cfbe4de018a60a2870de37188fc75c6
treef259b09c1cdf69858c4456213fe4bb5d56d6e126
parent6d67b681f9ec1bfe2394f28309f7ad991d62db3a
drm/amdgpu: remove repeat code for mes_add_queue_pkt

The setting of mes_add_queue_pkt is repeated, so remove it.

Signed-off-by: Bob Zhou <bob.zhou@amd.com>
Reviewed-by: Guchun Chen <guchun.chen@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c