Home
last modified time | relevance | path

Searched refs:drm_mode_equal (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/imx/dcss/
Ddcss-crtc.c101 if (!drm_mode_equal(mode, old_mode) || !old_crtc_state->active) { in dcss_crtc_atomic_enable()
144 if (!drm_mode_equal(mode, old_mode) || !crtc->state->active) in dcss_crtc_atomic_disable()
/Linux-v5.15/include/drm/
Ddrm_modes.h492 bool drm_mode_equal(const struct drm_display_mode *mode1,
/Linux-v5.15/drivers/gpu/drm/zte/
Dzx_tvenc.c141 if (drm_mode_equal(mode, &zmode->mode)) in zx_tvenc_find_zmode()
/Linux-v5.15/drivers/gpu/drm/
Ddrm_modes.c1024 bool drm_mode_equal(const struct drm_display_mode *mode1, in drm_mode_equal() function
1034 EXPORT_SYMBOL(drm_mode_equal);
1346 if (!drm_mode_equal(pmode, mode)) in drm_connector_list_update()
Ddrm_crtc_helper.c618 if (!drm_mode_equal(set->mode, &set->crtc->mode)) { in drm_crtc_helper_set_config()
Ddrm_client_modeset.c540 if (!drm_mode_equal(modes[o], modes[n])) in drm_client_pick_crtcs()
Ddrm_atomic_helper.c621 if (!drm_mode_equal(&old_crtc_state->mode, &new_crtc_state->mode)) { in drm_atomic_helper_check_modeset()
/Linux-v5.15/drivers/gpu/drm/vc4/
Dvc4_vec.c492 !drm_mode_equal(vec_mode->mode, &crtc_state->adjusted_mode)) in vc4_vec_encoder_atomic_check()
/Linux-v5.15/drivers/gpu/drm/sti/
Dsti_hda.c287 if (drm_mode_equal(&hda_supported_modes[i].mode, &mode)) { in hda_get_mode_idx()
/Linux-v5.15/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c406 if (!drm_mode_equal(adjusted_mode, mode)) { in nv50_outp_atomic_check_view()
/Linux-v5.15/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c7602 if (drm_mode_equal(m, mode)) in is_duplicate_mode()
9707 if (!drm_mode_equal(&new_crtc_state->mode, high_mode)) { in dm_update_crtc_state()