Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gpu_commands.h239 #define XY_COLOR_BLT_CMD (2 << 29 | 0x50 << 22) macro
H A Dintel_migrate.c962 *cs++ = XY_COLOR_BLT_CMD | BLT_WRITE_RGBA | (7 - 2); in emit_clear()
971 *cs++ = XY_COLOR_BLT_CMD | BLT_WRITE_RGBA | (6 - 2); in emit_clear()
/openbmc/linux/drivers/video/fbdev/intelfb/
H A Dintelfbhw.h484 #define XY_COLOR_BLT_CMD ((2 << 29) | (0x50 << 22) | 4) macro