linux/drivers/gpu/drm/panfrost
ChunyouTang 7dc924d7c5 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
2021-07-12 11:13:44 +01:00
..
Kconfig
Makefile
panfrost_devfreq.c drm/panfrost: devfreq: Disable devfreq when num_supplies > 1 2021-05-14 16:29:14 +01:00
panfrost_devfreq.h
panfrost_device.c drm/panfrost: Don't reset the GPU on job faults unless we really have to 2021-07-01 08:53:35 +02:00
panfrost_device.h drm/panfrost: Queue jobs on the hardware 2021-07-01 08:53:37 +02:00
panfrost_drv.c drm/panfrost: Make sure MMU context lifetime is not bound to panfrost_priv 2021-06-24 09:25:56 +02:00
panfrost_features.h
panfrost_gem_shrinker.c
panfrost_gem.c drm/panfrost: Make sure MMU context lifetime is not bound to panfrost_priv 2021-06-24 09:25:56 +02:00
panfrost_gem.h
panfrost_gpu.c drm/panfrost:fix the exception name always "UNKNOWN" 2021-07-12 11:13:44 +01:00
panfrost_gpu.h
panfrost_issues.h
panfrost_job.c drm/panfrost: Queue jobs on the hardware 2021-07-01 08:53:37 +02:00
panfrost_job.h drm/panfrost: Use xarray and helpers for depedency tracking 2021-06-23 21:16:41 +02:00
panfrost_mmu.c drm/panfrost: Increase the AS_ACTIVE polling timeout 2021-07-01 08:53:38 +02:00
panfrost_mmu.h drm/panfrost: Make sure MMU context lifetime is not bound to panfrost_priv 2021-06-24 09:25:56 +02:00
panfrost_perfcnt.c
panfrost_perfcnt.h
panfrost_regs.h drm/panfrost: Get rid of the unused JS_STATUS_EVENT_ACTIVE definition 2021-07-01 08:53:27 +02:00
TODO