From: Kenneth Graunke Date: Wed, 27 Apr 2022 09:08:48 +0000 (-0700) Subject: iris: Delete unused iris_screen::aperture_bytes field X-Git-Tag: upstream/22.3.5~3936 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a1f7e623f776a8b4c0d4f43736469143b4f37ef;p=platform%2Fupstream%2Fmesa.git 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: --- 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. *