mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-04 04:28:17 +02:00
intel/dev: Remove unused intel_get_device_info_for_build() function
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41789>
This commit is contained in:
parent
97391328a3
commit
0cc89ca03a
2 changed files with 0 additions and 9 deletions
|
|
@ -1675,13 +1675,6 @@ intel_get_device_info_from_pci_id(int pci_id,
|
|||
return intel_get_device_info_from_pci_id_common(pci_id, false, devinfo);
|
||||
}
|
||||
|
||||
bool
|
||||
intel_get_device_info_for_build(int pci_id,
|
||||
struct intel_device_info *devinfo)
|
||||
{
|
||||
return intel_get_device_info_from_pci_id_common(pci_id, true, devinfo);
|
||||
}
|
||||
|
||||
bool
|
||||
intel_device_info_compute_system_memory(struct intel_device_info *devinfo, bool update)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -188,8 +188,6 @@ intel_vram_all_mappable(const struct intel_device_info *devinfo)
|
|||
bool intel_get_device_info_from_fd(int fh, struct intel_device_info *devinfo, int min_ver, int max_ver);
|
||||
bool intel_get_device_info_from_pci_id(int pci_id,
|
||||
struct intel_device_info *devinfo);
|
||||
bool intel_get_device_info_for_build(int pci_id,
|
||||
struct intel_device_info *devinfo);
|
||||
|
||||
/* Only updates intel_device_info::regions::...::free fields. The
|
||||
* class/instance/size should remain the same over time.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue