Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/sti/
H A Dsti_mixer.c228 ydo = sti_vtg_get_line_number(*mode, 0); in sti_mixer_set_background_area()
229 yds = sti_vtg_get_line_number(*mode, mode->vdisplay - 1); in sti_mixer_set_background_area()
297 ydo = sti_vtg_get_line_number(*mode, 0); in sti_mixer_active_video_area()
298 yds = sti_vtg_get_line_number(*mode, mode->vdisplay - 1); in sti_mixer_active_video_area()
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_cursor.c287 y = sti_vtg_get_line_number(*mode, 0); in sti_cursor_atomic_update()
291 y = sti_vtg_get_line_number(*mode, mode->vdisplay - 1); in sti_cursor_atomic_update()
301 y = sti_vtg_get_line_number(*mode, dst_y); in sti_cursor_atomic_update()
H A Dsti_gdp.c796 ydo = sti_vtg_get_line_number(*mode, dst_y); in sti_gdp_atomic_update()
797 yds = sti_vtg_get_line_number(*mode, dst_y + dst_h - 1); in sti_gdp_atomic_update()
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()