Searched refs:crtc_helper_funcs (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/hisilicon/kirin/ |
A D | kirin_drm_drv.h | 44 const struct drm_crtc_helper_funcs *crtc_helper_funcs; member
|
A D | kirin_drm_drv.c | 65 drm_crtc_helper_add(crtc, driver_data->crtc_helper_funcs); in kirin_drm_crtc_init()
|
A D | kirin_drm_ade.c | 943 .crtc_helper_funcs = &ade_crtc_helper_funcs,
|
/linux-6.3-rc2/drivers/gpu/drm/vc4/ |
A D | vc4_crtc.c | 1321 const struct drm_crtc_helper_funcs *crtc_helper_funcs, in __vc4_crtc_init() argument 1338 drm_crtc_helper_add(crtc, crtc_helper_funcs); in __vc4_crtc_init() 1364 const struct drm_crtc_helper_funcs *crtc_helper_funcs, in vc4_crtc_init() argument 1382 crtc_funcs, crtc_helper_funcs, feeds_txp); in vc4_crtc_init()
|
A D | vc4_drv.h | 941 const struct drm_crtc_helper_funcs *crtc_helper_funcs, 946 const struct drm_crtc_helper_funcs *crtc_helper_funcs,
|
/linux-6.3-rc2/drivers/gpu/drm/shmobile/ |
A D | shmob_drm_crtc.c | 384 static const struct drm_crtc_helper_funcs crtc_helper_funcs = { variable 491 drm_crtc_helper_add(crtc, &crtc_helper_funcs); in shmob_drm_crtc_create()
|
/linux-6.3-rc2/drivers/gpu/drm/rcar-du/ |
A D | rcar_du_crtc.c | 913 static const struct drm_crtc_helper_funcs crtc_helper_funcs = { variable 1327 drm_crtc_helper_add(crtc, &crtc_helper_funcs); in rcar_du_crtc_create()
|
Completed in 16 milliseconds