Home
last modified time | relevance | path

Searched refs:KHZ2PICOS (Results 1 – 14 of 14) sorted by relevance

/Linux-v6.6/drivers/video/fbdev/kyro/
Dfbdev.c38 #define KHZ2PICOS(a) (1000000000UL/(a)) macro
61 .pixclock = KHZ2PICOS(25175),
94 NULL, 85, 640, 350, KHZ2PICOS(31500),
99 NULL, 85, 640, 400, KHZ2PICOS(31500),
104 NULL, 85, 720, 400, KHZ2PICOS(35500),
109 NULL, 60, 640, 480, KHZ2PICOS(25175),
114 NULL, 72, 640, 480, KHZ2PICOS(31500),
119 NULL, 75, 640, 480, KHZ2PICOS(31500),
124 NULL, 85, 640, 480, KHZ2PICOS(36000),
129 NULL, 56, 800, 600, KHZ2PICOS(36000),
[all …]
/Linux-v6.6/drivers/video/fbdev/
Dda8xx-fb.c193 .pixclock = KHZ2PICOS(4607),
207 .pixclock = KHZ2PICOS(7833),
222 .pixclock = KHZ2PICOS(7833),
237 .pixclock = KHZ2PICOS(6400),
765 return KHZ2PICOS(lcdc_clk_rate / (1000 * lcdc_clk_div)); in da8xx_fb_round_clk()
Dau1200fb.c1078 var->pixclock = KHZ2PICOS(pixclock/1000); in au1200fb_fb_check_var()
1086 var->pixclock = KHZ2PICOS(6000); in au1200fb_fb_check_var()
1089 var->pixclock = KHZ2PICOS(12000); in au1200fb_fb_check_var()
Datmel_lcdfb.c597 KHZ2PICOS(clk_value_khz / (pix_factor * (value + 1))); in atmel_lcdfb_set_par()
Dsstfb.c367 var->pixclock = KHZ2PICOS(freq); in sstfb_check_var()
Dcirrusfb.c490 var->pixclock = KHZ2PICOS(maxclock); in cirrusfb_check_pixclock()
/Linux-v6.6/drivers/video/fbdev/core/
Dfbmon.c571 mode->pixclock = KHZ2PICOS(mode->pixclock); in get_detailed_timing()
925 var->pixclock = KHZ2PICOS(var->pixclock); in fb_parse_edid()
1295 var->pixclock = KHZ2PICOS(timings->dclk/1000); in fb_get_mode()
1328 KHZ2PICOS(vm->pixelclock / 1000) : 0; in fb_videomode_from_videomode()
Dfbcvt.c263 mode->pixclock = KHZ2PICOS(cvt->pixclock/1000); in fb_cvt_convert_to_mode()
/Linux-v6.6/include/uapi/linux/
Dfb.h240 #define KHZ2PICOS(a) (1000000000UL/(a)) macro
/Linux-v6.6/Documentation/fb/
Dep93xx-fb.rst25 KHZ2PICOS macro to convert the pixel clock value. Most other values
/Linux-v6.6/drivers/gpu/drm/
Ddrm_edid.c4307 if (KHZ2PICOS(to_match->clock) != KHZ2PICOS(clock1) && in drm_match_cea_mode()
4308 KHZ2PICOS(to_match->clock) != KHZ2PICOS(clock2)) in drm_match_cea_mode()
4409 if ((KHZ2PICOS(to_match->clock) == KHZ2PICOS(clock1) || in drm_match_hdmi_mode()
4410 KHZ2PICOS(to_match->clock) == KHZ2PICOS(clock2)) && in drm_match_hdmi_mode()
Ddrm_modes.c1491 return KHZ2PICOS(mode1->clock) == KHZ2PICOS(mode2->clock); in drm_mode_match_clock()
/Linux-v6.6/drivers/video/fbdev/vermilion/
Dvermilion.c622 v.pixclock = KHZ2PICOS(nearest_clock); in vmlfb_check_var_locked()
/Linux-v6.6/drivers/video/fbdev/omap2/omapfb/
Domapfb-main.c716 KHZ2PICOS(timings.pixelclock / 1000) : in check_fb_var()