Lines Matching refs:panel
490 * to determine the connected panel interface type will lead to
494 * only when an 18-bit / 24-bit interface flat panel is
497 * 0: Use DVP1 only for a flat panel.
498 * 1: Use DVP0 and DVP1 for a flat panel */
500 /* Since an 18-bit / 24-bit flat panel is being used, actively
509 /* Control DVP1 for a flat panel. */
908 /* Probe I2C Bus 2 to see if a flat panel is connected. */
910 "Probing for a flat panel on I2C Bus 2.\n");
915 "Detected a flat panel on I2C Bus 2.\n");
918 "Did not detect a flat panel on I2C Bus 2.\n");
927 "Unable to obtain panel size from EDID information.\n");
942 * Gets the native panel resolution from scratch pad registers.
949 ViaPanelInfoPtr panel = output->driver_private;
957 panel->NativeModeIndex = index;
958 panel->NativeWidth = ViaPanelNativeModes[index].Width;
959 panel->NativeHeight = ViaPanelNativeModes[index].Height;
960 panel->useDualEdge = ViaPanelNativeModes[index].useDualEdge;
961 panel->useDithering = ViaPanelNativeModes[index].useDithering;
966 panel->NativeModeIndex);
969 panel->NativeWidth, panel->NativeHeight);
972 panel->useDualEdge ? "On" : "Off");
975 panel->useDithering ? "On (18 bit)" : "Off (24 bit)");
1084 /* Disable panel scale */
1309 ViaPanelInfoPtr panel = output->driver_private;
1314 /* Hardcode panel size for the OLPC XO-1.5. */
1317 "Setting up OLPC XO-1.5 flat panel.\n");
1318 panel->NativeWidth = 1200;
1319 panel->NativeHeight = 900;
1351 * Generates a display mode for the native panel resolution,
1462 /* the presence of a flat panel to the device driver */
1498 * IGA2 since only IGA2 contains panel resolution scaling