Skip to content

drm/xe/migrate: Use the correct version of the XY_FAST_COLOR_BLT command

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

It appears like the 16 dword version of this command was introduced with graphics ver 12 rel 50+. Due to copy-pasting we didn't get this right. Fix by modifying the test to look at the graphics version.

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

This fixes the failure on module load with ADLP.

Edited by Thomas Hellström

Merge request reports