Searched refs:vic (Results 1 – 9 of 9) sorted by relevance
1681 static const struct drm_display_mode *cea_mode_for_vic(u8 vic) in cea_mode_for_vic() argument1683 if (!vic) in cea_mode_for_vic()1685 else if (vic >= 1 && vic < 1 + ARRAY_SIZE(edid_cea_modes_1)) in cea_mode_for_vic()1686 return &edid_cea_modes_1[vic - 1]; in cea_mode_for_vic()1687 else if (vic >= 193 && vic < 193 + ARRAY_SIZE(edid_cea_modes_193)) in cea_mode_for_vic()1688 return &edid_cea_modes_193[vic - 193]; in cea_mode_for_vic()1698 static u8 cea_next_vic(u8 vic) in cea_next_vic() argument1700 if (++vic == 1 + ARRAY_SIZE(edid_cea_modes_1)) in cea_next_vic()1701 vic = 193; in cea_next_vic()1703 return vic; in cea_next_vic()[all …]
94 int vic; member711 if (hdmi->vic >= 128) { in hdmi_config_AVI()716 buff[7] = hdmi->vic; in hdmi_config_AVI()1080 if (!hdmi->vic) in dw_hdmi_setup()1083 printf("CEA mode used vic=%d\n", hdmi->vic); in dw_hdmi_setup()1094 else if (hdmi->vic == 6 || hdmi->vic == 7 || in dw_hdmi_setup()1095 hdmi->vic == 21 || hdmi->vic == 22 || in dw_hdmi_setup()1096 hdmi->vic == 2 || hdmi->vic == 3 || in dw_hdmi_setup()1097 hdmi->vic == 17 || hdmi->vic == 18) in dw_hdmi_setup()1320 hdmi->vic = drm_match_cea_mode(mode); in rockchip_dw_hdmi_qp_config_output()[all …]
117 int vic; member144 int vic; member478 hdmi->hdmi_data.vic = drm_match_cea_mode(mode); in inno_hdmi_setup()483 if (hdmi->hdmi_data.vic == 6 || hdmi->hdmi_data.vic == 7 || in inno_hdmi_setup()484 hdmi->hdmi_data.vic == 21 || hdmi->hdmi_data.vic == 22 || in inno_hdmi_setup()485 hdmi->hdmi_data.vic == 2 || hdmi->hdmi_data.vic == 3 || in inno_hdmi_setup()486 hdmi->hdmi_data.vic == 17 || hdmi->hdmi_data.vic == 18) in inno_hdmi_setup()781 hdmi->vic = drm_match_cea_mode(mode); in rockchip_inno_hdmi_get_timing()
1240 u8 bpp = video->bpp, init_threshold, vic; in dw_dp_video_enable() local1276 vic = drm_match_cea_mode(mode); in dw_dp_video_enable()1277 if (vic == 5 || vic == 6 || vic == 7 || in dw_dp_video_enable()1278 vic == 10 || vic == 11 || vic == 20 || in dw_dp_video_enable()1279 vic == 21 || vic == 22 || vic == 39 || in dw_dp_video_enable()1280 vic == 25 || vic == 26 || vic == 40 || in dw_dp_video_enable()1281 vic == 44 || vic == 45 || vic == 46 || in dw_dp_video_enable()1282 vic == 50 || vic == 51 || vic == 54 || in dw_dp_video_enable()1283 vic == 55 || vic == 58 || vic == 59) in dw_dp_video_enable()
221 u8 vic = drm_match_cea_mode(mode); in drm_mode_is_420_only() local223 return test_bit(vic, display->hdmi.y420_vdb_modes); in drm_mode_is_420_only()240 u8 vic = drm_match_cea_mode(mode); in drm_mode_is_420_also() local242 return test_bit(vic, display->hdmi.y420_cmdb_modes); in drm_mode_is_420_also()
178 int vic; member1120 if (hdmi->vic == 39) in hdmi_av_composer()2092 if (!hdmi->vic) in dw_hdmi_setup()2095 printf("CEA mode used vic=%d\n", hdmi->vic); in dw_hdmi_setup()2100 else if (hdmi->vic == 6 || hdmi->vic == 7 || in dw_hdmi_setup()2101 hdmi->vic == 21 || hdmi->vic == 22 || in dw_hdmi_setup()2102 hdmi->vic == 2 || hdmi->vic == 3 || in dw_hdmi_setup()2103 hdmi->vic == 17 || hdmi->vic == 18) in dw_hdmi_setup()2518 hdmi->vic = drm_match_cea_mode(mode); in rockchip_dw_hdmi_config_output()2547 if (hdmi->vic == 6 || hdmi->vic == 7 || hdmi->vic == 21 || in rockchip_dw_hdmi_config_output()[all …]
314 u8 vic; member
12 interrupt-parent = <&vic>;31 vic: interrupt-controller@1e6c0080 { label32 compatible = "aspeed,ast2400-vic";
166 vic@54340000 {167 compatible = "nvidia,tegra210-vic";