mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
drm/radeon: add error output if VM CS fails on cayman
commit c71721324c
upstream.
So we know why the CS was rejected.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8357dde8b7
commit
1c1e115433
1 changed files with 1 additions and 0 deletions
|
@ -2775,6 +2775,7 @@ static bool evergreen_vm_reg_valid(u32 reg)
|
|||
case CAYMAN_SQ_EX_ALLOC_TABLE_SLOTS:
|
||||
return true;
|
||||
default:
|
||||
DRM_ERROR("Invalid register 0x%x in CS\n", reg);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue