From: Robert Foss <robert.foss@xxxxxxxxxxxxx> igt_crtc_prop_names and igt_atomic_crtc_properties have different orders of properties, which is fixed in this patch. Signed-off-by: Robert Foss <robert.foss@xxxxxxxxxxxxx> --- lib/igt_kms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/igt_kms.c b/lib/igt_kms.c index af72b90..dd4eb84 100644 --- a/lib/igt_kms.c +++ b/lib/igt_kms.c @@ -164,8 +164,8 @@ static const char *igt_plane_prop_names[IGT_NUM_PLANE_PROPS] = { static const char *igt_crtc_prop_names[IGT_NUM_CRTC_PROPS] = { "background_color", - "DEGAMMA_LUT", "CTM", + "DEGAMMA_LUT", "GAMMA_LUT", }; -- 2.7.4 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx