File: kms_colorop.c

package info (click to toggle)
intel-gpu-tools 2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 64,504 kB
  • sloc: xml: 781,458; ansic: 378,272; python: 8,407; yacc: 2,781; perl: 1,196; sh: 1,177; lex: 487; asm: 227; lisp: 35; makefile: 30
file content (704 lines) | stat: -rw-r--r-- 22,172 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
// SPDX-License-Identifier: MIT
/*
 * Copyright 2025 Advanced Micro Devices, Inc.
 */

#include "igt.h"
#include "igt_color.h"
#include "sw_sync.h"
#include "kms_colorop.h"

#include <glib.h>

/**
 * TEST: kms colorop
 * Category: Display
 * Description: Test to validate the retrieving and setting of DRM colorops
 *
 * SUBTEST: check_plane_colorop_ids
 * Description: Verify that all igt_colorop_t IDs are unique across planes
 *
 * SUBTEST: plane-%s-%s
 * Description: Tests DRM colorop properties on a plane
 * Driver requirement: amdgpu
 * Functionality: kms_core
 * Mega feature: General Display Features
 * Test category: functionality test
 *
 * arg[1]:
 *
 * @XR24-XR24:				XRGB8888 framebuffer and writeback buffer
 * @XR30-XR30:				XRGB2101010 framebuffer and writeback buffer
 *
 * arg[2]:
 *
 * @bypass:				Bypass Color Pipeline
 * @srgb_eotf:				sRGB EOTF
 * @srgb_inv_eotf:			sRGB Inverse EOTF
 * @srgb_eotf-srgb_inv_eotf:		sRGB EOTF -> sRGB Inverse EOTF
 * @srgb_eotf-srgb_inv_eotf-srgb_eotf:  sRGB EOTF -> sRGB Inverse EOTF -> sRGB EOTF
 * @srgb_inv_eotf_lut:			sRGB Inverse EOTF Custom LUT
 * @srgb_inv_eotf_lut-srgb_eotf_lut:	sRGB Inverse EOTF Custom LUT -> sRGB EOTF Custom LUT
 * @bt2020_inv_oetf:			BT.2020 Inverse OETF
 * @bt2020_oetf:			BT.2020 OETF
 * @bt2020_inv_oetf-bt2020_oetf:	BT.2020 Inverse OETF > BT.2020 OETF
 * @pq_eotf:				PQ EOTF
 * @pq_inv_eotf:			PQ Inverse EOTF
 * @pq_eotf-pq_inv_eotf:		PQ EOTF -> PQ Inverse EOTF
 * @pq_125_eotf:			PQ EOTF for [0.0, 125.0] optical range
 * @pq_125_inv_eotf:			PQ Inverse EOTF for [0.0, 125.0] optical range
 * @pq_125_eotf-pq_125_inv_eotf:	PQ EOTF -> PQ Inverse EOTF with [0.0, 125.0] optical range
 * @pq_125_eotf-pq_125_inv_eotf-pq_125_eotf: PQ EOTF -> PQ Inverse EOTF -> PQ EOTF with [0.0, 125.0] optical range
 * @gamma_2_2_inv_oetf:			Gamma 2.2 Inverse OETF
 * @gamma_2_2_inv_oetf-gamma_2_2_oetf:	Gamma 2.2 Inverse OETF -> Gamma 2.2 OETF
 * @gamma_2_2_inv_oetf-gamma_2_2_oetf-gamma_2_2_inv_oetf: Gamma 2.2 Inverse OETF -> Gamma 2.2 OETF -> Gamma 2.2 Inverse OETF
 * @ctm_3x4_50_desat:			3x4 matrix doing a 50% desaturation
 * @ctm_3x4_overdrive:			3x4 matrix overdring all values by 50%
 * @ctm_3x4_oversaturate:		3x4 matrix oversaturating values
 * @ctm_3x4_bt709_enc:			BT709 encoding matrix
 * @ctm_3x4_bt709_dec:			BT709 decoding matrix
 * @ctm_3x4_bt709_enc_dec:		BT709 encoding matrix, followed by decoding matrix
 * @ctm_3x4_bt709_dec_enc:		BT709 decoding matrix, followed by encoding matrix
 * @multiply_125:			Multiplier by 125
 * @multiply_inv_125:			Multiplier by inverse of 125
 * @3dlut_17_12_rgb:			3D LUT with length 17, color depth 12, and traversal order = RGB
 *
 */

