mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
iris: Delete unused iris_screen::aperture_bytes field
This was effectively removed inbb3545a6, but the field wasn't deleted, leaving it there to troll people. screen->aperture_bytes is 0? What? Fixes:bb3545a6ee("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>
This commit is contained in:
parent
df2eaba411
commit
6a1f7e623f
1 changed files with 0 additions and 2 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue