diff options
author | ChunyouTang <tangchunyou@icubecorp.cn> | 2021-07-08 15:34:06 +0800 |
---|---|---|
committer | Steven Price <steven.price@arm.com> | 2021-07-12 11:13:44 +0100 |
commit | 7dc924d7c595b21c084644be6d18014aae505b0f (patch) | |
tree | e126f771ecebbdca5c6ce7f91a5007869107d834 /drivers/gpu/drm/drm_of.c | |
parent | 4fdd600214e666debb3bbe0ded1f6888c3ee49ec (diff) |
drm/panfrost:fix the exception name always "UNKNOWN"
The exception_code in register is only 8 bits,So if
fault_status in panfrost_gpu_irq_handler() don't
(& 0xFF),it can't get correct exception reason.
and it's better to show all of the register value
to custom,so it's better fault_status don't (& 0xFF).
Signed-off-by: ChunyouTang <tangchunyou@icubecorp.cn>
Reviewed-by: Steven Price <steven.price@arm.com>
Signed-off-by: Steven Price <steven.price@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210708073407.2015-1-tangchunyou@163.com
Diffstat (limited to 'drivers/gpu/drm/drm_of.c')
0 files changed, 0 insertions, 0 deletions