static bool check_writeback_config(igt_display_t *display, igt_output_t *output,
				    drmModeModeInfo override_mode, __u32 fourcc_in,
				    __u32 fourcc_out)
{
	igt_fb_t input_fb, output_fb;
	igt_plane_t *plane;
	uint32_t writeback_format = fourcc_out;
	uint64_t modifier = DRM_FORMAT_MOD_LINEAR;
	int width, height, ret;
	drmModePropertyBlobRes *wb_formats_blob;
	int i;
	__u32 *format;
	bool found_format = false;

	igt_output_override_mode(output, &override_mode);

	width = override_mode.hdisplay;
	height = override_mode.vdisplay;

	plane = igt_output_get_plane_type(output, DRM_PLANE_TYPE_PRIMARY);
	igt_skip_on_f(!igt_plane_has_format_mod(plane, fourcc_in, DRM_FORMAT_MOD_LINEAR),
		      "plane doesn't support fourcc format %x\n", fourcc_in);

	ret = igt_create_fb(display->drm_fd, width, height,
			    fourcc_in, modifier, &input_fb);
	igt_assert(ret >= 0);

	/* check writeback formats */
	wb_formats_blob = igt_get_writeback_formats_blob(output);
	format = wb_formats_blob->data;

	for (i = 0; i < wb_formats_blob->length / 4; i++)
		if (fourcc_out == format[i])
			found_format = true;

	igt_skip_on_f(!found_format,
		      "writeback doesn't support fourcc format %x\n", fourcc_out);

	ret = igt_create_fb(display->drm_fd, width, height,
			    writeback_format, modifier, &output_fb);
	igt_assert(ret >= 0);

	igt_plane_set_fb(plane, &input_fb);
	igt_output_set_writeback_fb(output, &output_fb);

	ret = igt_display_try_commit_atomic(display, DRM_MODE_ATOMIC_TEST_ONLY |
					    DRM_MODE_ATOMIC_ALLOW_MODESET, NULL);
	igt_plane_set_fb(plane, NULL);
	igt_remove_fb(display->drm_fd, &input_fb);
	igt_remove_fb(display->drm_fd, &output_fb);

	return !ret;
}

typedef struct {
	bool dump_check;
} data_t;

static data_t data;

static igt_output_t *kms_writeback_get_output(igt_display_t *display, __u32 fourcc_in, __u32 fourcc_out)
{
	int i;
	enum pipe pipe;

	drmModeModeInfo override_mode = {
		.clock = 25175,
		.hdisplay = 640,
		.hsync_start = 656,
		.hsync_end = 752,
		.htotal = 800,
		.hskew = 0,
		.vdisplay = 480,
		.vsync_start = 490,
		.vsync_end = 492,
		.vtotal = 525,
		.vscan = 0,
		.vrefresh = 60,
		.flags = DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC,
		.name = {"640x480-60"},
	};

	for (i = 0; i < display->n_outputs; i++) {
		igt_output_t *output = &display->outputs[i];

		if (output->config.connector->connector_type != DRM_MODE_CONNECTOR_WRITEBACK)
			continue;

		for_each_pipe(display, pipe) {
			igt_output_set_pipe(output, pipe);

			if (check_writeback_config(display, output, override_mode, fourcc_in, fourcc_out)) {
				igt_debug("Using connector %u:%s on pipe %d\n",
					  output->config.connector->connector_id,
					  output->name, pipe);
				return output;
			}
		}

		igt_debug("We found %u:%s, but this test will not be able to use it.\n",
			  output->config.connector->connector_id, output->name);

		/* Restore any connectors we don't use, so we don't trip on them later */
		kmstest_force_connector(display->drm_fd, output->config.connector, FORCE_CONNECTOR_UNSPECIFIED);
	}

	return NULL;
}

