Home | History | Annotate | Download | only in amlogic

Lines Matching defs:vic

63 /* Map CEA-861-D video code (VIC) to framebuffer dimensions */
65 u_int vic;
526 * Firmware has (maybe) setup HDMI TX for us. Read the VIC from
530 const uint32_t vic = HDMI_READ(sc, HDMITX_AVI_INFO_ADDR + 4) & 0x7f;
532 if (meson_genfb_modes[i].vic == vic) {
533 aprint_debug(" [HDMI VIC %d]", vic);
541 aprint_error(" [UNSUPPORTED HDMI VIC %d]", vic);