Re: [PATCH] drm/amdgpu: infinite retries fix from UTLC1 RB SDMA

2020-03-27 Thread Felix Kuehling
On 2020-03-27 15:31, Alex Sierra wrote: [Why] Previously these registers were set to 0. This was causing an infinite retry on the UTCL1 RB, preventing higher priority RB such as paging RB. [How] Set to one the SDMAx_UTLC1_TIMEOUT registers for all SDMAs on Vega10, Vega12, Vega20 and Arcturus.

[PATCH] drm/amdgpu: infinite retries fix from UTLC1 RB SDMA

2020-03-27 Thread Alex Sierra
[Why] Previously these registers were set to 0. This was causing an infinite retry on the UTCL1 RB, preventing higher priority RB such as paging RB. [How] Set to one the SDMAx_UTLC1_TIMEOUT registers for all SDMAs on Vega10, Vega12, Vega20 and Arcturus. Signed-off-by: Alex Sierra Acked-by: Alex

[PATCH] drm/amdgpu: infinite retries fix from UTLC1 RB SDMA

2020-03-22 Thread Alex Sierra
[Why] Previously these registers were set to 0. This was causing an infinite retry on the UTCL1 RB, preventing higher priority RB such as paging RB. [How] Set to one the SDMAx_UTLC1_TIMEOUT registers for all SDMAs on Vega10, Vega12, Vega20 and Arcturus. Signed-off-by: Alex Sierra ---

Re: [PATCH] drm/amdgpu: infinite retries fix from UTLC1 RB SDMA

2020-03-20 Thread philip yang
Maybe copy paste typo inline. Philip On 2020-03-20 10:41 a.m., Felix Kuehling wrote: On 2020-03-19 20:27, Alex Sierra wrote: [Why] Previously these registers were set to 0. This was causing an infinite retry on the UTCL1 RB, preventing higher priority RB such as paging RB. [How] Set to one

Re: [PATCH] drm/amdgpu: infinite retries fix from UTLC1 RB SDMA

2020-03-20 Thread Felix Kuehling
On 2020-03-19 20:27, Alex Sierra wrote: [Why] Previously these registers were set to 0. This was causing an infinite retry on the UTCL1 RB, preventing higher priority RB such as paging RB. [How] Set to one the SDMAx_UTLC1_TIMEOUT registers for all SDMAs on Arcturus. Please update this

[PATCH] drm/amdgpu: infinite retries fix from UTLC1 RB SDMA

2020-03-19 Thread Alex Sierra
[Why] Previously these registers were set to 0. This was causing an infinite retry on the UTCL1 RB, preventing higher priority RB such as paging RB. [How] Set to one the SDMAx_UTLC1_TIMEOUT registers for all SDMAs on Arcturus. Signed-off-by: Alex Sierra ---