static bool can_use_colorop(igt_display_t *display, igt_colorop_t *colorop, kms_colorop_t *desired)
{
	switch (desired->type) {
	case KMS_COLOROP_ENUMERATED_LUT1D:
		if (igt_colorop_get_prop(display, colorop, IGT_COLOROP_TYPE) == DRM_COLOROP_1D_CURVE &&
		    igt_colorop_try_prop_enum(colorop, IGT_COLOROP_CURVE_1D_TYPE, kms_colorop_lut1d_tf_names[desired->enumerated_lut1d_info.tf]))
			return true;
		return false;
	case KMS_COLOROP_CTM_3X4:
		return (igt_colorop_get_prop(display, colorop, IGT_COLOROP_TYPE) == DRM_COLOROP_CTM_3X4);
	case KMS_COLOROP_CUSTOM_LUT1D:
		if (igt_colorop_get_prop(display, colorop, IGT_COLOROP_TYPE) == DRM_COLOROP_1D_LUT)
			return true;
		return false;
	case KMS_COLOROP_MULTIPLIER:
		return (igt_colorop_get_prop(display, colorop, IGT_COLOROP_TYPE) == DRM_COLOROP_MULTIPLIER);
	case KMS_COLOROP_LUT3D:
		return (igt_colorop_get_prop(display, colorop, IGT_COLOROP_TYPE) == DRM_COLOROP_3D_LUT);
	default:
		return false;
	}
}

/**
 * Iterate color pipeline that begins with colorop and try to map
 * colorops[] to it.
 */
static bool map_to_pipeline(igt_display_t *display,
			    igt_colorop_t *colorop,
			    kms_colorop_t *colorops[])
{
	igt_colorop_t *next = colorop;
	kms_colorop_t *current_op;
	int i = 0;
	int prop_val = 0;

	current_op = colorops[i];
	i++;
	igt_require(current_op);

	while (next) {
		if (can_use_colorop(display, next, current_op)) {
			current_op->colorop = next;
			current_op = colorops[i];
			i++;
			if (!current_op)
				break;
		}
		prop_val = igt_colorop_get_prop(display, next,
						IGT_COLOROP_NEXT);
		next = igt_find_colorop(display, prop_val);
	}

	if (current_op) {
		/* we failed to map the pipeline */

		/* clean up colorops[i].colorop mappings */
		for (i = 0, current_op = colorops[0]; current_op; current_op = colorops[i++])
			current_op->colorop = NULL;

		return false;
	}

	return true;
}

static igt_colorop_t *get_color_pipeline(igt_display_t *display,
					 igt_plane_t *plane,
					 kms_colorop_t *colorops[])
{
	igt_colorop_t *colorop = NULL;
	int i;

	/* go through all color pipelines */
	for (i = 0; i < plane->num_color_pipelines; ++i) {
		if (map_to_pipeline(display, plane->color_pipelines[i], colorops)) {
			colorop = plane->color_pipelines[i];
			break;
		}
	}

	return colorop;
}

static void fill_custom_1dlut(igt_display_t *display, kms_colorop_t *colorop)
{
	uint64_t lut_size = igt_colorop_get_prop(display, colorop->colorop, IGT_COLOROP_SIZE);
	igt_pixel_t pixel;
	float index;
	int i;

	for (i = 0; i < lut_size; i++) {
		index = i / (float) lut_size;

		pixel.r = index;
		pixel.g = index;
		pixel.b = index;

		colorop->transform(&pixel);

		colorop->lut1d->lut[i].red = pixel.r * UINT_MAX;
		colorop->lut1d->lut[i].green = pixel.g * UINT_MAX;
		colorop->lut1d->lut[i].blue = pixel.b * UINT_MAX;
	}
}

static void configure_3dlut(igt_display_t *display, kms_colorop_t *colorop, uint64_t size)
{
	uint64_t lut_size = 0;
	uint64_t i;
	igt_3dlut_norm_t *igt_3dlut;

	/* Convert 3DLUT floating points to u16 required by colorop API */
	lut_size = size * size * size;
	igt_3dlut = (igt_3dlut_norm_t *) malloc(sizeof(struct drm_color_lut32) * lut_size);
	for (i = 0; i < lut_size; i++) {
		const struct igt_color_lut_float *lut_f = &colorop->lut3d->lut[i];

		igt_3dlut->lut[i].red = round((double)lut_f->red * UINT_MAX);
		igt_3dlut->lut[i].green = round((double)lut_f->green * UINT_MAX);
		igt_3dlut->lut[i].blue = round((double)lut_f->blue * UINT_MAX);
	}

	igt_colorop_set_3dlut(display, colorop->colorop, igt_3dlut, lut_size * sizeof(struct drm_color_lut32));
	free(igt_3dlut);
}

static void set_colorop(igt_display_t *display,
			kms_colorop_t *colorop)
{
	enum drm_colorop_lut3d_interpolation_type interpolation;
	uint64_t lut_size = 0;
	uint64_t mult = 1;

	igt_assert(colorop->colorop);
	igt_colorop_set_prop_value(colorop->colorop, IGT_COLOROP_BYPASS, 0);

	switch (colorop->type) {
	case KMS_COLOROP_ENUMERATED_LUT1D:
		igt_colorop_set_prop_enum(colorop->colorop, IGT_COLOROP_CURVE_1D_TYPE, kms_colorop_lut1d_tf_names[colorop->enumerated_lut1d_info.tf]);
		break;
	case KMS_COLOROP_CTM_3X4:
		igt_colorop_set_ctm_3x4(display, colorop->colorop, colorop->matrix_3x4);
		break;
	case KMS_COLOROP_CUSTOM_LUT1D:
		fill_custom_1dlut(display, colorop);
		lut_size = igt_colorop_get_prop(display, colorop->colorop, IGT_COLOROP_SIZE);
		igt_colorop_set_custom_1dlut(display, colorop->colorop, colorop->lut1d, lut_size * sizeof(struct drm_color_lut32));
		break;
	case KMS_COLOROP_MULTIPLIER:
		mult = colorop->multiplier * (mult << 32);	/* convert double to fixed number */
		igt_colorop_set_prop_value(colorop->colorop, IGT_COLOROP_MULTIPLIER, mult);
		break;
	case KMS_COLOROP_LUT3D:
		lut_size = igt_colorop_get_prop(display, colorop->colorop, IGT_COLOROP_SIZE);
		interpolation = igt_colorop_get_prop(display, colorop->colorop, IGT_COLOROP_LUT3D_INTERPOLATION);

		/* Check driver's lut size, color depth and interpolation with kms_colorop */
		igt_skip_on(colorop->lut3d_info.size != lut_size);
		igt_skip_on(colorop->lut3d_info.interpolation != interpolation);

		configure_3dlut(display, colorop, lut_size);
		break;
	default:
		igt_fail(IGT_EXIT_FAILURE);
	}
}

static void set_color_pipeline(igt_display_t *display,
			       igt_plane_t *plane,
			       kms_colorop_t *colorops[],
			       igt_colorop_t *color_pipeline)
{
	igt_colorop_t *next;
	int prop_val = 0;
	int i;

	igt_plane_set_color_pipeline(plane, color_pipeline);

	for (i = 0; colorops[i]; i++)
		set_colorop(display, colorops[i]);

	/* set unused ops in pipeline to bypass */
	next = color_pipeline;
	i = 0;
	while (next) {
		if (!colorops[i] || colorops[i]->colorop != next)
			igt_colorop_set_prop_value(next, IGT_COLOROP_BYPASS, 1);
		else
			i++;

		prop_val = igt_colorop_get_prop(display, next,
						IGT_COLOROP_NEXT);
		next = igt_find_colorop(display, prop_val);
	}
}

static void set_color_pipeline_bypass(igt_plane_t *plane)
{
	igt_plane_set_prop_enum(plane, IGT_PLANE_COLOR_PIPELINE, "Bypass");
}

static bool compare_with_bracket(igt_fb_t *in, igt_fb_t *out)
{
	/* Each driver is expected to have its own bracket, i.e., by trial and error */
	if (is_vkms_device(in->fd))
		return igt_cmp_fb_pixels(in, out, 1, 1);

	if (is_amdgpu_device(in->fd))
		return igt_cmp_fb_pixels(in, out, 13, 13);

	/*
	 * By default we'll look for a [0, 0] bracket. We can then
	 * define it for each driver that implements support for this
	 * test. That way we can understand the precision of each
	 * driver better.
	 */
	return igt_cmp_fb_pixels(in, out, 0, 0);
}

#define MAX_COLOROPS 5

static void apply_transforms(kms_colorop_t *colorops[], igt_fb_t *sw_transform_fb)
{
	int i;
	igt_pixel_transform transforms[MAX_COLOROPS];

	for (i = 0; colorops[i]; i++)
		transforms[i] = colorops[i]->transform;

	igt_color_transform_pixels(sw_transform_fb, transforms, i);
}

