summaryrefslogtreecommitdiff
path: root/tests/kms_plane_cursor.c
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2021-10-20 10:54:16 +0300
committerVille Syrjälä <ville.syrjala@linux.intel.com>2022-11-01 11:13:26 +0200
commitc47c5f346b28ea72d1dc5a7497870a20b1103a86 (patch)
treef13f8628114edbc18c2049d55f2755a01f978f0a /tests/kms_plane_cursor.c
parent372c56225e12578a7a4a6bcc5b79eb40b643fcde (diff)
lib/crc: s/INTEL_PIPE_CRC_SOURCE_AUTO/IGT_PIPE_CRC_SOURCE_AUTO/
The "auto" crc source should be a drm wide thing by now. Replace the INTEL_ prefix with IGT_. v2: Convert more things Reviewed-by: Petri Latvala <petri.latvala@intel.com> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Diffstat (limited to 'tests/kms_plane_cursor.c')
-rw-r--r--tests/kms_plane_cursor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kms_plane_cursor.c b/tests/kms_plane_cursor.c
index 5af390e04..9b27586c1 100644
--- a/tests/kms_plane_cursor.c
+++ b/tests/kms_plane_cursor.c
@@ -87,7 +87,7 @@ static void test_init(data_t *data, enum pipe pipe_id, igt_output_t *output)
igt_require_pipe_crc(data->drm_fd);
data->pipe_crc = igt_pipe_crc_new(data->drm_fd, data->pipe_id,
- INTEL_PIPE_CRC_SOURCE_AUTO);
+ IGT_PIPE_CRC_SOURCE_AUTO);
/* Overlay rectangle for a rect in the center of the screen */
data->or.x = data->mode->hdisplay / 4;