Searched refs:to_dm_crtc_state (Results 1 – 7 of 7) sorted by relevance
152 struct dm_crtc_state *acrtc_state = to_dm_crtc_state(crtc->state); in dm_set_vblank()215 struct dm_crtc_state *cur = to_dm_crtc_state(state); in dm_crtc_destroy_state()232 cur = to_dm_crtc_state(crtc->state); in dm_crtc_duplicate_state()351 to_dm_crtc_state(new_crtc_state); in dm_update_crtc_active_planes()376 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); in dm_crtc_helper_atomic_check()
306 crtc_state = to_dm_crtc_state(crtc->state); in amdgpu_dm_crtc_set_crc_source()438 crtc_state = to_dm_crtc_state(crtc->state); in amdgpu_dm_crtc_handle_crc_irq()
2851 dm_new_crtc_state = to_dm_crtc_state(new_crtc_state); in dm_resume()8314 new_dm_crtc_state = to_dm_crtc_state(new_crtc_state); in amdgpu_dm_commit_audio()8398 dm_old_crtc_state = to_dm_crtc_state(old_crtc_state); in amdgpu_dm_atomic_commit_tail()8414 dm_new_crtc_state = to_dm_crtc_state(new_crtc_state); in amdgpu_dm_atomic_commit_tail()8415 dm_old_crtc_state = to_dm_crtc_state(old_crtc_state); in amdgpu_dm_atomic_commit_tail()8515 dm_new_crtc_state = to_dm_crtc_state(new_crtc_state); in amdgpu_dm_atomic_commit_tail()8592 dm_new_crtc_state = to_dm_crtc_state(new_crtc_state); in amdgpu_dm_atomic_commit_tail()8666 dm_new_crtc_state = to_dm_crtc_state(new_crtc_state); in amdgpu_dm_atomic_commit_tail()9110 dm_old_crtc_state = to_dm_crtc_state(old_crtc_state); in dm_update_crtc_state()9111 dm_new_crtc_state = to_dm_crtc_state(new_crtc_state); in dm_update_crtc_state()[all …]
732 #define to_dm_crtc_state(x) container_of(x, struct dm_crtc_state, base) macro
874 dm_crtc_state = to_dm_crtc_state(crtc->state); in amdgpu_current_bpc_show()1033 acrtc_state = to_dm_crtc_state(connector->base.state->crtc->state); in dp_sdp_message_debugfs_write()1473 dm_crtc_state = to_dm_crtc_state(crtc->state); in dp_dsc_clock_en_write()1657 dm_crtc_state = to_dm_crtc_state(crtc->state); in dp_dsc_slice_width_write()1841 dm_crtc_state = to_dm_crtc_state(crtc->state); in dp_dsc_slice_height_write()2018 dm_crtc_state = to_dm_crtc_state(crtc->state); in dp_dsc_bits_per_pixel_write()
1267 struct dm_crtc_state *dm_state = to_dm_crtc_state(new_state); in find_crtc_index_in_state_by_stream()1298 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(new_crtc_state); in is_dsc_precompute_needed()1358 dm_old_crtc_state = to_dm_crtc_state(state->crtcs[ind].old_state); in pre_validate_dsc()
1238 struct dm_crtc_state *crtc_state = crtc ? to_dm_crtc_state(crtc->state) : NULL; in handle_cursor_update()
Completed in 38 milliseconds