mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
intel/kernel: enable linkage cap
Linkage should have happened before this in intel_clc. This just silence a parser warning. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15486>
This commit is contained in:
parent
bb4ff3e6e2
commit
451f907d16
1 changed files with 1 additions and 0 deletions
|
|
@ -275,6 +275,7 @@ brw_kernel_from_spirv(struct brw_compiler *compiler,
|
|||
.int64 = devinfo->ver >= 8,
|
||||
.int64_atomics = devinfo->ver >= 9,
|
||||
.kernel = true,
|
||||
.linkage = true, /* We receive linked kernel from clc */
|
||||
.float_controls = devinfo->ver >= 8,
|
||||
.generic_pointers = true,
|
||||
.storage_8bit = devinfo->ver >= 8,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue