Searched refs:sti_vtg_get_pixel_number (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/sti/ |
| H A D | sti_mixer.c | 230 xdo = sti_vtg_get_pixel_number(*mode, 0); in sti_mixer_set_background_area() 231 xds = sti_vtg_get_pixel_number(*mode, mode->hdisplay - 1); in sti_mixer_set_background_area() 299 xdo = sti_vtg_get_pixel_number(*mode, 0); in sti_mixer_active_video_area() 300 xds = sti_vtg_get_pixel_number(*mode, mode->hdisplay - 1); in sti_mixer_active_video_area()
|
| H A D | sti_vtg.c | 171 u32 xstart = sti_vtg_get_pixel_number(*mode, 0); in vtg_set_output_window() 173 u32 xstop = sti_vtg_get_pixel_number(*mode, mode->hdisplay - 1); in vtg_set_output_window() 340 u32 sti_vtg_get_pixel_number(struct drm_display_mode mode, int x) in sti_vtg_get_pixel_number() function
|
| H A D | sti_vtg.h | 32 u32 sti_vtg_get_pixel_number(struct drm_display_mode mode, int x);
|
| H A D | sti_vid.c | 163 xdo = sti_vtg_get_pixel_number(*mode, dst_x); in sti_vid_commit() 164 xds = sti_vtg_get_pixel_number(*mode, dst_x + dst_w - 1); in sti_vid_commit()
|