Home
last modified time | relevance | path

Searched refs:drm_crtc_helper_funcs (Results 1 - 25 of 155) sorted by relevance

1234567

/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_crtc_helper.c80 * &drm_crtc_helper_funcs, &struct drm_encoder_helper_funcs and struct
187 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in __drm_helper_disable_unused_functions()
278 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_crtc_helper_set_mode()
499 * will call the CRTC &drm_crtc_helper_funcs.mode_set_base helper operation.
506 * details see &struct drm_crtc_helper_funcs and struct
527 const struct drm_crtc_helper_funcs *crtc_funcs; in drm_crtc_helper_set_config()
858 * &drm_crtc_helper_funcs.dpms and &drm_encoder_helper_funcs.dpms callbacks
887 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_helper_connector_dpms()
902 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_helper_connector_dpms()
944 const struct drm_crtc_helper_funcs *crtc_func in drm_helper_resume_force_mode()
[all...]
H A Ddrm_atomic_helper.c69 * modesetting helpers. See the documentation for &struct drm_crtc_helper_funcs,
469 const struct drm_crtc_helper_funcs *funcs; in mode_fixup()
575 * &drm_crtc_helper_funcs.mode_valid are called on the affected components.
582 * 7. &drm_crtc_helper_funcs.mode_fixup is called last, to fix up the mode with CRTC constraints.
597 * update, e.g. when the &drm_crtc_helper_funcs.atomic_check functions depend
872 * &drm_crtc_helper_funcs.atomic_check and &drm_plane_helper_funcs.atomic_check
914 const struct drm_crtc_helper_funcs *funcs; in drm_atomic_helper_check_planes()
947 * @drm_plane_helper_funcs.atomic_check and @drm_crtc_helper_funcs.atomic_check
1086 const struct drm_crtc_helper_funcs *funcs; in disable_outputs()
1241 const struct drm_crtc_helper_funcs *func in crtc_set_mode()
[all...]
H A Ddrm_simple_kms_helper.c127 static const struct drm_crtc_helper_funcs drm_simple_kms_crtc_helper_funcs = {
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_crtc_helper.c92 * &drm_crtc_helper_funcs, &struct drm_encoder_helper_funcs and struct
199 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in __drm_helper_disable_unused_functions()
290 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_crtc_helper_set_mode()
537 * will call the CRTC &drm_crtc_helper_funcs.mode_set_base helper operation.
544 * details see &struct drm_crtc_helper_funcs and struct
565 const struct drm_crtc_helper_funcs *crtc_funcs; in drm_crtc_helper_set_config()
896 * &drm_crtc_helper_funcs.dpms and &drm_encoder_helper_funcs.dpms callbacks
925 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_helper_connector_dpms()
940 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_helper_connector_dpms()
982 const struct drm_crtc_helper_funcs *crtc_func in drm_helper_resume_force_mode()
[all...]
H A Ddrm_atomic_helper.c71 * modesetting helpers. See the documentation for &struct drm_crtc_helper_funcs,
484 const struct drm_crtc_helper_funcs *funcs; in mode_fixup()
591 * &drm_crtc_helper_funcs.mode_valid are called on the affected components.
598 * 7. &drm_crtc_helper_funcs.mode_fixup is called last, to fix up the mode with CRTC constraints.
613 * when the &drm_crtc_helper_funcs.atomic_check functions depend upon the
973 * &drm_crtc_helper_funcs.atomic_check and &drm_plane_helper_funcs.atomic_check
1016 const struct drm_crtc_helper_funcs *funcs; in drm_atomic_helper_check_planes()
1050 * @drm_plane_helper_funcs.atomic_check and @drm_crtc_helper_funcs.atomic_check
1191 const struct drm_crtc_helper_funcs *funcs; in disable_outputs()
1346 const struct drm_crtc_helper_funcs *func in crtc_set_mode()
[all...]
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_modeset_helper_vtables.h56 * struct drm_crtc_helper_funcs - helper operations for CRTCs
61 struct drm_crtc_helper_funcs { struct
508 const struct drm_crtc_helper_funcs *funcs) in drm_crtc_helper_add()
718 * using their own &drm_crtc_helper_funcs.atomic_disable hook. If that
741 * &drm_crtc_helper_funcs.atomic_enable hook. If that sequence is
764 * using their own &drm_crtc_helper_funcs.disable hook. If that
797 * their own &drm_crtc_helper_funcs.enable hook. If that sequence is
951 * &drm_crtc_helper_funcs.mode_valid and &drm_bridge_funcs.mode_valid,
1259 * hook is called in-between the &drm_crtc_helper_funcs.atomic_begin and
1260 * drm_crtc_helper_funcs
[all...]
H A Ddrm_crtc.h76 struct drm_crtc_helper_funcs;
1081 const struct drm_crtc_helper_funcs *helper_private;
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_modeset_helper_vtables.h60 * struct drm_crtc_helper_funcs - helper operations for CRTCs
65 struct drm_crtc_helper_funcs { struct
500 const struct drm_crtc_helper_funcs *funcs) in drm_crtc_helper_add()
710 * using their own &drm_crtc_helper_funcs.atomic_disable hook. If that
733 * &drm_crtc_helper_funcs.atomic_enable hook. If that sequence is
756 * using their own &drm_crtc_helper_funcs.disable hook. If that
789 * their own &drm_crtc_helper_funcs.enable hook. If that sequence is
949 * &drm_crtc_helper_funcs.mode_valid and &drm_bridge_funcs.mode_valid,
1317 * hook is called in-between the &drm_crtc_helper_funcs.atomic_begin and
1318 * drm_crtc_helper_funcs
[all...]
H A Ddrm_crtc.h63 struct drm_crtc_helper_funcs;
1080 const struct drm_crtc_helper_funcs *helper_private;
/kernel/linux/linux-5.10/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_drv.h44 const struct drm_crtc_helper_funcs *crtc_helper_funcs;
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Dmdfld_output.h68 extern const struct drm_crtc_helper_funcs mdfld_helper_funcs;
H A Dgma_display.c474 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in gma_crtc_prepare()
480 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in gma_crtc_commit()
487 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in gma_crtc_disable()
515 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in gma_crtc_page_flip()
H A Dpsb_intel_display.c100 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in psb_intel_crtc_mode_set()
420 const struct drm_crtc_helper_funcs psb_intel_helper_funcs = {
H A Dpsb_drv.h628 struct drm_crtc_helper_funcs const *crtc_helper;
722 extern const struct drm_crtc_helper_funcs oaktrail_helper_funcs;
729 extern const struct drm_crtc_helper_funcs psb_intel_helper_funcs;
/kernel/linux/linux-6.6/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_drv.h44 const struct drm_crtc_helper_funcs *crtc_helper_funcs;
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/tests/
H A Dvc4_mock_crtc.c10 static const struct drm_crtc_helper_funcs vc4_dummy_crtc_helper_funcs = {
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H A Dgma_display.c476 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in gma_crtc_prepare()
482 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in gma_crtc_commit()
489 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in gma_crtc_disable()
520 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in gma_crtc_page_flip()
H A Dpsb_drv.h567 struct drm_crtc_helper_funcs const *crtc_helper;
631 extern const struct drm_crtc_helper_funcs oaktrail_helper_funcs;
638 extern const struct drm_crtc_helper_funcs psb_intel_helper_funcs;
H A Dpsb_intel_display.c102 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in psb_intel_crtc_mode_set()
426 const struct drm_crtc_helper_funcs psb_intel_helper_funcs = {
/kernel/linux/linux-6.6/drivers/gpu/drm/mgag200/
H A Dmgag200_g200eh3.c81 static const struct drm_crtc_helper_funcs mgag200_g200eh3_crtc_helper_funcs = {
/kernel/linux/linux-5.10/drivers/gpu/drm/arc/
H A Darcpgu_crtc.c140 static const struct drm_crtc_helper_funcs arc_pgu_crtc_helper_funcs = {
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H A Dexynos_drm_crtc.c107 static const struct drm_crtc_helper_funcs exynos_crtc_helper_funcs = {
/kernel/linux/linux-5.10/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_crtc.c126 static const struct drm_crtc_helper_funcs fsl_dcu_drm_crtc_helper_funcs = {
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/dcss/
H A Ddcss-crtc.c156 static const struct drm_crtc_helper_funcs dcss_helper_funcs = {
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H A Dsun4i_crtc.c146 static const struct drm_crtc_helper_funcs sun4i_crtc_helper_funcs = {

Completed in 27 milliseconds

1234567