Home
last modified time | relevance | path

Searched refs:mode_set_base (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/
H A Dpsb_intel_display.c114 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in psb_intel_crtc_mode_set()
289 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in psb_intel_crtc_mode_set()
423 .mode_set_base = gma_pipe_set_base,
H A Dgma_display.c520 if (!crtc_funcs->mode_set_base) in gma_crtc_page_flip()
535 ret = crtc_funcs->mode_set_base(crtc, crtc->x, crtc->y, old_fb); in gma_crtc_page_flip()
545 ret = crtc_funcs->mode_set_base(crtc, crtc->x, crtc->y, old_fb); in gma_crtc_page_flip()
H A Doaktrail_crtc.c480 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in oaktrail_crtc_mode_set()
653 .mode_set_base = oaktrail_pipe_set_base,
H A Dcdv_intel_display.c817 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in cdv_intel_crtc_mode_set()
967 .mode_set_base = gma_pipe_set_base,
H A Dmdfld_intel_display.c808 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in mdfld_crtc_mode_set()
963 .mode_set_base = mdfld__intel_pipe_set_base,
H A Doaktrail_hdmi.c352 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in oaktrail_crtc_hdmi_mode_set()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_modeset_helper_vtables.h250 int (*mode_set_base)(struct drm_crtc *crtc, int x, int y, member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_crtc_helper.c721 if (fb_changed && !crtc_funcs->mode_set_base) in drm_crtc_helper_set_config()
751 ret = crtc_funcs->mode_set_base(set->crtc, in drm_crtc_helper_set_config()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Ddce_virtual.c226 .mode_set_base = dce_virtual_crtc_set_base,
H A Ddce_v8_0.c2595 .mode_set_base = dce_v8_0_crtc_set_base,
H A Ddce_v6_0.c2577 .mode_set_base = dce_v6_0_crtc_set_base,
H A Ddce_v10_0.c2687 .mode_set_base = dce_v10_0_crtc_set_base,
H A Ddce_v11_0.c2795 .mode_set_base = dce_v11_0_crtc_set_base,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/shmobile/
H A Dshmob_drm_crtc.c387 .mode_set_base = shmob_drm_crtc_mode_set_base,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_legacy_crtc.c1110 .mode_set_base = radeon_crtc_set_base,
H A Datombios_crtc.c2229 .mode_set_base = atombios_crtc_set_base,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv04/
H A Dcrtc.c1266 .mode_set_base = nv04_crtc_mode_set_base,