Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gpu_commands.h268 #define GEN9_XY_FAST_COPY_BLT_CMD (2 << 29 | 0x42 << 22) macro
H A Dintel_migrate.c593 *cs++ = GEN9_XY_FAST_COPY_BLT_CMD | (10 - 2); in emit_copy()
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_client_blt.c191 *cs++ = GEN9_XY_FAST_COPY_BLT_CMD | (10 - 2) | in prepare_blit()