mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 04:00:10 +01:00
intel/genxml/icl: Update genx_bits header
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
165a68b05a
commit
c68ede0be7
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ static inline uint32_t ATTRIBUTE_PURE
|
|||
${item.token_name}_${prop}(const struct gen_device_info *devinfo)
|
||||
{
|
||||
switch (devinfo->gen) {
|
||||
case 11: return ${item.get_prop(prop, 11)};
|
||||
case 10: return ${item.get_prop(prop, 10)};
|
||||
case 9: return ${item.get_prop(prop, 9)};
|
||||
case 8: return ${item.get_prop(prop, 8)};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue