Searched refs:dotclock (Results 1 – 8 of 8) sorted by relevance
| /linux/Documentation/fb/ |
| H A D | viafb.modes | 10 # 640x480, 60 Hz, Non-Interlaced (25.175 MHz dotclock) 35 # 640x480, 75 Hz, Non-Interlaced (31.50 MHz dotclock) 56 # 640x480, 85 Hz, Non-Interlaced (36.000 MHz dotclock) 77 # 640x480, 100 Hz, Non-Interlaced (43.163 MHz dotclock) 98 # 640x480, 120 Hz, Non-Interlaced (52.406 MHz dotclock) 119 # 720x480, 60 Hz, Non-Interlaced (26.880 MHz dotclock) 140 # 800x480, 60 Hz, Non-Interlaced (29.581 MHz dotclock) 161 # 720x576, 60 Hz, Non-Interlaced (32.668 MHz dotclock) 182 # 800x600, 60 Hz, Non-Interlaced (40.00 MHz dotclock) 204 # 800x600, 75 Hz, Non-Interlaced (49.50 MHz dotclock) [all …]
|
| H A D | sh7760fb.rst | 63 * dotclock 25175 kHz
|
| H A D | framebuffer.rst | 174 dotclock in the graphics board. For a dotclock of e.g. 28.37516 MHz (millions
|
| H A D | matroxfb.rst | 291 maxclk:X maximum dotclock. X can be specified in MHz, kHz or Hz. Default is
|
| /linux/drivers/video/fbdev/ |
| H A D | gbefb.c | 287 val = gbe->dotclock; in gbe_turn_off() 289 gbe->dotclock = val; in gbe_turn_off() 292 val = gbe->dotclock; in gbe_turn_off() 324 val = gbe->dotclock; in gbe_turn_on() 326 gbe->dotclock = val; in gbe_turn_on() 329 val = gbe->dotclock; in gbe_turn_on() 542 gbe->dotclock = val; in gbe_set_timing_info()
|
| /linux/include/video/ |
| H A D | gbe.h | 13 volatile uint32_t dotclock; /* dot clock PLL control */ member
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_display.c | 4065 int dotclock; in intel_crtc_dotclock() local 4068 dotclock = intel_dotclock_calculate(pipe_config->port_clock, in intel_crtc_dotclock() 4071 dotclock = DIV_ROUND_CLOSEST(pipe_config->port_clock * 24, in intel_crtc_dotclock() 4074 dotclock = pipe_config->port_clock; in intel_crtc_dotclock() 4078 dotclock *= 2; in intel_crtc_dotclock() 4081 dotclock /= pipe_config->pixel_multiplier; in intel_crtc_dotclock() 4083 return dotclock; in intel_crtc_dotclock()
|
| /linux/drivers/video/fbdev/sis/ |
| H A D | init301.c | 3335 unsigned short tempax=0, tempbx=0, index, dotclock; in SiS_GetRAMDAC2DATA() local 3350 dotclock = (modeflag & Charx8Dot) ? 8 : 9; in SiS_GetRAMDAC2DATA() 3367 dotclock = 8; in SiS_GetRAMDAC2DATA() 3375 tempax *= dotclock; in SiS_GetRAMDAC2DATA()
|