Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/sti/
Dsti_mixer.c226 xdo = sti_vtg_get_pixel_number(*mode, 0); in sti_mixer_set_background_area()
227 xds = sti_vtg_get_pixel_number(*mode, mode->hdisplay - 1); in sti_mixer_set_background_area()
295 xdo = sti_vtg_get_pixel_number(*mode, 0); in sti_mixer_active_video_area()
296 xds = sti_vtg_get_pixel_number(*mode, mode->hdisplay - 1); in sti_mixer_active_video_area()
Dsti_vtg.c164 u32 xstart = sti_vtg_get_pixel_number(*mode, 0); in vtg_set_output_window()
166 u32 xstop = sti_vtg_get_pixel_number(*mode, mode->hdisplay - 1); in vtg_set_output_window()
333 u32 sti_vtg_get_pixel_number(struct drm_display_mode mode, int x) in sti_vtg_get_pixel_number() function
Dsti_vtg.h31 u32 sti_vtg_get_pixel_number(struct drm_display_mode mode, int x);
Dsti_vid.c161 xdo = sti_vtg_get_pixel_number(*mode, dst_x); in sti_vid_commit()
162 xds = sti_vtg_get_pixel_number(*mode, dst_x + dst_w - 1); in sti_vid_commit()
Dsti_cursor.c280 x = sti_vtg_get_pixel_number(*mode, 0); in sti_cursor_atomic_update()
284 x = sti_vtg_get_pixel_number(*mode, mode->hdisplay - 1); in sti_cursor_atomic_update()
294 x = sti_vtg_get_pixel_number(*mode, dst_x); in sti_cursor_atomic_update()
Dsti_gdp.c784 xdo = sti_vtg_get_pixel_number(*mode, dst_x); in sti_gdp_atomic_update()
785 xds = sti_vtg_get_pixel_number(*mode, dst_x + dst_w - 1); in sti_gdp_atomic_update()
Dsti_hdmi.c240 xmin = sti_vtg_get_pixel_number(hdmi->mode, 1); in hdmi_active_area()
241 xmax = sti_vtg_get_pixel_number(hdmi->mode, hdmi->mode.hdisplay); in hdmi_active_area()