Searched refs:pxclk (Results 1 - 2 of 2) sorted by last modified time

/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c68 static uint16_t clkcmptable(struct nvbios *bios, uint16_t clktable, int pxclk) argument
80 if (pxclk >= compareclk * 10) {
136 static int run_lvds_table(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script, int pxclk) argument
141 * A bitmask byte and a dual-link transition pxclk value for use in
197 scriptptr = clkcmptable(bios, clktable, pxclk);
209 int call_lvds_script(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script, int pxclk) argument
230 call_lvds_script(dev, dcbent, head, LVDS_INIT, pxclk);
234 call_lvds_script(dev, dcbent, head, LVDS_RESET, pxclk);
236 call_lvds_script(dev, dcbent, head, LVDS_PANEL_OFF, pxclk);
246 ret = run_lvds_table(dev, dcbent, head, script, pxclk);
494 nouveau_bios_parse_lvds_table(struct drm_device *dev, int pxclk, bool *dl, bool *if_is_24bit) argument
625 run_tmds_table(struct drm_device *dev, struct dcb_output *dcbent, int head, int pxclk) argument
[all...]
H A Dnouveau_bios.h172 int nouveau_bios_parse_lvds_table(struct drm_device *, int pxclk,
175 int head, int pxclk);
177 enum LVDS_script, int pxclk);

Completed in 67 milliseconds