mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
intel/decoder: Handle the BLT ring in gen_group_get_length
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
parent
9d1001c8e5
commit
c336c224a6
1 changed files with 4 additions and 0 deletions
|
|
@ -703,6 +703,10 @@ gen_group_get_length(struct gen_group *group, const uint32_t *p)
|
|||
break;
|
||||
}
|
||||
|
||||
case 2: /* BLT */ {
|
||||
return field(h, 0, 7) + 2;
|
||||
}
|
||||
|
||||
case 3: /* Render */ {
|
||||
uint32_t subtype = field(h, 27, 28);
|
||||
uint32_t opcode = field(h, 24, 26);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue