Lines Matching full:vic
1031 * Test that for the VIC-1 mode, with 10bpc and an RGB output the TMDS
1070 * Test that for the VIC-1 mode, with 12bpc and an RGB output the TMDS
1109 * Test that the TMDS character rate computation for the VIC modes
1119 unsigned int vic = *(unsigned int *)test->param_value; in drm_test_connector_hdmi_compute_mode_clock_yuv420_valid() local
1121 mode = drm_kunit_display_mode_from_cea_vic(test, drm, vic); in drm_test_connector_hdmi_compute_mode_clock_yuv420_valid()
1135 static void drm_hdmi_compute_mode_clock_yuv420_vic_desc(const unsigned int *vic, char *desc) in drm_hdmi_compute_mode_clock_yuv420_vic_desc() argument
1137 sprintf(desc, "VIC %u", *vic); in drm_hdmi_compute_mode_clock_yuv420_vic_desc()
1154 unsigned int vic = in drm_test_connector_hdmi_compute_mode_clock_yuv420_10_bpc() local
1158 mode = drm_kunit_display_mode_from_cea_vic(test, drm, vic); in drm_test_connector_hdmi_compute_mode_clock_yuv420_10_bpc()
1179 unsigned int vic = in drm_test_connector_hdmi_compute_mode_clock_yuv420_12_bpc() local
1183 mode = drm_kunit_display_mode_from_cea_vic(test, drm, vic); in drm_test_connector_hdmi_compute_mode_clock_yuv420_12_bpc()