Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/gvt/
Dcmd_parser.c141 #define OP_2D(x) ((2<<7) | x) macro
143 #define OP_XY_SETUP_BLT OP_2D(0x1)
144 #define OP_XY_SETUP_CLIP_BLT OP_2D(0x3)
145 #define OP_XY_SETUP_MONO_PATTERN_SL_BLT OP_2D(0x11)
146 #define OP_XY_PIXEL_BLT OP_2D(0x24)
147 #define OP_XY_SCANLINES_BLT OP_2D(0x25)
148 #define OP_XY_TEXT_BLT OP_2D(0x26)
149 #define OP_XY_TEXT_IMMEDIATE_BLT OP_2D(0x31)
150 #define OP_XY_COLOR_BLT OP_2D(0x50)
151 #define OP_XY_PAT_BLT OP_2D(0x51)
[all …]