Re: [PATCH 2/2] drm/amdgpu: rework ctx entity creation

2018-08-16 Thread zhoucm1
On 2018年08月16日 16:11, Christian König wrote: Am 16.08.2018 um 04:07 schrieb zhoucm1: On 2018年08月15日 18:59, Christian König wrote: Use a fixed number of entities for each hardware IP. The number of compute entities is reduced to four, SDMA keeps it two entities and all other engines just ex

Re: [PATCH 2/2] drm/amdgpu: rework ctx entity creation

2018-08-16 Thread Christian König
Am 16.08.2018 um 04:07 schrieb zhoucm1: On 2018年08月15日 18:59, Christian König wrote: Use a fixed number of entities for each hardware IP. The number of compute entities is reduced to four, SDMA keeps it two entities and all other engines just expose one entity. Signed-off-by: Christian König

Re: [PATCH 2/2] drm/amdgpu: rework ctx entity creation

2018-08-15 Thread zhoucm1
On 2018年08月15日 18:59, Christian König wrote: Use a fixed number of entities for each hardware IP. The number of compute entities is reduced to four, SDMA keeps it two entities and all other engines just expose one entity. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu

[PATCH 2/2] drm/amdgpu: rework ctx entity creation

2018-08-15 Thread Christian König
Use a fixed number of entities for each hardware IP. The number of compute entities is reduced to four, SDMA keeps it two entities and all other engines just expose one entity. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c | 291 dri