intel: Move subslice_total into devinfo
Reworks: * Move asserts for subslice_total into intel_device_info.c (s-b Ken) * Drop now unused intel_device_info_subslice_total (s-b Ken) * Add comment for subslice_total (Ken) Suggested-by: Kenneth Graunke <kenneth@whitecape.org> Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12799>
This commit is contained in:
@@ -185,8 +185,6 @@ struct iris_screen {
|
||||
unsigned kernel_features;
|
||||
#define KERNEL_HAS_WAIT_FOR_SUBMIT (1<<0)
|
||||
|
||||
unsigned subslice_total;
|
||||
|
||||
uint64_t aperture_bytes;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user