panfrost: Don't export exception_status

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6196>
This commit is contained in:
Alyssa Rosenzweig 2020-08-05 16:20:17 -04:00 committed by Marge Bot
parent 4ddc6e543c
commit 956b09653c
2 changed files with 1 additions and 5 deletions

View File

@ -641,7 +641,7 @@ pandecode_block_format(enum mali_block_format fmt)
#undef DEFINE_CASE
#define DEFINE_CASE(name) case MALI_EXCEPTION_ACCESS_## name: return ""#name
char *
static char *
pandecode_exception_access(unsigned access)
{
switch (access) {

View File

@ -53,8 +53,4 @@ pandecode_inject_mmap(uint64_t gpu_va, void *cpu, unsigned sz, const char *name)
void pandecode_jc(uint64_t jc_gpu_va, bool bifrost, unsigned gpu_id, bool minimal);
char *
pandecode_exception_access(unsigned access);
#endif /* __MMAP_TRACE_H__ */