Home
last modified time | relevance | path

Searched refs:fps (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628_hdmirx.c131 u32 hact, vact, htotal, vtotal, fps, status; in rk628_hdmirx_get_timing() local
179 fps = tmds_clk / (htotal * vtotal); in rk628_hdmirx_get_timing()
181 fps = (tmds_clk + (htotal * vtotal) / 2) / (htotal * vtotal); in rk628_hdmirx_get_timing()
228 pixelclock = htotal * vtotal * fps; in rk628_hdmirx_get_timing()
251 status, hact, vact, htotal, vtotal, fps, pixelclock); in rk628_hdmirx_get_timing()
/rk3399_rockchip-uboot/include/
H A Dedid.h882 u32 fps; member