static void colorop_plane_test(igt_display_t *display,
			       igt_output_t *output,
			       igt_plane_t *plane,
			       igt_fb_t *input_fb,
			       igt_fb_t *output_fb,
			       __u32 fourcc_in,
			       __u32 fourcc_out,
			       kms_colorop_t *colorops[])
{
	igt_colorop_t *color_pipeline = NULL;
	igt_fb_t sw_transform_fb;
	igt_crc_t input_crc, output_crc;
	int res;

	igt_fb_get_fnv1a_crc(input_fb, &input_crc);

	/* reset color pipeline*/

	set_color_pipeline_bypass(plane);

	/* Commit */
	igt_plane_set_fb(plane, input_fb);
	igt_output_set_writeback_fb(output, output_fb);

	igt_display_commit_atomic(output->display,
				DRM_MODE_ATOMIC_ALLOW_MODESET,
				NULL);
	igt_get_and_wait_out_fence(output);

	/* Compare input and output buffers. They should be equal here. */
	igt_fb_get_fnv1a_crc(output_fb, &output_crc);

	igt_assert_crc_equal(&input_crc, &output_crc);

	/* create sw transformed buffer */
	res = igt_copy_fb(display->drm_fd, input_fb, &sw_transform_fb);
	igt_assert_lte(0, res);

	igt_assert(igt_cmp_fb_pixels(input_fb, &sw_transform_fb, 0, 0));

	apply_transforms(colorops, &sw_transform_fb);

	if (data.dump_check)
		igt_dump_fb(display, &sw_transform_fb, ".", "sw_transform");

	/* discover and set COLOR PIPELINE */

	if (!colorops[0]) {
		/* bypass test */
		set_color_pipeline_bypass(plane);
	} else {
		/* get COLOR_PIPELINE enum */
		color_pipeline = get_color_pipeline(display, plane, colorops);

		/* skip test if we can't find applicable pipeline */
		igt_skip_on(!color_pipeline);

		set_color_pipeline(display, plane, colorops, color_pipeline);
	}

	igt_output_set_writeback_fb(output, output_fb);

	/* commit COLOR_PIPELINE */
	igt_display_commit_atomic(display,
				DRM_MODE_ATOMIC_ALLOW_MODESET,
				NULL);
	igt_get_and_wait_out_fence(output);

	if (data.dump_check)
		igt_dump_fb(display, output_fb, ".", "output");

	/* compare sw transformed and KMS transformed FBs */
	igt_assert(compare_with_bracket(&sw_transform_fb, output_fb));

	/* reset color pipeline*/
	set_color_pipeline_bypass(plane);

	/* Commit */
	igt_plane_set_fb(plane, input_fb);
	igt_output_set_writeback_fb(output, output_fb);

	igt_display_commit_atomic(output->display,
				DRM_MODE_ATOMIC_ALLOW_MODESET,
				NULL);
	igt_get_and_wait_out_fence(output);
}

static void check_plane_colorop_ids(igt_display_t *display)
{
	igt_plane_t *plane;
	int colorop_idx;
	igt_colorop_t *next;
	int prop_val = 0, pipe = 0;

	/* Use hash tables to track drm_planes and unique IDs */
	GHashTable *plane_set = g_hash_table_new(g_direct_hash, g_direct_equal);
	GHashTable *id_set = g_hash_table_new(g_direct_hash, g_direct_equal);

	for_each_pipe(display, pipe) {
		for_each_plane_on_pipe(display, pipe, plane) {
			/* Skip when a drm_plane is already scanned */
			if (g_hash_table_contains(plane_set, GINT_TO_POINTER(plane->drm_plane->plane_id)))
				continue;

			g_hash_table_add(plane_set, GINT_TO_POINTER(plane->drm_plane->plane_id));

			for (colorop_idx = 0; colorop_idx < plane->num_color_pipelines; colorop_idx++) {
				next = plane->color_pipelines[colorop_idx];
				while (next) {
					/* Check if the ID already exists in the set */
					if (g_hash_table_contains(id_set, GINT_TO_POINTER(next->id))) {
						igt_fail_on_f(true, "Duplicate colorop ID %u found on plane %d\n",
						next->id, plane->drm_plane->plane_id);
					}

					g_hash_table_add(id_set, GINT_TO_POINTER(next->id));
					prop_val = igt_colorop_get_prop(display, next, IGT_COLOROP_NEXT);
					next = igt_find_colorop(display, prop_val);
				}
			}
		}
	}

	g_hash_table_destroy(id_set);
	g_hash_table_destroy(plane_set);
	igt_info("All igt_colorop_t IDs are unique across planes\n");
}

