summaryrefslogtreecommitdiff
path: root/lib/igt_panfrost.h
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.com>2019-06-12 08:20:59 +0200
committerTomeu Vizoso <tomeu.vizoso@collabora.com>2019-06-12 08:42:22 +0200
commit6617460fc731d1ba5088d13c59a4809e2ce68206 (patch)
treea67dcc00571f1d39624d3f61c1362120545728d5 /lib/igt_panfrost.h
parent1f2acef836ffcbf5113df4ade8b587935c7d5868 (diff)
lib/panfrost: Add support for SFBD to igt_panfrost_trivial_job
T720 GPUs and older don't have support for MFBD, so use the SFBD structs instead. We don't know yet how to hang the GPU with SFBD descriptors, so for now skip that test. Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Diffstat (limited to 'lib/igt_panfrost.h')
-rw-r--r--lib/igt_panfrost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/igt_panfrost.h b/lib/igt_panfrost.h
index a33327e3..cc7998dc 100644
--- a/lib/igt_panfrost.h
+++ b/lib/igt_panfrost.h
@@ -29,7 +29,7 @@
struct panfrost_bo {
int handle;
- uint32_t offset;
+ uint64_t offset;
uint32_t size;
void *map;
};