Lines Matching refs:IGT_CRTC_MODE_ID
404 [IGT_CRTC_MODE_ID] = "MODE_ID",
1862 igt_pipe_obj_set_prop_value(pipe, IGT_CRTC_MODE_ID, 0); in igt_pipe_reset()
2807 !igt_pipe_obj_is_prop_changed(primary->pipe, IGT_CRTC_MODE_ID)) in igt_primary_plane_commit_legacy()
2928 if (prop == IGT_CRTC_MODE_ID || in is_atomic_prop()
3411 igt_pipe_obj_clear_prop_changed(pipe_obj, IGT_CRTC_MODE_ID); in display_commit_changed()
3738 …igt_pipe_obj_replace_prop_blob(pipe, IGT_CRTC_MODE_ID, igt_output_get_mode(output), sizeof(*mode)); in igt_output_override_mode()
3740 igt_pipe_obj_set_prop_changed(pipe, IGT_CRTC_MODE_ID); in igt_output_override_mode()
3776 igt_pipe_obj_replace_prop_blob(old_pipe, IGT_CRTC_MODE_ID, NULL, 0); in igt_output_set_pipe()
3778 igt_pipe_obj_set_prop_changed(old_pipe, IGT_CRTC_MODE_ID); in igt_output_set_pipe()
3790 …igt_pipe_obj_replace_prop_blob(pipe_obj, IGT_CRTC_MODE_ID, igt_output_get_mode(output), sizeof(drm… in igt_output_set_pipe()
3792 igt_pipe_obj_set_prop_changed(pipe_obj, IGT_CRTC_MODE_ID); in igt_output_set_pipe()
3817 pipe_obj->values[IGT_CRTC_MODE_ID] = 0; in igt_pipe_refresh()
3819 …igt_pipe_obj_replace_prop_blob(pipe_obj, IGT_CRTC_MODE_ID, igt_output_get_mode(output), sizeof(drm… in igt_pipe_refresh()
3821 igt_pipe_obj_set_prop_changed(pipe_obj, IGT_CRTC_MODE_ID); in igt_pipe_refresh()