Home
last modified time | relevance | path

Searched refs:crtc_helper_funcs (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_drv.h44 const struct drm_crtc_helper_funcs *crtc_helper_funcs; member
H A Dkirin_drm_drv.c65 drm_crtc_helper_add(crtc, driver_data->crtc_helper_funcs); in kirin_drm_crtc_init()
H A Dkirin_drm_ade.c943 .crtc_helper_funcs = &ade_crtc_helper_funcs,
/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_crtc.c1322 const struct drm_crtc_helper_funcs *crtc_helper_funcs, in __vc4_crtc_init() argument
1339 drm_crtc_helper_add(crtc, crtc_helper_funcs); in __vc4_crtc_init()
1365 const struct drm_crtc_helper_funcs *crtc_helper_funcs, in vc4_crtc_init() argument
1383 crtc_funcs, crtc_helper_funcs, feeds_txp); in vc4_crtc_init()
H A Dvc4_drv.h915 const struct drm_crtc_helper_funcs *crtc_helper_funcs,
920 const struct drm_crtc_helper_funcs *crtc_helper_funcs,
/openbmc/linux/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_crtc.c386 static const struct drm_crtc_helper_funcs crtc_helper_funcs = { variable
518 drm_crtc_helper_add(crtc, &crtc_helper_funcs); in shmob_drm_crtc_create()
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_crtc.c896 static const struct drm_crtc_helper_funcs crtc_helper_funcs = { variable
1310 drm_crtc_helper_add(crtc, &crtc_helper_funcs); in rcar_du_crtc_create()