Lines Matching defs:vic
820 unsigned int vic;
881 bool meson_venc_hdmi_supported_vic(int vic)
885 while (vmode->vic && vmode->mode) {
886 if (vmode->vic == vic)
920 static union meson_hdmi_venc_mode *meson_venc_hdmi_get_vic_vmode(int vic)
924 while (vmode->vic && vmode->mode) {
925 if (vmode->vic == vic)
933 bool meson_venc_hdmi_venc_repeat(int vic)
936 if (vic == 6 || vic == 7 || /* 480i */
937 vic == 21 || vic == 22 || /* 576i */
938 vic == 17 || vic == 18 || /* 576p */
939 vic == 2 || vic == 3 || /* 480p */
940 vic == 4 || /* 720p60 */
941 vic == 19 || /* 720p50 */
942 vic == 5 || /* 1080i60 */
943 vic == 20) /* 1080i50 */
950 void meson_venc_hdmi_mode_set(struct meson_drm *priv, int vic,
992 if (meson_venc_hdmi_supported_vic(vic)) {
993 vmode = meson_venc_hdmi_get_vic_vmode(vic);
1007 if (meson_venc_hdmi_venc_repeat(vic))