mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 13:26:41 +07:00
11 lines
189 B
C
11 lines
189 B
C
|
#include "intel_renderstate.h"
|
||
|
|
||
|
static const u32 gen6_null_state_relocs[] = {
|
||
|
};
|
||
|
|
||
|
static const u32 gen6_null_state_batch[] = {
|
||
|
0x0a << 23, /* MI_BATCH_BUFFER_END */
|
||
|
};
|
||
|
|
||
|
RO_RENDERSTATE(6);
|