Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
MI_OPCODE
drivers/gpu/drm/i915/gt/intel_gpu_commands.h
192
#define MI_OPCODE(x) (((x) >> 23) & 0x3f)
drivers/gpu/drm/xe/instructions/xe_mi_commands.h
18
#define MI_OPCODE REG_GENMASK(28, 23)