Lines Matching defs:funcs
114 * the &drm_mode_config.funcs member. After calling drm_kms_helper_poll_init()
139 if (crtc->funcs->gamma_set == NULL)
146 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base,
157 const struct drm_crtc_helper_funcs *funcs;
166 funcs = mode_set->crtc->helper_private;
167 if (funcs->mode_set_base_atomic == NULL)
173 funcs->mode_set_base_atomic(mode_set->crtc,
196 const struct drm_crtc_helper_funcs *funcs;
206 funcs = crtc->helper_private;
217 if (funcs->mode_set_base_atomic == NULL)
221 funcs->mode_set_base_atomic(mode_set->crtc, fb, crtc->x,
437 if (helper->fb->funcs->dirty)
438 helper->fb->funcs->dirty(helper->fb, NULL, 0, 0,
450 * @funcs: pointer to structure of functions associate with this helper
456 const struct drm_fb_helper_funcs *funcs)
464 helper->funcs = funcs;
498 if (!fb_helper->client.funcs) {
618 if (!fb_helper->client.funcs)
630 fb->funcs->dirty;
926 if (!crtc->funcs->gamma_set || !crtc->gamma_size) {
944 ret = crtc->funcs->gamma_set(crtc, r, g, b,
1643 ret = (*fb_helper->funcs->fb_probe)(fb_helper, &sizes);
2168 if (!fb_helper->dev && fb_helper->funcs)