Re: [PATCH] drm/amdgpu: pass queue size and is_aql_queue to MES

2022-09-22 Thread Felix Kuehling
Am 2022-09-20 um 10:29 schrieb Graham Sider: Update mes_v11_api_def.h add_queue API with is_aql_queue parameter. Also re-use gds_size for the queue size (unused for KFD). MES requires the queue size in order to compute the actual wptr offset within the queue RB since it increases monotonically fo

[PATCH] drm/amdgpu: pass queue size and is_aql_queue to MES

2022-09-20 Thread Graham Sider
Update mes_v11_api_def.h add_queue API with is_aql_queue parameter. Also re-use gds_size for the queue size (unused for KFD). MES requires the queue size in order to compute the actual wptr offset within the queue RB since it increases monotonically for AQL queues. Signed-off-by: Graham Sider ---