Skip to content

drm/xe/migrate: Use XY_FAST_COLOR_BLT for clearing

Thomas Hellström requested to merge thomash/kernel:fast_xy_color_blt into xe

This command is substantially faster than XY_COLOR_BLT, and also has a (yet untested) mode for flat CCS clearing. Use XY_FAST_COLOR_BLT.

Signed-off-by: Thomas Hellström thomas.hellstrom@linux.intel.com

Merge request reports