mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 08:20:12 +01:00
intel/dev: Nuke 'ver == 10' check
There is no intel_device_info with ver 10 anymore. Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28128>
This commit is contained in:
parent
a977a51a21
commit
b09ffe48f2
1 changed files with 0 additions and 5 deletions
|
|
@ -1681,11 +1681,6 @@ intel_get_device_info_from_fd(int fd, struct intel_device_info *devinfo, int min
|
|||
drmFreeDevice(&drmdev);
|
||||
devinfo->no_hw = debug_get_bool_option("INTEL_NO_HW", false);
|
||||
|
||||
if (devinfo->ver == 10) {
|
||||
mesa_loge("Gfx10 support is redacted.");
|
||||
return false;
|
||||
}
|
||||
|
||||
devinfo->kmd_type = intel_get_kmd_type(fd);
|
||||
if (devinfo->kmd_type == INTEL_KMD_TYPE_INVALID) {
|
||||
mesa_loge("Unknown kernel mode driver");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue