Searched refs:te_handler (Results 1 – 6 of 6) sorted by relevance
326 void (*te_handler)(struct drm_crtc *crtc); member
234 if (priv->crtc_funcs[pipe] && priv->crtc_funcs[pipe]->te_handler) { in rockchip_drm_te_handle()235 priv->crtc_funcs[pipe]->te_handler(crtc); in rockchip_drm_te_handle()
5110 .te_handler = vop2_crtc_te_handler,
333 void (*te_handler)(struct drm_crtc *crtc); member
5112 .te_handler = vop2_crtc_te_handler,
20172 + if (priv->crtc_funcs[pipe] && priv->crtc_funcs[pipe]->te_handler)20173 + priv->crtc_funcs[pipe]->te_handler(crtc);21859 + void (*te_handler)(struct drm_crtc *crtc);