Searched refs:sti_vtg_get_pixel_number (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/sti/ |
H A D | sti_vtg.h | 26 u32 sti_vtg_get_pixel_number(struct drm_display_mode mode, int x);
|
H A D | sti_mixer.c | 97 xdo = sti_vtg_get_pixel_number(*mode, 0); sti_mixer_set_background_area() 98 xds = sti_vtg_get_pixel_number(*mode, mode->hdisplay - 1); sti_mixer_set_background_area() 164 xdo = sti_vtg_get_pixel_number(*mode, 0); sti_mixer_active_video_area() 165 xds = sti_vtg_get_pixel_number(*mode, mode->hdisplay - 1); sti_mixer_active_video_area()
|
H A D | sti_cursor.c | 149 x = sti_vtg_get_pixel_number(*mode, 0); sti_cursor_prepare_layer() 153 x = sti_vtg_get_pixel_number(*mode, mode->hdisplay - 1); sti_cursor_prepare_layer() 180 xdo = sti_vtg_get_pixel_number(*mode, layer->dst_y); sti_cursor_commit_layer()
|
H A D | sti_vid.c | 65 xdo = sti_vtg_get_pixel_number(*mode, vid->dst_x); sti_vid_commit_layer() 66 xds = sti_vtg_get_pixel_number(*mode, vid->dst_x + vid->dst_w - 1); sti_vid_commit_layer()
|
H A D | sti_vtg.c | 246 * sti_vtg_get_pixel_number 255 u32 sti_vtg_get_pixel_number(struct drm_display_mode mode, int x) sti_vtg_get_pixel_number() function 259 EXPORT_SYMBOL(sti_vtg_get_pixel_number); variable
|
H A D | sti_gdp.c | 299 xdo = sti_vtg_get_pixel_number(*mode, layer->dst_x); sti_gdp_prepare_layer() 300 xds = sti_vtg_get_pixel_number(*mode, layer->dst_x + layer->dst_w - 1); sti_gdp_prepare_layer()
|
H A D | sti_hdmi.c | 195 xmin = sti_vtg_get_pixel_number(hdmi->mode, 0); hdmi_active_area() 196 xmax = sti_vtg_get_pixel_number(hdmi->mode, hdmi->mode.hdisplay - 1); hdmi_active_area()
|
Completed in 113 milliseconds