Lines Matching defs:funcs
113 * the &drm_mode_config.funcs member. After calling drm_kms_helper_poll_init()
138 if (crtc->funcs->gamma_set == NULL)
145 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base,
156 const struct drm_crtc_helper_funcs *funcs;
165 funcs = mode_set->crtc->helper_private;
166 if (funcs->mode_set_base_atomic == NULL)
172 funcs->mode_set_base_atomic(mode_set->crtc,
195 const struct drm_crtc_helper_funcs *funcs;
205 funcs = crtc->helper_private;
216 if (funcs->mode_set_base_atomic == NULL)
220 funcs->mode_set_base_atomic(mode_set->crtc, fb, crtc->x,
381 if (drm_WARN_ON_ONCE(dev, !helper->funcs->fb_dirty))
390 ret = helper->funcs->fb_dirty(helper, &clip_copy);
421 * @funcs: pointer to structure of functions associate with this helper
428 const struct drm_fb_helper_funcs *funcs)
450 helper->funcs = funcs;
492 if (!fb_helper->client.funcs) {
609 if (!fb_helper->client.funcs)
844 if (!crtc->funcs->gamma_set || !crtc->gamma_size) {
862 ret = crtc->funcs->gamma_set(crtc, r, g, b,
1668 ret = (*fb_helper->funcs->fb_probe)(fb_helper, &sizes);