Searched refs:crtc_helper_funcs (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/gpu/drm/hisilicon/kirin/ |
H A D | kirin_drm_drv.h | 44 const struct drm_crtc_helper_funcs *crtc_helper_funcs; member
|
H A D | kirin_drm_drv.c | 65 drm_crtc_helper_add(crtc, driver_data->crtc_helper_funcs); in kirin_drm_crtc_init()
|
H A D | kirin_drm_ade.c | 943 .crtc_helper_funcs = &ade_crtc_helper_funcs,
|
/openbmc/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_crtc.c | 1322 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 D | vc4_drv.h | 915 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 D | shmob_drm_crtc.c | 386 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 D | rcar_du_crtc.c | 896 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()
|