From 6a1f7e623f776a8b4c0d4f43736469143b4f37ef Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Wed, 27 Apr 2022 02:08:48 -0700 Subject: [PATCH] iris: Delete unused iris_screen::aperture_bytes field This was effectively removed in bb3545a6, but the field wasn't deleted, leaving it there to troll people. screen->aperture_bytes is 0? What? Fixes: bb3545a6ee4 ("intel: Store the aperture size in devinfo.") Reviewed-by: Dave Airlie Tested-by: Mark Janes markjanes@swizzler.org Part-of: --- src/gallium/drivers/iris/iris_screen.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gallium/drivers/iris/iris_screen.h b/src/gallium/drivers/iris/iris_screen.h index c62322c..f3ad632 100644 --- a/src/gallium/drivers/iris/iris_screen.h +++ b/src/gallium/drivers/iris/iris_screen.h @@ -188,8 +188,6 @@ struct iris_screen { unsigned kernel_features; #define KERNEL_HAS_WAIT_FOR_SUBMIT (1<<0) - uint64_t aperture_bytes; - /** * Last sequence number allocated by the cache tracking mechanism. * -- 2.7.4