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

/linux-master/drivers/gpu/drm/sti/
H A Dsti_vtg.h32 u32 sti_vtg_get_pixel_number(struct drm_display_mode mode, int x);
H A Dsti_mixer.c230 xdo = sti_vtg_get_pixel_number(*mode, 0);
231 xds = sti_vtg_get_pixel_number(*mode, mode->hdisplay - 1);
299 xdo = sti_vtg_get_pixel_number(*mode, 0);
300 xds = sti_vtg_get_pixel_number(*mode, mode->hdisplay - 1);
H A Dsti_vtg.c166 u32 xstart = sti_vtg_get_pixel_number(*mode, 0);
168 u32 xstop = sti_vtg_get_pixel_number(*mode, mode->hdisplay - 1);
326 * sti_vtg_get_pixel_number
335 u32 sti_vtg_get_pixel_number(struct drm_display_mode mode, int x) function
H A Dsti_vid.c163 xdo = sti_vtg_get_pixel_number(*mode, dst_x);
164 xds = sti_vtg_get_pixel_number(*mode, dst_x + dst_w - 1);
H A Dsti_cursor.c288 x = sti_vtg_get_pixel_number(*mode, 0);
292 x = sti_vtg_get_pixel_number(*mode, mode->hdisplay - 1);
302 x = sti_vtg_get_pixel_number(*mode, dst_x);
H A Dsti_gdp.c798 xdo = sti_vtg_get_pixel_number(*mode, dst_x);
799 xds = sti_vtg_get_pixel_number(*mode, dst_x + dst_w - 1);
H A Dsti_hdmi.c251 xmin = sti_vtg_get_pixel_number(hdmi->mode, 1);
252 xmax = sti_vtg_get_pixel_number(hdmi->mode, hdmi->mode.hdisplay);

Completed in 163 milliseconds