Searched refs:pxclk (Results 1 – 2 of 2) sorted by relevance
/drivers/gpu/drm/nouveau/ |
D | nouveau_bios.h | 170 int nouveau_bios_parse_lvds_table(struct drm_device *, int pxclk, 173 int head, int pxclk); 175 enum LVDS_script, int pxclk);
|
D | nouveau_bios.c | 66 static uint16_t clkcmptable(struct nvbios *bios, uint16_t clktable, int pxclk) in clkcmptable() argument 78 if (pxclk >= compareclk * 10) { in clkcmptable() 134 …le(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script, int pxclk) in run_lvds_table() argument 195 scriptptr = clkcmptable(bios, clktable, pxclk); in run_lvds_table() 207 …pt(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script, int pxclk) in call_lvds_script() argument 228 call_lvds_script(dev, dcbent, head, LVDS_INIT, pxclk); in call_lvds_script() 232 call_lvds_script(dev, dcbent, head, LVDS_RESET, pxclk); in call_lvds_script() 234 call_lvds_script(dev, dcbent, head, LVDS_PANEL_OFF, pxclk); in call_lvds_script() 244 ret = run_lvds_table(dev, dcbent, head, script, pxclk); in call_lvds_script() 493 int nouveau_bios_parse_lvds_table(struct drm_device *dev, int pxclk, bool *dl, bool *if_is_24bit) in nouveau_bios_parse_lvds_table() argument [all …]
|