Home
last modified time | relevance | path

Searched refs:MI_MATH_INSTR (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/i915/gt/
A Dintel_gpu_commands.h260 #define MI_MATH_NOOP MI_MATH_INSTR(0x000, 0x0, 0x0)
261 #define MI_MATH_LOAD(op1, op2) MI_MATH_INSTR(0x080, op1, op2)
262 #define MI_MATH_LOADINV(op1, op2) MI_MATH_INSTR(0x480, op1, op2)
263 #define MI_MATH_LOAD0(op1) MI_MATH_INSTR(0x081, op1)
264 #define MI_MATH_LOAD1(op1) MI_MATH_INSTR(0x481, op1)
265 #define MI_MATH_ADD MI_MATH_INSTR(0x100, 0x0, 0x0)
266 #define MI_MATH_SUB MI_MATH_INSTR(0x101, 0x0, 0x0)
267 #define MI_MATH_AND MI_MATH_INSTR(0x102, 0x0, 0x0)
268 #define MI_MATH_OR MI_MATH_INSTR(0x103, 0x0, 0x0)
269 #define MI_MATH_XOR MI_MATH_INSTR(0x104, 0x0, 0x0)
[all …]

Completed in 5 milliseconds