Skip to content
Snippets Groups Projects
Commit 7dc924d7 authored by ChunyouTang's avatar ChunyouTang Committed by Steven Price
Browse files

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: default avatarChunyouTang <tangchunyou@icubecorp.cn>
Reviewed-by: default avatarSteven Price <steven.price@arm.com>
Signed-off-by: default avatarSteven Price <steven.price@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210708073407.2015-1-tangchunyou@163.com
parent 4fdd6002
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment