crocus: Support building on non-Intel
Ditto.
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Cc: mesa-stable
Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25882>
(cherry picked from commit 2552ac360d
)
This commit is contained in:

committed by
Eric Engestrom

parent
eb6e3a2a89
commit
b42d824822
@@ -1194,7 +1194,7 @@
|
|||||||
"description": "crocus: Support building on non-Intel",
|
"description": "crocus: Support building on non-Intel",
|
||||||
"nominated": true,
|
"nominated": true,
|
||||||
"nomination_type": 0,
|
"nomination_type": 0,
|
||||||
"resolution": 0,
|
"resolution": 1,
|
||||||
"main_sha": null,
|
"main_sha": null,
|
||||||
"because_sha": null,
|
"because_sha": null,
|
||||||
"notes": null
|
"notes": null
|
||||||
|
@@ -1468,10 +1468,6 @@ if get_option('intel-xe-kmd').enabled()
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
if with_gallium_crocus and host_machine.cpu_family().startswith('x86') == false
|
|
||||||
error('Intel "crocus" Gallium driver requires x86 or x86_64 CPU family')
|
|
||||||
endif
|
|
||||||
|
|
||||||
if with_gallium_i915 and host_machine.cpu_family().startswith('x86') == false
|
if with_gallium_i915 and host_machine.cpu_family().startswith('x86') == false
|
||||||
error('Intel "i915" Gallium driver requires x86 or x86_64 CPU family')
|
error('Intel "i915" Gallium driver requires x86 or x86_64 CPU family')
|
||||||
endif
|
endif
|
||||||
|
@@ -895,7 +895,9 @@ crocus_bo_map_cpu(struct util_debug_callback *dbg,
|
|||||||
* LLC entirely requiring us to keep dirty pixels for the scanout
|
* LLC entirely requiring us to keep dirty pixels for the scanout
|
||||||
* out of any cache.)
|
* out of any cache.)
|
||||||
*/
|
*/
|
||||||
|
#ifdef SUPPORT_INTEL_INTEGRATED_GPUS
|
||||||
intel_invalidate_range(bo->map_cpu, bo->size);
|
intel_invalidate_range(bo->map_cpu, bo->size);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
return bo->map_cpu;
|
return bo->map_cpu;
|
||||||
|
Reference in New Issue
Block a user