drm/xe/tests: Set correct expectation
authorNiranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Fri, 31 Mar 2023 16:40:12 +0000 (16:40 +0000)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Dec 2023 23:31:10 +0000 (18:31 -0500)
commit370997d168d64e84c12164bffdd326fd240a9790
tree15de266552e3982ef98238e4a925f9c8060ff67a
parentf7339fe79654c2b63634d65eb72c089d45029065
drm/xe/tests: Set correct expectation

In xe_migrate_sanity_kunit test, use correct expected value as
the expected value was not only used for the xe_migrate_clear(),
but also for the xe_migrate_copy() operation.

v2: Add 'Fixes' tag and update commit text

Fixes: 11a2407ed5f0 ("drm/xe: Stop accepting value in xe_migrate_clear")
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/tests/xe_migrate.c