[i-g-t V2 25/44] tests/kms_cursor_crc: Add XE support
Bhanuprakash Modem
bhanuprakash.modem at intel.com
Mon Mar 27 16:09:07 UTC 2023
Add XE driver support for kms tests.
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
---
tests/kms_cursor_crc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/kms_cursor_crc.c b/tests/kms_cursor_crc.c
index 962ff27f5..d54143544 100644
--- a/tests/kms_cursor_crc.c
+++ b/tests/kms_cursor_crc.c
@@ -138,7 +138,7 @@ static bool chv_cursor_broken(data_t *data, int x)
{
uint32_t devid;
- if (!is_i915_device(data->drm_fd))
+ if (!is_intel_device(data->drm_fd))
return false;
devid = intel_get_drm_devid(data->drm_fd);
@@ -147,7 +147,7 @@ static bool chv_cursor_broken(data_t *data, int x)
* CHV gets a FIFO underrun on pipe C when cursor x coordinate
* is negative and the cursor visible.
*
- * i915 is fixed to return -EINVAL on cursor updates with those
+ * intel is fixed to return -EINVAL on cursor updates with those
* negative coordinates, so require cursor update to fail with
* -EINVAL in that case.
*
--
2.40.0
More information about the Intel-gfx-trybot
mailing list