Home
last modified time | relevance | path

Searched refs:crtc_funcs (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_spl_display.c45 const struct rockchip_crtc_funcs *crtc_funcs = crtc->funcs; in rockchip_spl_display_init() local
50 if (!crtc_funcs) { in rockchip_spl_display_init()
55 if (crtc_funcs->preinit) { in rockchip_spl_display_init()
56 ret = crtc_funcs->preinit(state); in rockchip_spl_display_init()
93 if (crtc_funcs->init) { in rockchip_spl_display_init()
94 ret = crtc_funcs->init(state); in rockchip_spl_display_init()
112 const struct rockchip_crtc_funcs *crtc_funcs = crtc->funcs; in rockchip_spl_display_post_enable() local
115 if (crtc_funcs->enable) in rockchip_spl_display_post_enable()
116 crtc_funcs->enable(state); in rockchip_spl_display_post_enable()
H A Drockchip_display.c635 const struct rockchip_crtc_funcs *crtc_funcs = crtc->funcs; in display_mode_valid() local
644 if (crtc_funcs->mode_valid) { in display_mode_valid()
645 ret = crtc_funcs->mode_valid(state); in display_mode_valid()
657 const struct rockchip_crtc_funcs *crtc_funcs = crtc->funcs; in display_mode_fixup() local
660 if (crtc_funcs->mode_fixup) { in display_mode_fixup()
661 ret = crtc_funcs->mode_fixup(state); in display_mode_fixup()
675 const struct rockchip_crtc_funcs *crtc_funcs = crtc->funcs; in display_init() local
691 if (!crtc_funcs) { in display_init()
714 if (crtc_funcs->preinit) { in display_init()
715 ret = crtc_funcs->preinit(state); in display_init()
[all …]