Symbol: mode_fixup
sys/dev/drm/amd/amdgpu/dce_v10_0.c
2656
.mode_fixup = dce_v10_0_crtc_mode_fixup,
sys/dev/drm/amd/amdgpu/dce_v10_0.c
3422
.mode_fixup = amdgpu_atombios_encoder_mode_fixup,
sys/dev/drm/amd/amdgpu/dce_v10_0.c
3432
.mode_fixup = amdgpu_atombios_encoder_mode_fixup,
sys/dev/drm/amd/amdgpu/dce_v11_0.c
2764
.mode_fixup = dce_v11_0_crtc_mode_fixup,
sys/dev/drm/amd/amdgpu/dce_v11_0.c
3548
.mode_fixup = amdgpu_atombios_encoder_mode_fixup,
sys/dev/drm/amd/amdgpu/dce_v11_0.c
3558
.mode_fixup = amdgpu_atombios_encoder_mode_fixup,
sys/dev/drm/amd/amdgpu/dce_v8_0.c
2564
.mode_fixup = dce_v8_0_crtc_mode_fixup,
sys/dev/drm/amd/amdgpu/dce_v8_0.c
3310
.mode_fixup = amdgpu_atombios_encoder_mode_fixup,
sys/dev/drm/amd/amdgpu/dce_v8_0.c
3320
.mode_fixup = amdgpu_atombios_encoder_mode_fixup,
sys/dev/drm/amd/amdgpu/dce_virtual.c
225
.mode_fixup = dce_virtual_crtc_mode_fixup,
sys/dev/drm/amd/amdgpu/dce_virtual.c
583
.mode_fixup = dce_virtual_encoder_mode_fixup,
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
3406
.mode_fixup = dm_crtc_helper_mode_fixup
sys/dev/drm/drm_atomic_helper.c
440
} else if (funcs && funcs->mode_fixup) {
sys/dev/drm/drm_atomic_helper.c
441
ret = funcs->mode_fixup(encoder, &new_crtc_state->mode,
sys/dev/drm/drm_atomic_helper.c
462
if (!funcs->mode_fixup)
sys/dev/drm/drm_atomic_helper.c
465
ret = funcs->mode_fixup(crtc, &new_crtc_state->mode,
sys/dev/drm/drm_atomic_helper.c
715
return mode_fixup(state);
sys/dev/drm/drm_bridge.c
198
if (bridge->funcs->mode_fixup)
sys/dev/drm/drm_bridge.c
199
ret = bridge->funcs->mode_fixup(bridge, mode, adjusted_mode);
sys/dev/drm/drm_crtc_helper.c
330
if (encoder_funcs->mode_fixup) {
sys/dev/drm/drm_crtc_helper.c
331
if (!(ret = encoder_funcs->mode_fixup(encoder, mode,
sys/dev/drm/drm_crtc_helper.c
339
if (crtc_funcs->mode_fixup) {
sys/dev/drm/drm_crtc_helper.c
340
if (!(ret = crtc_funcs->mode_fixup(crtc, mode,
sys/dev/drm/drm_encoder_slave.c
145
if (!get_slave_funcs(encoder)->mode_fixup)
sys/dev/drm/drm_encoder_slave.c
148
return get_slave_funcs(encoder)->mode_fixup(encoder, mode, adjusted_mode);
sys/dev/drm/include/drm/drm_bridge.h
132
bool (*mode_fixup)(struct drm_bridge *bridge,
sys/dev/drm/include/drm/drm_encoder_slave.h
57
bool (*mode_fixup)(struct drm_encoder *encoder,
sys/dev/drm/include/drm/drm_modeset_helper_vtables.h
185
bool (*mode_fixup)(struct drm_crtc *crtc,
sys/dev/drm/include/drm/drm_modeset_helper_vtables.h
559
bool (*mode_fixup)(struct drm_encoder *encoder,
sys/dev/drm/radeon/atombios_crtc.c
2200
.mode_fixup = atombios_crtc_mode_fixup,
sys/dev/drm/radeon/atombios_encoders.c
2711
.mode_fixup = radeon_atom_mode_fixup,
sys/dev/drm/radeon/atombios_encoders.c
2721
.mode_fixup = radeon_atom_mode_fixup,
sys/dev/drm/radeon/radeon_dp_mst.c
590
.mode_fixup = radeon_mst_mode_fixup,
sys/dev/drm/radeon/radeon_legacy_crtc.c
1105
.mode_fixup = radeon_crtc_mode_fixup,
sys/dev/drm/radeon/radeon_legacy_encoders.c
1025
.mode_fixup = radeon_legacy_mode_fixup,
sys/dev/drm/radeon/radeon_legacy_encoders.c
1684
.mode_fixup = radeon_legacy_mode_fixup,
sys/dev/drm/radeon/radeon_legacy_encoders.c
263
.mode_fixup = radeon_legacy_mode_fixup,
sys/dev/drm/radeon/radeon_legacy_encoders.c
717
.mode_fixup = radeon_legacy_mode_fixup,
sys/dev/drm/radeon/radeon_legacy_encoders.c
882
.mode_fixup = radeon_legacy_mode_fixup,