[igt-dev] [i-g-t 35/45] tests/kms_hdr: Add XE support
Bhanuprakash Modem
bhanuprakash.modem at intel.com
Tue Apr 18 16:44:51 UTC 2023
Add XE driver support for kms tests.
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
---
tests/kms_hdr.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/kms_hdr.c b/tests/kms_hdr.c
index 23f12c14a..81a32dbf8 100644
--- a/tests/kms_hdr.c
+++ b/tests/kms_hdr.c
@@ -226,7 +226,7 @@ static void test_bpc_switch(data_t *data, uint32_t flags)
if (igt_pipe_connector_valid(pipe, output)) {
prepare_test(data, output, pipe);
- if (is_i915_device(data->fd) &&
+ if (is_intel_device(data->fd) &&
!igt_max_bpc_constraint(display, pipe, output, 10)) {
test_fini(data);
break;
@@ -503,7 +503,7 @@ static void test_static_swap(data_t *data, enum pipe pipe, igt_output_t *output)
igt_pipe_crc_collect_crc(data->pipe_crc, &ref_crc);
/* Change the mastering information, no modeset allowed
- * for amd driver, whereas a modeset is required for i915
+ * for amd driver, whereas a modeset is required for intel
* driver. */
hdr.hdmi_metadata_type1.max_display_mastering_luminance = 200;
hdr.hdmi_metadata_type1.max_fall = 200;
@@ -517,7 +517,7 @@ static void test_static_swap(data_t *data, enum pipe pipe, igt_output_t *output)
/* Enter SDR via metadata, no modeset allowed for
* amd driver, whereas a modeset is required for
- * i915 driver. */
+ * intel driver. */
fill_hdr_output_metadata_sdr(&hdr);
set_hdr_output_metadata(data, &hdr);
if (is_amdgpu_device(data->fd))
@@ -590,7 +590,7 @@ static void test_hdr(data_t *data, uint32_t flags)
if (igt_pipe_connector_valid(pipe, output)) {
prepare_test(data, output, pipe);
- if (is_i915_device(data->fd) &&
+ if (is_intel_device(data->fd) &&
!igt_max_bpc_constraint(display, pipe, output, 10)) {
test_fini(data);
break;
--
2.40.0
More information about the igt-dev
mailing list