mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 19:43:54 +07:00
drm/amdgpu/gfx: Increase dispatch packet number
For Arcturus, increase dispatch packet number to stress scheduler. Signed-off-by: James Zhu <James.Zhu@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
2255d7f36e
commit
45317d5ffb
@ -4146,7 +4146,7 @@ static int gfx_v9_0_do_edc_gpr_workarounds(struct amdgpu_device *adev)
|
|||||||
|
|
||||||
/* write dispatch packet */
|
/* write dispatch packet */
|
||||||
ib.ptr[ib.length_dw++] = PACKET3(PACKET3_DISPATCH_DIRECT, 3);
|
ib.ptr[ib.length_dw++] = PACKET3(PACKET3_DISPATCH_DIRECT, 3);
|
||||||
ib.ptr[ib.length_dw++] = 128; /* x */
|
ib.ptr[ib.length_dw++] = 256; /* x */
|
||||||
ib.ptr[ib.length_dw++] = 1; /* y */
|
ib.ptr[ib.length_dw++] = 1; /* y */
|
||||||
ib.ptr[ib.length_dw++] = 1; /* z */
|
ib.ptr[ib.length_dw++] = 1; /* z */
|
||||||
ib.ptr[ib.length_dw++] =
|
ib.ptr[ib.length_dw++] =
|
||||||
@ -4174,7 +4174,7 @@ static int gfx_v9_0_do_edc_gpr_workarounds(struct amdgpu_device *adev)
|
|||||||
|
|
||||||
/* write dispatch packet */
|
/* write dispatch packet */
|
||||||
ib.ptr[ib.length_dw++] = PACKET3(PACKET3_DISPATCH_DIRECT, 3);
|
ib.ptr[ib.length_dw++] = PACKET3(PACKET3_DISPATCH_DIRECT, 3);
|
||||||
ib.ptr[ib.length_dw++] = 128; /* x */
|
ib.ptr[ib.length_dw++] = 256; /* x */
|
||||||
ib.ptr[ib.length_dw++] = 1; /* y */
|
ib.ptr[ib.length_dw++] = 1; /* y */
|
||||||
ib.ptr[ib.length_dw++] = 1; /* z */
|
ib.ptr[ib.length_dw++] = 1; /* z */
|
||||||
ib.ptr[ib.length_dw++] =
|
ib.ptr[ib.length_dw++] =
|
||||||
|
Loading…
Reference in New Issue
Block a user