Home
last modified time | relevance | path

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

/linux-4.1.27/include/drm/
Ddrm_crtc_helper.h75 struct drm_crtc_helper_funcs { struct
198 const struct drm_crtc_helper_funcs *funcs) in drm_crtc_helper_add()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_crtc_helper.c194 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in __drm_helper_disable_unused_functions()
274 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_crtc_helper_set_mode()
476 const struct drm_crtc_helper_funcs *crtc_funcs; in drm_crtc_helper_set_config()
798 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_helper_connector_dpms()
812 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_helper_connector_dpms()
874 const struct drm_crtc_helper_funcs *crtc_funcs; in drm_helper_resume_force_mode()
939 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_helper_crtc_mode_set()
Ddrm_atomic_helper.c314 const struct drm_crtc_helper_funcs *funcs; in mode_fixup()
483 const struct drm_crtc_helper_funcs *funcs; in drm_atomic_helper_check_planes()
597 const struct drm_crtc_helper_funcs *funcs; in disable_outputs()
673 const struct drm_crtc_helper_funcs *funcs; in crtc_set_mode()
769 const struct drm_crtc_helper_funcs *funcs; in drm_atomic_helper_commit_modeset_enables()
1115 const struct drm_crtc_helper_funcs *funcs; in drm_atomic_helper_commit_planes()
1146 const struct drm_crtc_helper_funcs *funcs; in drm_atomic_helper_commit_planes()
Ddrm_plane_helper.c406 const struct drm_crtc_helper_funcs *crtc_funcs[2]; in drm_plane_helper_commit()
Ddrm_fb_helper.c241 const struct drm_crtc_helper_funcs *funcs; in drm_fb_helper_debug_enter()
288 const struct drm_crtc_helper_funcs *funcs; in drm_fb_helper_debug_leave()
768 const struct drm_crtc_helper_funcs *crtc_funcs; in drm_fb_helper_setcmap()
/linux-4.1.27/drivers/gpu/drm/gma500/
Dcdv_device.h18 extern const struct drm_crtc_helper_funcs cdv_intel_helper_funcs;
Dmdfld_output.h69 extern const struct drm_crtc_helper_funcs mdfld_helper_funcs;
Dpsb_drv.h636 struct drm_crtc_helper_funcs const *crtc_helper;
728 extern const struct drm_crtc_helper_funcs oaktrail_helper_funcs;
735 extern const struct drm_crtc_helper_funcs psb_intel_helper_funcs;
Dgma_display.c504 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in gma_crtc_prepare()
510 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in gma_crtc_commit()
517 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in gma_crtc_disable()
Dpsb_intel_display.c111 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in psb_intel_crtc_mode_set()
431 const struct drm_crtc_helper_funcs psb_intel_helper_funcs = {
Doaktrail_crtc.c486 const struct drm_crtc_helper_funcs *crtc_funcs = in oaktrail_crtc_mode_set()
658 const struct drm_crtc_helper_funcs oaktrail_helper_funcs = {
Dmdfld_intel_display.c852 const struct drm_crtc_helper_funcs *crtc_funcs = in mdfld_crtc_mode_set()
1027 const struct drm_crtc_helper_funcs mdfld_helper_funcs = {
Dcdv_intel_display.c826 const struct drm_crtc_helper_funcs *crtc_funcs = in cdv_intel_crtc_mode_set()
975 const struct drm_crtc_helper_funcs cdv_intel_helper_funcs = {
Doaktrail_hdmi.c350 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in oaktrail_crtc_hdmi_mode_set()
/linux-4.1.27/drivers/gpu/drm/imx/
Dimx-drm.h22 const struct drm_crtc_helper_funcs *crtc_helper_funcs;
Dipuv3-crtc.c272 static struct drm_crtc_helper_funcs ipu_helper_funcs = {
/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_drv.c105 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in qxl_drm_freeze()
Dqxl_display.c705 static const struct drm_crtc_helper_funcs qxl_crtc_helper_funcs = {
/linux-4.1.27/drivers/gpu/drm/bochs/
Dbochs_kms.c136 static const struct drm_crtc_helper_funcs bochs_helper_funcs = {
/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_drm_crtc.c185 static struct drm_crtc_helper_funcs sti_crtc_helper_funcs = {
/linux-4.1.27/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_crtc.c261 static const struct drm_crtc_helper_funcs lcdc_crtc_helper_funcs = {
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/
Dcrtc.c706 const struct drm_crtc_helper_funcs *funcs = crtc->helper_private; in nv_crtc_prepare()
727 const struct drm_crtc_helper_funcs *funcs = crtc->helper_private; in nv_crtc_commit()
1094 static const struct drm_crtc_helper_funcs nv04_crtc_helper_funcs = {
/linux-4.1.27/drivers/gpu/drm/udl/
Dudl_modeset.c403 static struct drm_crtc_helper_funcs udl_helper_funcs = {
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_crtc.c150 static struct drm_crtc_helper_funcs exynos_crtc_helper_funcs = {
Dexynos_hdmi.c2104 const struct drm_crtc_helper_funcs *funcs = NULL; in hdmi_dpms()
/linux-4.1.27/drivers/gpu/drm/cirrus/
Dcirrus_mode.c373 static const struct drm_crtc_helper_funcs cirrus_helper_funcs = {
/linux-4.1.27/drivers/gpu/drm/tilcdc/
Dtilcdc_crtc.c418 static const struct drm_crtc_helper_funcs tilcdc_crtc_helper_funcs = {
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_crtc.c501 static const struct drm_crtc_helper_funcs mdp4_crtc_helper_funcs = {
/linux-4.1.27/drivers/gpu/drm/rcar-du/
Drcar_du_crtc.c504 static const struct drm_crtc_helper_funcs crtc_helper_funcs = {
/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_crtc.c666 static const struct drm_crtc_helper_funcs omap_crtc_helper_funcs = {
/linux-4.1.27/drivers/gpu/drm/mgag200/
Dmgag200_mode.c1225 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in mga_crtc_commit()
1303 static const struct drm_crtc_helper_funcs mga_helper_funcs = {
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_crtc.c568 static const struct drm_crtc_helper_funcs mdp5_crtc_helper_funcs = {
/linux-4.1.27/drivers/gpu/drm/shmobile/
Dshmob_drm_crtc.c432 static const struct drm_crtc_helper_funcs crtc_helper_funcs = {
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_legacy_crtc.c1108 static const struct drm_crtc_helper_funcs legacy_helper_funcs = {
Dradeon_connectors.c770 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in radeon_connector_set_property()
Datombios_crtc.c2195 static const struct drm_crtc_helper_funcs atombios_helper_funcs = {
/linux-4.1.27/drivers/gpu/drm/ast/
Dast_mode.c616 static const struct drm_crtc_helper_funcs ast_crtc_helper_funcs = {
/linux-4.1.27/drivers/gpu/drm/armada/
Darmada_crtc.c670 static const struct drm_crtc_helper_funcs armada_crtc_helper_funcs = {
/linux-4.1.27/drivers/gpu/drm/rockchip/
Drockchip_drm_vop.c974 static const struct drm_crtc_helper_funcs vop_crtc_helper_funcs = {
/linux-4.1.27/drivers/gpu/drm/tegra/
Ddc.c1303 static const struct drm_crtc_helper_funcs tegra_crtc_helper_funcs = {
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnv50_display.c1387 static const struct drm_crtc_helper_funcs nv50_crtc_hfunc = {
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_display.c10285 static struct drm_crtc_helper_funcs intel_helper_funcs = {