Home
last modified time | relevance | path

Searched refs:drm_helper_crtc_mode_set_base (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/drm/
Ddrm_crtc_helper.h225 int drm_helper_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y,
/linux-4.4.14/drivers/gpu/drm/
Ddrm_crtc_helper.c960 ret = drm_helper_crtc_mode_set_base(crtc, x, y, old_fb); in drm_helper_crtc_mode_set()
988 int drm_helper_crtc_mode_set_base(struct drm_crtc *crtc, int x, int y, in drm_helper_crtc_mode_set_base() function
1017 EXPORT_SYMBOL(drm_helper_crtc_mode_set_base);
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_crtc.c235 .mode_set_base = drm_helper_crtc_mode_set_base,
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_crtc.c267 .mode_set_base = drm_helper_crtc_mode_set_base,