Home
last modified time | relevance | path

Searched refs:vfreq (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dfbmon.c1018 u32 vfreq; member
1128 * @vfreq: vertical refresh rate
1133 * (yres + front_port) * vfreq * 1000000
1135 * (1000000 - (vfreq * FLYBACK)
1139 static u32 fb_get_hfreq(u32 vfreq, u32 yres) in fb_get_hfreq() argument
1143 divisor = (1000000 - (vfreq * FLYBACK))/1000; in fb_get_hfreq()
1144 hfreq = (yres + V_FRONTPORCH) * vfreq * 1000; in fb_get_hfreq()
1150 timings->hfreq = fb_get_hfreq(timings->vfreq, timings->vactive); in fb_timings_vfreq()
1163 timings->vfreq = timings->hfreq/timings->vtotal; in fb_timings_hfreq()
1178 timings->vfreq in fb_timings_dclk()
1435 u32 hfreq, vfreq, htotal, vtotal, pixclock; fb_validate_mode() local
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dfbmon.c1019 u32 vfreq; member
1128 * @vfreq: vertical refresh rate
1133 * (yres + front_port) * vfreq * 1000000
1135 * (1000000 - (vfreq * FLYBACK)
1139 static u32 fb_get_hfreq(u32 vfreq, u32 yres) in fb_get_hfreq() argument
1143 divisor = (1000000 - (vfreq * FLYBACK))/1000; in fb_get_hfreq()
1144 hfreq = (yres + V_FRONTPORCH) * vfreq * 1000; in fb_get_hfreq()
1150 timings->hfreq = fb_get_hfreq(timings->vfreq, timings->vactive); in fb_timings_vfreq()
1163 timings->vfreq = timings->hfreq/timings->vtotal; in fb_timings_hfreq()
1178 timings->vfreq in fb_timings_dclk()
1435 u32 hfreq, vfreq, htotal, vtotal, pixclock; fb_validate_mode() local
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Datafb.c909 int hfreq, vfreq; in falcon_decode_var() local
1304 vfreq = (hfreq * 2) / (par->VFT + 1); in falcon_decode_var()
1305 if (vfreq > fb_info.monspecs.vfmax && !doubleline && !interlace) { in falcon_decode_var()
1309 } else if (vfreq < fb_info.monspecs.vfmin && !interlace && !doubleline) { in falcon_decode_var()
1313 } else if (vfreq < fb_info.monspecs.vfmin && doubleline) { in falcon_decode_var()
1325 } else if (vfreq > fb_info.monspecs.vfmax && doubleline) { in falcon_decode_var()
1336 } else if (vfreq > fb_info.monspecs.vfmax && interlace) { in falcon_decode_var()
1347 } else if (vfreq < fb_info.monspecs.vfmin || in falcon_decode_var()
1348 vfreq > fb_info.monspecs.vfmax) in falcon_decode_var()
H A Dplatinumfb.h342 int vfreq; member
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Datafb.c897 int hfreq, vfreq; in falcon_decode_var() local
1285 vfreq = (hfreq * 2) / (par->VFT + 1); in falcon_decode_var()
1286 if (vfreq > fb_info.monspecs.vfmax && !doubleline && !interlace) { in falcon_decode_var()
1290 } else if (vfreq < fb_info.monspecs.vfmin && !interlace && !doubleline) { in falcon_decode_var()
1294 } else if (vfreq < fb_info.monspecs.vfmin && doubleline) { in falcon_decode_var()
1306 } else if (vfreq > fb_info.monspecs.vfmax && doubleline) { in falcon_decode_var()
1317 } else if (vfreq > fb_info.monspecs.vfmax && interlace) { in falcon_decode_var()
1328 } else if (vfreq < fb_info.monspecs.vfmin || in falcon_decode_var()
1329 vfreq > fb_info.monspecs.vfmax) in falcon_decode_var()
H A Dplatinumfb.h342 int vfreq; member
/kernel/linux/linux-5.10/drivers/video/fbdev/i810/
H A Di810_main.c2017 int err = -1, vfreq, hfreq, pixclock; in i810fb_init_pci() local
2077 vfreq = hfreq/(info->var.yres + info->var.upper_margin + in i810fb_init_pci()
2090 info->var.yres, info->var.bits_per_pixel, vfreq); in i810fb_init_pci()
/kernel/linux/linux-6.6/drivers/video/fbdev/i810/
H A Di810_main.c2018 int err = -1, vfreq, hfreq, pixclock; in i810fb_init_pci() local
2082 vfreq = hfreq/(info->var.yres + info->var.upper_margin + in i810fb_init_pci()
2095 info->var.yres, info->var.bits_per_pixel, vfreq); in i810fb_init_pci()
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c2194 static struct { int xres, yres, left, right, upper, lower, hslen, vslen, vfreq; } timmings[] __initdata = { member
2307 fv = timmings[res].vfreq; in matroxfb_init_params()
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c2195 static struct { int xres, yres, left, right, upper, lower, hslen, vslen, vfreq; } timmings[] __initdata = { member
2308 fv = timmings[res].vfreq; in matroxfb_init_params()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_edid.c2460 unsigned vfreq = (t->vfreq_aspect & EDID_TIMING_VFREQ_MASK) in drm_mode_std() local
2469 /* vrefresh_rate = vfreq + 60 */ in drm_mode_std()
2470 vrefresh_rate = vfreq + 60; in drm_mode_std()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_edid.c3307 unsigned vfreq = (t->vfreq_aspect & EDID_TIMING_VFREQ_MASK) in drm_mode_std() local
3316 /* vrefresh_rate = vfreq + 60 */ in drm_mode_std()
3317 vrefresh_rate = vfreq + 60; in drm_mode_std()

Completed in 43 milliseconds