Searched refs:frame_width (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/drm/rk628/ |
| H A D | rk628_hdmirx.c | 259 u32 width, height, frame_width, frame_height, tmdsclk_cnt, modetclk_cnt_hs, modetclk_cnt_vs; in rk628_hdmirx_phy_setup() local 303 frame_width = (val >> 16) & 0xffff; in rk628_hdmirx_phy_setup() 317 if (frame_width) { in rk628_hdmirx_phy_setup() 320 vs = (vs + frame_width / 2) / frame_width; in rk628_hdmirx_phy_setup() 325 if (width && height && frame_width && frame_height && tmdsclk_cnt && in rk628_hdmirx_phy_setup() 337 width, height, frame_width, frame_height, status, cnt); in rk628_hdmirx_phy_setup()
|