mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
intel/dev: Add NVL-S/U device info
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38020>
This commit is contained in:
parent
84bba237ca
commit
ac1a7e19e8
1 changed files with 11 additions and 0 deletions
|
|
@ -1232,6 +1232,17 @@ static const struct intel_device_info intel_device_info_wcl = {
|
||||||
.has_ray_tracing = false,
|
.has_ray_tracing = false,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
UNUSED static const struct intel_device_info intel_device_info_nvl_s_hx_ul = {
|
||||||
|
XE3_CONFIG(NVL_U),
|
||||||
|
.has_local_mem = false,
|
||||||
|
.has_ray_tracing = false,
|
||||||
|
};
|
||||||
|
|
||||||
|
UNUSED static const struct intel_device_info intel_device_info_nvl_u_h = {
|
||||||
|
XE3_CONFIG(NVL_U),
|
||||||
|
.has_local_mem = false,
|
||||||
|
};
|
||||||
|
|
||||||
void
|
void
|
||||||
intel_device_info_topology_reset_masks(struct intel_device_info *devinfo)
|
intel_device_info_topology_reset_masks(struct intel_device_info *devinfo)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue