Searched refs:mode_set_base (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/gpu/drm/gma500/ |
H A D | psb_intel_display.c | 116 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in psb_intel_crtc_mode_set() 295 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in psb_intel_crtc_mode_set() 429 .mode_set_base = gma_pipe_set_base,
|
H A D | gma_display.c | 525 if (!crtc_funcs->mode_set_base) in gma_crtc_page_flip() 540 ret = crtc_funcs->mode_set_base(crtc, crtc->x, crtc->y, old_fb); in gma_crtc_page_flip() 550 ret = crtc_funcs->mode_set_base(crtc, crtc->x, crtc->y, old_fb); in gma_crtc_page_flip()
|
H A D | oaktrail_crtc.c | 484 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in oaktrail_crtc_mode_set() 657 .mode_set_base = oaktrail_pipe_set_base,
|
H A D | cdv_intel_display.c | 814 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in cdv_intel_crtc_mode_set() 964 .mode_set_base = gma_pipe_set_base,
|
H A D | oaktrail_hdmi.c | 355 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in oaktrail_crtc_hdmi_mode_set()
|
/linux/include/drm/ |
H A D | drm_modeset_helper_vtables.h | 253 int (*mode_set_base)(struct drm_crtc *crtc, int x, int y, member
|
/linux/drivers/gpu/drm/ |
H A D | drm_crtc_helper.c | 764 if (fb_changed && !crtc_funcs->mode_set_base) in drm_crtc_helper_set_config() 794 ret = crtc_funcs->mode_set_base(set->crtc, in drm_crtc_helper_set_config()
|
/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_legacy_crtc.c | 1110 .mode_set_base = radeon_crtc_set_base,
|
H A D | atombios_crtc.c | 2217 .mode_set_base = atombios_crtc_set_base,
|
/linux/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | crtc.c | 1278 .mode_set_base = nv04_crtc_mode_set_base,
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | dce_v6_0.c | 2597 .mode_set_base = dce_v6_0_crtc_set_base,
|
H A D | dce_v8_0.c | 2608 .mode_set_base = dce_v8_0_crtc_set_base,
|
H A D | dce_v10_0.c | 2682 .mode_set_base = dce_v10_0_crtc_set_base,
|
H A D | dce_v11_0.c | 2795 .mode_set_base = dce_v11_0_crtc_set_base,
|