diff options
Diffstat (limited to 'src/panfrost/encoder/pan_device.h')
-rw-r--r-- | src/panfrost/encoder/pan_device.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/panfrost/encoder/pan_device.h b/src/panfrost/encoder/pan_device.h index 75bf82e4434..693c156f2e3 100644 --- a/src/panfrost/encoder/pan_device.h +++ b/src/panfrost/encoder/pan_device.h @@ -79,6 +79,9 @@ struct panfrost_device { unsigned thread_tls_alloc; unsigned quirks; + /* debug flags, see pan_util.h how to interpret */ + unsigned debug; + drmVersionPtr kernel_version; struct renderonly *ro; |