intel/dev: Export functions that will be used by different kernel drivers
No behavior changes here. Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Reviewed-by: Marcin Ślusarz <marcin.slusarz@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20437>
This commit is contained in:
committed by
Marge Bot
parent
473732dfd1
commit
1332702cf4
@@ -539,6 +539,13 @@ bool intel_get_device_info_from_pci_id(int pci_id,
|
||||
bool intel_device_info_update_memory_info(struct intel_device_info *devinfo,
|
||||
int fd);
|
||||
|
||||
void intel_device_info_topology_reset_masks(struct intel_device_info *devinfo);
|
||||
void intel_device_info_topology_update_counts(struct intel_device_info *devinfo);
|
||||
void intel_device_info_update_pixel_pipes(struct intel_device_info *devinfo, uint8_t *subslice_masks);
|
||||
void intel_device_info_update_l3_banks(struct intel_device_info *devinfo);
|
||||
void intel_device_info_update_cs_workgroup_threads(struct intel_device_info *devinfo);
|
||||
bool intel_device_info_compute_system_memory(struct intel_device_info *devinfo, bool update);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user