Searched refs:crtc_helper_funcs (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_drv.h44 const struct drm_crtc_helper_funcs *crtc_helper_funcs; member in struct:kirin_drm_data
H A Dkirin_drm_drv.c65 drm_crtc_helper_add(crtc, driver_data->crtc_helper_funcs);
H A Dkirin_drm_ade.c943 .crtc_helper_funcs = &ade_crtc_helper_funcs,
/linux-master/drivers/gpu/drm/renesas/rz-du/
H A Drzg2l_du_crtc.c298 static const struct drm_crtc_helper_funcs crtc_helper_funcs = { variable in typeref:struct:drm_crtc_helper_funcs
419 drm_crtc_helper_add(crtc, &crtc_helper_funcs);
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_drv.h914 const struct drm_crtc_helper_funcs *crtc_helper_funcs,
919 const struct drm_crtc_helper_funcs *crtc_helper_funcs,
H A Dvc4_crtc.c1306 * @crtc_helper_funcs: Helper Callbacks for the new CRTC
1322 const struct drm_crtc_helper_funcs *crtc_helper_funcs,
1339 drm_crtc_helper_add(crtc, crtc_helper_funcs);
1365 const struct drm_crtc_helper_funcs *crtc_helper_funcs,
1383 crtc_funcs, crtc_helper_funcs, feeds_txp);
1316 __vc4_crtc_init(struct drm_device *drm, struct platform_device *pdev, struct vc4_crtc *vc4_crtc, const struct vc4_crtc_data *data, struct drm_plane *primary_plane, const struct drm_crtc_funcs *crtc_funcs, const struct drm_crtc_helper_funcs *crtc_helper_funcs, bool feeds_txp) argument
1361 vc4_crtc_init(struct drm_device *drm, struct platform_device *pdev, struct vc4_crtc *vc4_crtc, const struct vc4_crtc_data *data, const struct drm_crtc_funcs *crtc_funcs, const struct drm_crtc_helper_funcs *crtc_helper_funcs, bool feeds_txp) argument
/linux-master/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_crtc.c297 static const struct drm_crtc_helper_funcs crtc_helper_funcs = { variable in typeref:struct:drm_crtc_helper_funcs
401 drm_crtc_helper_add(crtc, &crtc_helper_funcs);
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_crtc.c896 static const struct drm_crtc_helper_funcs crtc_helper_funcs = { variable in typeref:struct:drm_crtc_helper_funcs
1310 drm_crtc_helper_add(crtc, &crtc_helper_funcs);

Completed in 167 milliseconds