mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 02:16:17 +00:00
dump: Minor typo
This commit is contained in:
parent
8f3f862b96
commit
d83a417c01
@ -333,7 +333,7 @@ decode_3d_1c(uint32_t *data, int count, uint32_t hw_offset, int *failures)
|
|||||||
{
|
{
|
||||||
switch ((data[0] & 0x00f80000) >> 19) {
|
switch ((data[0] & 0x00f80000) >> 19) {
|
||||||
case 0x11:
|
case 0x11:
|
||||||
instr_out(data, hw_offset, 0, "3DSTATE_DEPTH_SUBRECTANGLE_DISALBE\n");
|
instr_out(data, hw_offset, 0, "3DSTATE_DEPTH_SUBRECTANGLE_DISABLE\n");
|
||||||
return 1;
|
return 1;
|
||||||
case 0x10:
|
case 0x10:
|
||||||
instr_out(data, hw_offset, 0, "3DSTATE_SCISSOR_ENABLE\n");
|
instr_out(data, hw_offset, 0, "3DSTATE_SCISSOR_ENABLE\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user