/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_crtc.c | 99 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 D | exynos_drm_drv.h | 142 bool (*mode_fixup)(struct exynos_drm_crtc *crtc, member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_crtc.c | 101 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 D | exynos_drm_drv.h | 142 bool (*mode_fixup)(struct exynos_drm_crtc *crtc, member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_encoder_slave.c | 138 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 D | drm_crtc_helper.c | 326 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 D | drm_bridge.c | 346 * 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 D | drm_encoder_slave.c | 138 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 D | drm_crtc_helper.c | 338 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 D | drm_bridge.c | 481 * 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 D | drm_modeset_helper_vtables.h | 135 * @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 D | drm_encoder_slave.h | 56 bool (*mode_fixup)(struct drm_encoder *encoder, member
|
H A D | drm_bridge.h | 109 * @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 D | drm_modeset_helper_vtables.h | 139 * @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 D | drm_encoder_slave.h | 58 bool (*mode_fixup)(struct drm_encoder *encoder, member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | mdfld_tpo_vid.c | 73 .mode_fixup = mdfld_dsi_dpi_mode_fixup,
|
H A D | mdfld_tmd_vid.c | 185 .mode_fixup = mdfld_dsi_dpi_mode_fixup,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | cros-ec-anx7688.c | 95 .mode_fixup = cros_ec_anx7688_bridge_mode_fixup,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_encoder_phys.h | 87 * @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 D | dce_virtual.c | 224 .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 D | dac.c | 507 .mode_fixup = nv04_dac_mode_fixup, 516 .mode_fixup = nv04_dac_mode_fixup,
|
H A D | tvnv04.c | 194 .mode_fixup = drm_i2c_encoder_mode_fixup,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | dac.c | 507 .mode_fixup = nv04_dac_mode_fixup, 516 .mode_fixup = nv04_dac_mode_fixup,
|
H A D | tvnv04.c | 194 .mode_fixup = drm_i2c_encoder_mode_fixup,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_legacy_encoders.c | 272 .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,
|