iris: Delete unused iris_screen::aperture_bytes field
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 27 Apr 2022 09:08:48 +0000 (02:08 -0700)
committerMarge Bot <emma+marge@anholt.net>
Wed, 31 Aug 2022 01:43:08 +0000 (01:43 +0000)
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 <airlied@redhat.com>
Tested-by: Mark Janes markjanes@swizzler.org
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18311>

src/gallium/drivers/iris/iris_screen.h

index c62322c..f3ad632 100644 (file)
@@ -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.
     *