Home
last modified time | relevance | path

Searched refs:sti_vtg_get_line_number (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/sti/
H A Dsti_vtg.c167 u32 ystart = sti_vtg_get_line_number(*mode, 0); in vtg_set_output_window()
169 u32 ystop = sti_vtg_get_line_number(*mode, mode->vdisplay - 1); in vtg_set_output_window()
315 u32 sti_vtg_get_line_number(struct drm_display_mode mode, int y) in sti_vtg_get_line_number() function
H A Dsti_vtg.h31 u32 sti_vtg_get_line_number(struct drm_display_mode mode, int y);
H A Dsti_vid.c161 ydo = sti_vtg_get_line_number(*mode, dst_y); in sti_vid_commit()
162 yds = sti_vtg_get_line_number(*mode, dst_y + dst_h - 1); in sti_vid_commit()
H A Dsti_hdmi.c253 ymin = sti_vtg_get_line_number(hdmi->mode, 0); in hdmi_active_area()
254 ymax = sti_vtg_get_line_number(hdmi->mode, hdmi->mode.vdisplay - 1); in hdmi_active_area()