Home
last modified time | relevance | path

Searched refs:drm_crtc_helper_funcs (Results 1 – 25 of 71) sorted by relevance

123

/Linux-v5.10/drivers/gpu/drm/
Ddrm_crtc_helper.c187 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()
527 const struct drm_crtc_helper_funcs *crtc_funcs; in drm_crtc_helper_set_config()
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_funcs; in drm_helper_resume_force_mode()
Ddrm_atomic_helper.c469 const struct drm_crtc_helper_funcs *funcs; in mode_fixup()
914 const struct drm_crtc_helper_funcs *funcs; in drm_atomic_helper_check_planes()
1076 const struct drm_crtc_helper_funcs *funcs; in disable_outputs()
1222 const struct drm_crtc_helper_funcs *funcs; in crtc_set_mode()
1346 const struct drm_crtc_helper_funcs *funcs; in drm_atomic_helper_commit_modeset_enables()
2500 const struct drm_crtc_helper_funcs *funcs; in drm_atomic_helper_commit_planes()
2558 const struct drm_crtc_helper_funcs *funcs; in drm_atomic_helper_commit_planes()
2593 const struct drm_crtc_helper_funcs *crtc_funcs; in drm_atomic_helper_commit_planes_on_crtc()
2657 const struct drm_crtc_helper_funcs *crtc_funcs = in drm_atomic_helper_disable_planes_on_crtc()
Ddrm_simple_kms_helper.c127 static const struct drm_crtc_helper_funcs drm_simple_kms_crtc_helper_funcs = {
/Linux-v5.10/include/drm/
Ddrm_modeset_helper_vtables.h61 struct drm_crtc_helper_funcs { struct
508 const struct drm_crtc_helper_funcs *funcs) in drm_crtc_helper_add() argument
Ddrm_crtc.h76 struct drm_crtc_helper_funcs;
1081 const struct drm_crtc_helper_funcs *helper_private;
/Linux-v5.10/drivers/gpu/drm/gma500/
Dcdv_device.h10 extern const struct drm_crtc_helper_funcs cdv_intel_helper_funcs;
Dmdfld_output.h68 extern const struct drm_crtc_helper_funcs mdfld_helper_funcs;
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()
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;
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 = {
Doaktrail_crtc.c478 const struct drm_crtc_helper_funcs *crtc_funcs = in oaktrail_crtc_mode_set()
650 const struct drm_crtc_helper_funcs oaktrail_helper_funcs = {
Dcdv_intel_display.c815 const struct drm_crtc_helper_funcs *crtc_funcs = in cdv_intel_crtc_mode_set()
964 const struct drm_crtc_helper_funcs cdv_intel_helper_funcs = {
Dmdfld_intel_display.c806 const struct drm_crtc_helper_funcs *crtc_funcs = in mdfld_crtc_mode_set()
960 const struct drm_crtc_helper_funcs mdfld_helper_funcs = {
/Linux-v5.10/drivers/gpu/drm/hisilicon/kirin/
Dkirin_drm_drv.h44 const struct drm_crtc_helper_funcs *crtc_helper_funcs;
/Linux-v5.10/drivers/gpu/drm/fsl-dcu/
Dfsl_dcu_drm_crtc.c126 static const struct drm_crtc_helper_funcs fsl_dcu_drm_crtc_helper_funcs = {
/Linux-v5.10/drivers/gpu/drm/exynos/
Dexynos_drm_crtc.c108 static const struct drm_crtc_helper_funcs exynos_crtc_helper_funcs = {
/Linux-v5.10/drivers/gpu/drm/sun4i/
Dsun4i_crtc.c146 static const struct drm_crtc_helper_funcs sun4i_crtc_helper_funcs = {
/Linux-v5.10/drivers/gpu/drm/imx/dcss/
Ddcss-crtc.c156 static const struct drm_crtc_helper_funcs dcss_helper_funcs = {
/Linux-v5.10/drivers/gpu/drm/arc/
Darcpgu_crtc.c140 static const struct drm_crtc_helper_funcs arc_pgu_crtc_helper_funcs = {
/Linux-v5.10/drivers/gpu/drm/vkms/
Dvkms_crtc.c262 static const struct drm_crtc_helper_funcs vkms_crtc_helper_funcs = {
/Linux-v5.10/drivers/gpu/drm/sti/
Dsti_crtc.c222 static const struct drm_crtc_helper_funcs sti_crtc_helper_funcs = {
/Linux-v5.10/drivers/gpu/drm/virtio/
Dvirtgpu_display.c135 static const struct drm_crtc_helper_funcs virtio_gpu_crtc_helper_funcs = {
/Linux-v5.10/drivers/gpu/drm/arm/
Dhdlcd_crtc.c224 static const struct drm_crtc_helper_funcs hdlcd_crtc_helper_funcs = {
/Linux-v5.10/drivers/gpu/drm/tidss/
Dtidss_crtc.c303 static const struct drm_crtc_helper_funcs tidss_crtc_helper_funcs = {
/Linux-v5.10/drivers/gpu/drm/meson/
Dmeson_crtc.c229 static const struct drm_crtc_helper_funcs meson_crtc_helper_funcs = {
236 static const struct drm_crtc_helper_funcs meson_g12a_crtc_helper_funcs = {

123