mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
intel: Disable all support for Gen10
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6899>
This commit is contained in:
parent
112f23fd33
commit
e22f106e01
1 changed files with 5 additions and 0 deletions
|
|
@ -1462,6 +1462,11 @@ gen_get_device_info_from_fd(int fd, struct gen_device_info *devinfo)
|
|||
devinfo->no_hw = false;
|
||||
}
|
||||
|
||||
if (devinfo->gen == 10) {
|
||||
fprintf(stderr, "Gen10 support is redacted.\n");
|
||||
return false;
|
||||
}
|
||||
|
||||
/* remaining initializion queries the kernel for device info */
|
||||
if (devinfo->no_hw)
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue