nouveau_bios.c | 212 int call_lvds_script(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script, int pxclk) function in typeref:typename:int 233 call_lvds_script(dev, dcbent, head, LVDS_INIT, pxclk); 237 call_lvds_script(dev, dcbent, head, LVDS_RESET, pxclk); 239 call_lvds_script(dev, dcbent, head, LVDS_PANEL_OFF, pxclk);
|