Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
H A Dfbmon.c576 mode->pixclock = KHZ2PICOS(mode->pixclock); in get_detailed_timing()
930 var->pixclock = KHZ2PICOS(var->pixclock); in fb_parse_edid()
1300 var->pixclock = KHZ2PICOS(timings->dclk/1000); in fb_get_mode()
1333 KHZ2PICOS(vm->pixelclock / 1000) : 0; in fb_videomode_from_videomode()
H A Dfbcvt.c263 mode->pixclock = KHZ2PICOS(cvt->pixclock/1000); in fb_cvt_convert_to_mode()
/linux/include/uapi/linux/
H A Dfb.h241 #define KHZ2PICOS(a) (1000000000UL/(a)) macro
/linux/Documentation/fb/
H A Dep93xx-fb.rst25 KHZ2PICOS macro to convert the pixel clock value. Most other values
/linux/drivers/gpu/drm/
H A Ddrm_edid.c4409 if (KHZ2PICOS(to_match->clock) != KHZ2PICOS(clock1) && in drm_match_cea_mode()
4410 KHZ2PICOS(to_match->clock) != KHZ2PICOS(clock2)) in drm_match_cea_mode()
4511 if ((KHZ2PICOS(to_match->clock) == KHZ2PICOS(clock1) || in drm_match_hdmi_mode()
4512 KHZ2PICOS(to_match->clock) == KHZ2PICOS(clock2)) && in drm_match_hdmi_mode()