Searched refs:acrtc_state (Results 1 – 2 of 2) sorted by relevance
165 struct dm_crtc_state *acrtc_state = to_dm_crtc_state( in dm_vblank_get_counter() local169 if (acrtc_state->stream == NULL) { in dm_vblank_get_counter()175 return dc_stream_get_vblank_counter(acrtc_state->stream); in dm_vblank_get_counter()188 struct dm_crtc_state *acrtc_state = to_dm_crtc_state( in dm_crtc_get_scanoutpos() local191 if (acrtc_state->stream == NULL) { in dm_crtc_get_scanoutpos()201 dc_stream_get_scanoutpos(acrtc_state->stream, in dm_crtc_get_scanoutpos()273 struct dm_crtc_state *acrtc_state; in dm_pflip_high_irq() local305 acrtc_state = to_dm_crtc_state(amdgpu_crtc->base.state); in dm_pflip_high_irq()306 vrr_active = amdgpu_dm_vrr_active(acrtc_state); in dm_pflip_high_irq()310 !dc_stream_get_scanoutpos(acrtc_state->stream, &v_blank_start, in dm_pflip_high_irq()[all …]
780 struct dm_crtc_state *acrtc_state; in dp_sdp_message_debugfs_write() local789 acrtc_state = to_dm_crtc_state(connector->base.state->crtc->state); in dp_sdp_message_debugfs_write()795 dc_stream_send_dp_sdp(acrtc_state->stream, data, write_size); in dp_sdp_message_debugfs_write()