summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>2017-10-03 14:35:02 +0200
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>2017-10-20 11:43:42 +0200
commitd04d63287056646eb5dbb5c60dc7cd7c64a38df7 (patch)
tree1facf01390e08b0f4793ecf1217bc20d75a621f6 /tests
parentcca28775d231af94a1e823966238ca88f1e2f7fb (diff)
lib/igt_kms: Unexport broadcast rgb API.
Setting broadcast rgb was only used by chamelium, but is now handled in igt_display by default. This means that chamelium doesn't need to set it, and this can be hidden. The broadcast RGB property is intel connector specific, so rename the enum to intel_broadcast_rgb_mode. Keep the property and enum public in case someone wants to test the property later. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Reviewed-by: Mika Kahola <mika.kahola@intel.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/chamelium.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/chamelium.c b/tests/chamelium.c
index ae164920..4ad29f9d 100644
--- a/tests/chamelium.c
+++ b/tests/chamelium.c
@@ -466,9 +466,6 @@ enable_output(data_t *data,
igt_pipe_obj_replace_prop_blob(primary->pipe, IGT_CRTC_GAMMA_LUT, NULL, 0);
igt_pipe_obj_replace_prop_blob(primary->pipe, IGT_CRTC_CTM, NULL, 0);
- kmstest_set_connector_broadcast_rgb(display->drm_fd, connector,
- BROADCAST_RGB_FULL);
-
igt_display_commit(display);
if (chamelium_port_get_type(port) == DRM_MODE_CONNECTOR_VGA)