Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_display_helper.c119 p->crtc_htotal = p->htotal; in drm_mode_set_crtcinfo()
170 p->crtc_hblank_end = max(p->crtc_hsync_end, p->crtc_htotal); in drm_mode_set_crtcinfo()
H A Drockchip_vop.c207 u16 hact_st = mode->crtc_htotal - mode->crtc_hsync_start; in vop_post_config()
324 u16 htotal = mode->crtc_htotal; in rockchip_vop_init()
325 u16 hact_st = mode->crtc_htotal - mode->crtc_hsync_start; in rockchip_vop_init()
869 dsp_stx = crtc_x + mode->crtc_htotal - mode->crtc_hsync_start; in rockchip_vop_set_plane()
H A Dsii902x.c365 buf[4] = mode->crtc_htotal; in sii902x_bridge_mode_set()
366 buf[5] = mode->crtc_htotal >> 8; in sii902x_bridge_mode_set()
H A Drockchip_vop2.c2205 u16 hact_st = mode->crtc_htotal - mode->crtc_hsync_start; in vop2_post_config()
4544 u16 htotal = mode->crtc_htotal; in vop2_dsc_enable()
4545 u16 hact_st = mode->crtc_htotal - mode->crtc_hsync_start; in vop2_dsc_enable()
4937 u16 htotal = mode->crtc_htotal; in rockchip_vop2_init()
4938 u16 hact_st = mode->crtc_htotal - mode->crtc_hsync_start; in rockchip_vop2_init()
6114 mode->crtc_htotal += align; in rockchip_vop2_mode_fixup()
6148 mode->crtc_htotal = mode->crtc_hsync_end + 10; in rockchip_vop2_mode_fixup()
6149 mode->crtc_clock = (u32)mode->crtc_htotal * mode->crtc_vtotal * in rockchip_vop2_mode_fixup()
6173 mode->crtc_htotal += mode->crtc_htotal % 2; in rockchip_vop2_mode_fixup()
/rk3399_rockchip-uboot/include/
H A Ddrm_modes.h250 int crtc_htotal; member