blob: 88c373380e433dc2a1c9f45cf6db87495bb2ea52 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#include "intel_renderstate.h"
static const u32 gen8_null_state_relocs[] = {
};
static const u32 gen8_null_state_batch[] = {
0x0a << 23, /* MI_BATCH_BUFFER_END */
};
RO_RENDERSTATE(8);
|