Searched refs:sti_vtg_get_pixel_number (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | sti_mixer.c | 100 xdo = sti_vtg_get_pixel_number(*mode, 0); in sti_mixer_set_background_area() 101 xds = sti_vtg_get_pixel_number(*mode, mode->hdisplay - 1); in sti_mixer_set_background_area() 172 xdo = sti_vtg_get_pixel_number(*mode, 0); in sti_mixer_active_video_area() 173 xds = sti_vtg_get_pixel_number(*mode, mode->hdisplay - 1); in sti_mixer_active_video_area()
|
D | sti_vid.c | 69 xdo = sti_vtg_get_pixel_number(*mode, dst_x); in sti_vid_commit() 70 xds = sti_vtg_get_pixel_number(*mode, dst_x + dst_w - 1); in sti_vid_commit()
|
D | sti_cursor.c | 188 x = sti_vtg_get_pixel_number(*mode, 0); in sti_cursor_atomic_update() 192 x = sti_vtg_get_pixel_number(*mode, mode->hdisplay - 1); in sti_cursor_atomic_update() 208 x = sti_vtg_get_pixel_number(*mode, dst_y); in sti_cursor_atomic_update()
|
D | sti_vtg.h | 26 u32 sti_vtg_get_pixel_number(struct drm_display_mode mode, int x);
|
D | sti_vtg.c | 130 u32 xstart = sti_vtg_get_pixel_number(*mode, 0); in vtg_set_output_window() 132 u32 xstop = sti_vtg_get_pixel_number(*mode, mode->hdisplay - 1); in vtg_set_output_window() 277 u32 sti_vtg_get_pixel_number(struct drm_display_mode mode, int x) in sti_vtg_get_pixel_number() function
|
D | sti_gdp.c | 476 xdo = sti_vtg_get_pixel_number(*mode, dst_x); in sti_gdp_atomic_update() 477 xds = sti_vtg_get_pixel_number(*mode, dst_x + dst_w - 1); in sti_gdp_atomic_update()
|
D | sti_hdmi.c | 195 xmin = sti_vtg_get_pixel_number(hdmi->mode, 1); in hdmi_active_area() 196 xmax = sti_vtg_get_pixel_number(hdmi->mode, hdmi->mode.hdisplay); in hdmi_active_area()
|