Lines Matching full:vic
1551 * Test that for the VIC-1 mode, with 10bpc and an RGB output the TMDS
1590 * Test that for the VIC-1 mode, with 12bpc and an RGB output the TMDS
1629 * Test that the TMDS character rate computation for the VIC modes
1639 unsigned int vic = *(unsigned int *)test->param_value; in drm_test_connector_hdmi_compute_mode_clock_yuv420_valid() local
1641 mode = drm_kunit_display_mode_from_cea_vic(test, drm, vic); in drm_test_connector_hdmi_compute_mode_clock_yuv420_valid()
1655 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
1657 sprintf(desc, "VIC %u", *vic); in drm_hdmi_compute_mode_clock_yuv420_vic_desc()
1674 unsigned int vic = in drm_test_connector_hdmi_compute_mode_clock_yuv420_10_bpc() local
1678 mode = drm_kunit_display_mode_from_cea_vic(test, drm, vic); in drm_test_connector_hdmi_compute_mode_clock_yuv420_10_bpc()
1699 unsigned int vic = in drm_test_connector_hdmi_compute_mode_clock_yuv420_12_bpc() local
1703 mode = drm_kunit_display_mode_from_cea_vic(test, drm, vic); in drm_test_connector_hdmi_compute_mode_clock_yuv420_12_bpc()