Home
last modified time | relevance | path

Searched refs:mode_fixup (Results 1 - 25 of 115) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H A Dexynos_drm_crtc.c99 if (exynos_crtc->ops->mode_fixup) in exynos_crtc_mode_fixup()
100 return exynos_crtc->ops->mode_fixup(exynos_crtc, mode, in exynos_crtc_mode_fixup()
109 .mode_fixup = exynos_crtc_mode_fixup,
H A Dexynos_drm_drv.h142 bool (*mode_fixup)(struct exynos_drm_crtc *crtc, member
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H A Dexynos_drm_crtc.c101 if (exynos_crtc->ops->mode_fixup) in exynos_crtc_mode_fixup()
102 return exynos_crtc->ops->mode_fixup(exynos_crtc, mode, in exynos_crtc_mode_fixup()
111 .mode_fixup = exynos_crtc_mode_fixup,
H A Dexynos_drm_drv.h142 bool (*mode_fixup)(struct exynos_drm_crtc *crtc, member
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_encoder_slave.c138 if (!get_slave_funcs(encoder)->mode_fixup) in drm_i2c_encoder_mode_fixup()
141 return get_slave_funcs(encoder)->mode_fixup(encoder, mode, adjusted_mode); in drm_i2c_encoder_mode_fixup()
H A Ddrm_crtc_helper.c326 if (encoder_funcs->mode_fixup) { in drm_crtc_helper_set_mode()
327 if (!(ret = encoder_funcs->mode_fixup(encoder, mode, in drm_crtc_helper_set_mode()
335 if (crtc_funcs->mode_fixup) { in drm_crtc_helper_set_mode()
336 if (!(ret = crtc_funcs->mode_fixup(crtc, mode, in drm_crtc_helper_set_mode()
491 * mode_fixup encoder and CRTC helper operations to adjust the requested mode,
H A Ddrm_bridge.c346 * Calls &drm_bridge_funcs.mode_fixup for all the bridges in the
365 if (!bridge->funcs->mode_fixup) in drm_bridge_chain_mode_fixup()
368 if (!bridge->funcs->mode_fixup(bridge, mode, adjusted_mode)) in drm_bridge_chain_mode_fixup()
741 } else if (bridge->funcs->mode_fixup) { in drm_atomic_bridge_check()
742 if (!bridge->funcs->mode_fixup(bridge, &crtc_state->mode, in drm_atomic_bridge_check()
991 * &drm_bridge_funcs.mode_fixup()) op for all the bridges in the encoder chain,
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_encoder_slave.c138 if (!get_slave_funcs(encoder)->mode_fixup) in drm_i2c_encoder_mode_fixup()
141 return get_slave_funcs(encoder)->mode_fixup(encoder, mode, adjusted_mode); in drm_i2c_encoder_mode_fixup()
H A Ddrm_crtc_helper.c338 if (encoder_funcs->mode_fixup) { in drm_crtc_helper_set_mode()
339 if (!(ret = encoder_funcs->mode_fixup(encoder, mode, in drm_crtc_helper_set_mode()
347 if (crtc_funcs->mode_fixup) { in drm_crtc_helper_set_mode()
348 if (!(ret = crtc_funcs->mode_fixup(crtc, mode, in drm_crtc_helper_set_mode()
529 * mode_fixup encoder and CRTC helper operations to adjust the requested mode,
H A Ddrm_bridge.c481 * Calls &drm_bridge_funcs.mode_fixup for all the bridges in the
500 if (!bridge->funcs->mode_fixup) in drm_bridge_chain_mode_fixup()
503 if (!bridge->funcs->mode_fixup(bridge, mode, adjusted_mode)) in drm_bridge_chain_mode_fixup()
863 } else if (bridge->funcs->mode_fixup) { in drm_atomic_bridge_check()
864 if (!bridge->funcs->mode_fixup(bridge, &crtc_state->mode, in drm_atomic_bridge_check()
1113 * &drm_bridge_funcs.mode_fixup()) op for all the bridges in the encoder chain,
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_modeset_helper_vtables.h135 * @mode_fixup or @atomic_check.
145 * @mode_fixup:
150 * of the meaning for the &drm_encoder and &drm_bridge_funcs.mode_fixup
187 bool (*mode_fixup)(struct drm_crtc *crtc, member
563 * @mode_fixup or @atomic_check.
573 * @mode_fixup:
599 * of the functionality of @mode_fixup.
612 bool (*mode_fixup)(struct drm_encoder *encoder, member
820 * @mode_fixup (the requested and adjusted modes are both available
821 * through the passed in &struct drm_crtc_state) @mode_fixup i
[all...]
H A Ddrm_encoder_slave.h56 bool (*mode_fixup)(struct drm_encoder *encoder, member
H A Ddrm_bridge.h109 * @mode_fixup.
120 * @mode_fixup:
133 * The mode_fixup callback is optional. &drm_bridge_funcs.mode_fixup()
156 bool (*mode_fixup)(struct drm_bridge *bridge, member
473 * This method is optional. &drm_bridge_funcs.mode_fixup() is not
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_modeset_helper_vtables.h139 * @mode_fixup or @atomic_check.
149 * @mode_fixup:
154 * of the meaning for the &drm_encoder and &drm_bridge_funcs.mode_fixup
191 bool (*mode_fixup)(struct drm_crtc *crtc, member
555 * @mode_fixup or @atomic_check.
565 * @mode_fixup:
591 * of the functionality of @mode_fixup.
604 bool (*mode_fixup)(struct drm_encoder *encoder, member
812 * @mode_fixup (the requested and adjusted modes are both available
813 * through the passed in &struct drm_crtc_state) @mode_fixup i
[all...]
H A Ddrm_encoder_slave.h58 bool (*mode_fixup)(struct drm_encoder *encoder, member
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Dmdfld_tpo_vid.c73 .mode_fixup = mdfld_dsi_dpi_mode_fixup,
H A Dmdfld_tmd_vid.c185 .mode_fixup = mdfld_dsi_dpi_mode_fixup,
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H A Dcros-ec-anx7688.c95 .mode_fixup = cros_ec_anx7688_bridge_mode_fixup,
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys.h87 * @mode_fixup: DRM Call. Fixup a DRM mode.
120 bool (*mode_fixup)(struct dpu_encoder_phys *encoder, member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Ddce_virtual.c224 .mode_fixup = dce_virtual_crtc_mode_fixup,
587 .mode_fixup = dce_virtual_encoder_mode_fixup,
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/
H A Ddac.c507 .mode_fixup = nv04_dac_mode_fixup,
516 .mode_fixup = nv04_dac_mode_fixup,
H A Dtvnv04.c194 .mode_fixup = drm_i2c_encoder_mode_fixup,
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/
H A Ddac.c507 .mode_fixup = nv04_dac_mode_fixup,
516 .mode_fixup = nv04_dac_mode_fixup,
H A Dtvnv04.c194 .mode_fixup = drm_i2c_encoder_mode_fixup,
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_legacy_encoders.c272 .mode_fixup = radeon_legacy_mode_fixup,
718 .mode_fixup = radeon_legacy_mode_fixup,
883 .mode_fixup = radeon_legacy_mode_fixup,
1026 .mode_fixup = radeon_legacy_mode_fixup,
1684 .mode_fixup = radeon_legacy_mode_fixup,

Completed in 21 milliseconds

12345