static int opt_handler(int option, int option_index, void *_data)
{
	switch (option) {
	case 'd':
		data.dump_check = true;
		break;
	default:
		return IGT_OPT_HANDLER_ERROR;
	}
	return IGT_OPT_HANDLER_SUCCESS;
}

const char *help_str =
	" --dump | -d Prints buffer to files.\n";

static const struct option long_options[] = {
	{ .name = "dump", .has_arg = false, .val = 'd', },
	{}
};

int igt_main_args("d", long_options, help_str, opt_handler, NULL)
{

	struct {
		kms_colorop_t *colorops[MAX_COLOROPS];
		const char *name;
	} tests[] = {
		{ { NULL }, "bypass" },
		{ { &kms_colorop_srgb_eotf, NULL }, "srgb_eotf" },
		{ { &kms_colorop_srgb_inv_eotf, NULL }, "srgb_inv_eotf" },
		{ { &kms_colorop_srgb_eotf, &kms_colorop_srgb_inv_eotf, NULL }, "srgb_eotf-srgb_inv_eotf" },
		{ { &kms_colorop_srgb_eotf, &kms_colorop_srgb_inv_eotf, &kms_colorop_srgb_eotf_2, NULL }, "srgb_eotf-srgb_inv_eotf-srgb_eotf" },
		{ { &kms_colorop_srgb_inv_eotf_lut, NULL }, "srgb_inv_eotf_lut" },
		{ { &kms_colorop_srgb_inv_eotf_lut, &kms_colorop_srgb_eotf_lut, NULL }, "srgb_inv_eotf_lut-srgb_eotf_lut" },
		{ { &kms_colorop_bt2020_inv_oetf, NULL }, "bt2020_inv_oetf" },
		{ { &kms_colorop_bt2020_oetf, NULL }, "bt2020_oetf" },
		{ { &kms_colorop_bt2020_inv_oetf, &kms_colorop_bt2020_oetf, NULL }, "bt2020_inv_oetf-bt2020_oetf" },
		{ { &kms_colorop_pq_eotf, NULL }, "pq_eotf" },
		{ { &kms_colorop_pq_inv_eotf, NULL }, "pq_inv_eotf" },
		{ { &kms_colorop_pq_eotf, &kms_colorop_pq_inv_eotf, NULL }, "pq_eotf-pq_inv_eotf" },
		{ { &kms_colorop_pq_125_eotf, NULL }, "pq_125_eotf" },
		{ { &kms_colorop_pq_125_inv_eotf, NULL }, "pq_125_inv_eotf" },
		{ { &kms_colorop_pq_125_eotf, &kms_colorop_pq_125_inv_eotf, NULL }, "pq_125_eotf-pq_125_inv_eotf" },
		{ { &kms_colorop_pq_125_eotf, &kms_colorop_pq_125_inv_eotf, &kms_colorop_pq_125_eotf_2, NULL }, "pq_125_eotf-pq_125_inv_eotf-pq_125_eotf" },
		{ { &kms_colorop_gamma_22_inv_oetf, NULL }, "gamma_2_2_inv_oetf" },
		{ { &kms_colorop_gamma_22_inv_oetf, &kms_colorop_gamma_22_oetf, NULL }, "gamma_2_2_inv_oetf-gamma_2_2_oetf" },
		{ { &kms_colorop_gamma_22_inv_oetf, &kms_colorop_gamma_22_oetf, &kms_colorop_gamma_22_inv_oetf, NULL }, "gamma_2_2_inv_oetf-gamma_2_2_oetf-gamma_2_2_inv_oetf" },
		{ { &kms_colorop_ctm_3x4_50_desat, NULL }, "ctm_3x4_50_desat" },
		{ { &kms_colorop_ctm_3x4_overdrive, NULL }, "ctm_3x4_overdrive" },
		{ { &kms_colorop_ctm_3x4_oversaturate, NULL }, "ctm_3x4_oversaturate" },
		{ { &kms_colorop_ctm_3x4_bt709_enc, NULL }, "ctm_3x4_bt709_enc" },
		{ { &kms_colorop_ctm_3x4_bt709_dec, NULL }, "ctm_3x4_bt709_dec" },
		{ { &kms_colorop_ctm_3x4_bt709_enc, &kms_colorop_ctm_3x4_bt709_dec, NULL }, "ctm_3x4_bt709_enc_dec" },
		{ { &kms_colorop_ctm_3x4_bt709_dec, &kms_colorop_ctm_3x4_bt709_enc, NULL }, "ctm_3x4_bt709_dec_enc" },
		{ { &kms_colorop_multiply_125, NULL }, "multiply_125" },
		{ { &kms_colorop_multiply_inv_125, NULL }, "multiply_inv_125" },
		{ { &kms_colorop_3dlut_17_12_rgb, NULL }, "3dlut_17_12_rgb" },
	};

	struct {
		__u32 fourcc_in;
		__u32 fourcc_out;
		const char *name;
	} formats[] = {
		{ DRM_FORMAT_XRGB8888, DRM_FORMAT_XRGB8888, "XR24-XR24" },
		{ DRM_FORMAT_XRGB2101010, DRM_FORMAT_XRGB2101010, "XR30-XR30" },
	};

	igt_display_t display;
	int i, j, ret;

	igt_fixture() {
		display.drm_fd = drm_open_driver_master(DRIVER_ANY);

		if (drmSetClientCap(display.drm_fd, DRM_CLIENT_CAP_ATOMIC, 1) == 0)
			display.is_atomic = 1;

		ret = drmSetClientCap(display.drm_fd, DRM_CLIENT_CAP_WRITEBACK_CONNECTORS, 1);

		igt_require_f(!ret, "error setting DRM_CLIENT_CAP_WRITEBACK_CONNECTORS\n");

		igt_display_require(&display, display.drm_fd);
		if (drmSetClientCap(display.drm_fd, DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE, 1) == 0)
			display.has_plane_color_pipeline = 1;

		kmstest_set_vt_graphics_mode();

		igt_display_require(&display, display.drm_fd);
		if (drmSetClientCap(display.drm_fd, DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE, 1) == 0)
			display.has_plane_color_pipeline = 1;

		igt_require(display.is_atomic);
	}

	igt_subtest_f("check_plane_colorop_ids") {
		check_plane_colorop_ids(&display);
	}

	for (j = 0; j < ARRAY_SIZE(formats); j++) {
		igt_output_t *output;
		igt_plane_t *plane;
		igt_fb_t input_fb, output_fb;
		unsigned int fb_id;
		drmModeModeInfo mode;

		igt_subtest_group() {
			igt_fixture() {
				output = kms_writeback_get_output(&display,
								  formats[j].fourcc_in,
								  formats[j].fourcc_out);
				igt_require(output);

				if (output->use_override_mode)
					memcpy(&mode, &output->override_mode, sizeof(mode));
				else
					memcpy(&mode, &output->config.default_mode, sizeof(mode));

				/* create input fb */
				plane = igt_output_get_plane_type(output, DRM_PLANE_TYPE_PRIMARY);
				igt_assert(plane);
				igt_require(igt_plane_has_prop(plane, IGT_PLANE_COLOR_PIPELINE));

				fb_id = igt_create_color_pattern_fb(display.drm_fd,
								mode.hdisplay, mode.vdisplay,
								formats[j].fourcc_in, DRM_FORMAT_MOD_LINEAR,
								0.2, 0.2, 0.2, &input_fb);
				igt_assert(fb_id >= 0);
				igt_plane_set_fb(plane, &input_fb);

				if (data.dump_check)
					igt_dump_fb(&display, &input_fb, ".", "input");

				/* create output fb */
				fb_id = igt_create_fb(display.drm_fd, mode.hdisplay, mode.vdisplay,
							formats[j].fourcc_in,
							igt_fb_mod_to_tiling(0),
							&output_fb);
				igt_require(fb_id > 0);
			}

			for (i = 0; i < ARRAY_SIZE(tests); i++) {
				igt_describe("Check color ops on a plane");
				igt_subtest_f("plane-%s-%s", formats[j].name, tests[i].name)
					colorop_plane_test(&display,
							output,
							plane,
							&input_fb,
							&output_fb,
							formats[j].fourcc_in,
							formats[j].fourcc_out,
							tests[i].colorops);
			}

			igt_fixture() {
				igt_detach_crtc(&display, output);
				igt_remove_fb(display.drm_fd, &input_fb);
				igt_remove_fb(display.drm_fd, &output_fb);

			}
		}
	}

	igt_fixture() {
		igt_display_fini(&display);
		drm_close_driver(display.drm_fd);
	}
}