Searched refs:sti_vtg_get_line_number (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/sti/ |
D | sti_mixer.c | 224 ydo = sti_vtg_get_line_number(*mode, 0); in sti_mixer_set_background_area() 225 yds = sti_vtg_get_line_number(*mode, mode->vdisplay - 1); in sti_mixer_set_background_area() 293 ydo = sti_vtg_get_line_number(*mode, 0); in sti_mixer_active_video_area() 294 yds = sti_vtg_get_line_number(*mode, mode->vdisplay - 1); in sti_mixer_active_video_area()
|
D | sti_vtg.c | 165 u32 ystart = sti_vtg_get_line_number(*mode, 0); in vtg_set_output_window() 167 u32 ystop = sti_vtg_get_line_number(*mode, mode->vdisplay - 1); in vtg_set_output_window() 313 u32 sti_vtg_get_line_number(struct drm_display_mode mode, int y) in sti_vtg_get_line_number() function
|
D | sti_vtg.h | 30 u32 sti_vtg_get_line_number(struct drm_display_mode mode, int y);
|
D | sti_vid.c | 159 ydo = sti_vtg_get_line_number(*mode, dst_y); in sti_vid_commit() 160 yds = sti_vtg_get_line_number(*mode, dst_y + dst_h - 1); in sti_vid_commit()
|
D | sti_cursor.c | 279 y = sti_vtg_get_line_number(*mode, 0); in sti_cursor_atomic_update() 283 y = sti_vtg_get_line_number(*mode, mode->vdisplay - 1); in sti_cursor_atomic_update() 293 y = sti_vtg_get_line_number(*mode, dst_y); in sti_cursor_atomic_update()
|
D | sti_gdp.c | 782 ydo = sti_vtg_get_line_number(*mode, dst_y); in sti_gdp_atomic_update() 783 yds = sti_vtg_get_line_number(*mode, dst_y + dst_h - 1); in sti_gdp_atomic_update()
|
D | sti_hdmi.c | 242 ymin = sti_vtg_get_line_number(hdmi->mode, 0); in hdmi_active_area() 243 ymax = sti_vtg_get_line_number(hdmi->mode, hdmi->mode.vdisplay - 1); in hdmi_active_area()
|