drm/amdgpu: drop the GCR packet from the emit_ib frame for sdma5.0
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 4 May 2021 13:58:26 +0000 (09:58 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 10 May 2021 22:06:45 +0000 (18:06 -0400)
commit36f77e12a21eea07901bed8c6f0a170c7c7bf1b1
treec100182fdd357a91a24ce3f3a5b6350960aca70d
parente8d7aa68c8fe68525d04a940ca59c1b5aae16b7e
drm/amdgpu: drop the GCR packet from the emit_ib frame for sdma5.0

It's not needed here and has been added to the proper place
in the previous patch.  This aligns with what we do for sdma 5.2.

Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c