drm/amdgpu: modify packet size for pm4 flush tlbs
authorAlex Sierra <alex.sierra@amd.com>
Tue, 14 Jan 2020 03:27:56 +0000 (21:27 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 22 Jan 2020 21:33:52 +0000 (16:33 -0500)
commit36a1707afda9abc704543d6b419a998c64df41ca
tree61b0bf8a47541d9b2495dde6a6957591c722c5e9
parentd7ca2d19c751b6715e9cb899a6b94f47b3499d02
drm/amdgpu: modify packet size for pm4 flush tlbs

[Why]
PM4 packet size for flush message was oversized.

[How]
Packet size adjusted to allocate flush + fence packets.

Signed-off-by: Alex Sierra <alex.sierra@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c