Searched refs:sti_vtg_get_line_number (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/gpu/drm/sti/ |
H A D | sti_mixer.c | 228 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 D | sti_vtg.c | 167 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 D | sti_vtg.h | 31 u32 sti_vtg_get_line_number(struct drm_display_mode mode, int y);
|
H A D | sti_vid.c | 161 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 D | sti_cursor.c | 287 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 D | sti_gdp.c | 796 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 D | sti_hdmi.c | 253 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()
|