Searched refs:to_dm_crtc_state (Results 1 – 3 of 3) sorted by relevance
52 struct dm_crtc_state *crtc_state = to_dm_crtc_state(crtc->state); in amdgpu_dm_crtc_set_crc_source()108 crtc_state = to_dm_crtc_state(crtc->state); in amdgpu_dm_crtc_handle_crc_irq()
162 struct dm_crtc_state *acrtc_state = to_dm_crtc_state( in dm_vblank_get_counter()185 struct dm_crtc_state *acrtc_state = to_dm_crtc_state( in dm_crtc_get_scanoutpos()795 dm_new_crtc_state = to_dm_crtc_state(new_crtc_state); in dm_resume()2641 struct dm_crtc_state *cur = to_dm_crtc_state(state); in dm_crtc_destroy_state()2675 cur = to_dm_crtc_state(crtc->state); in dm_crtc_duplicate_state()3070 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(state); in dm_crtc_helper_atomic_check()3968 struct dm_crtc_state *crtc_state = crtc ? to_dm_crtc_state(crtc->state) : NULL; in handle_cursor_update()4059 struct dm_crtc_state *acrtc_state = to_dm_crtc_state(crtc->state); in amdgpu_dm_do_flip()4234 struct dm_crtc_state *acrtc_state = to_dm_crtc_state(new_pcrtc_state); in amdgpu_dm_commit_planes()4236 to_dm_crtc_state(drm_atomic_get_old_crtc_state(state, pcrtc)); in amdgpu_dm_commit_planes()[all …]
202 #define to_dm_crtc_state(x) container_of(x, struct dm_crtc_state, base) macro