mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
MALI: bifrost: treat "Could not get a valid AS for group ..." as a debug log not warning
In mail 'RE: <rock-chips>: G610: Valhall Android DDK r36: Does device driver warning log "Could not get a valid AS for group ..." matter?', zhigang.yao@arm.com declared that it should not be a warning: "This is expected behavior. GPU has a limited present HW address space resource, max is 16, and is implementation specific, (8 on Odin?). So if there are more than 16 (8 on Odin) process, some of it might not get a valid present address space, and the warning would be printed as you have observed." Signed-off-by: Zhen Chen <chenzhen@rock-chips.com> Change-Id: Ic8324c37461776672d516b472db66549d91fe552
This commit is contained in:
@@ -2421,7 +2421,7 @@ static void program_csg_slot(struct kbase_queue_group *group, s8 slot,
|
||||
mutex_unlock(&kbdev->mmu_hw_mutex);
|
||||
|
||||
if (kctx->as_nr == KBASEP_AS_NR_INVALID) {
|
||||
dev_warn(kbdev->dev, "Could not get a valid AS for group %d of context %d_%d on slot %d\n",
|
||||
dev_dbg(kbdev->dev, "Could not get a valid AS for group %d of context %d_%d on slot %d\n",
|
||||
group->handle, kctx->tgid, kctx->id, slot);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user