Home
last modified time | relevance | path

Searched refs:to_dm_crtc_state (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_crc.c179 crtc_state = to_dm_crtc_state(crtc->state); in amdgpu_dm_crtc_set_crc_source()
289 crtc_state = to_dm_crtc_state(crtc->state); in amdgpu_dm_crtc_handle_crc_irq()
Damdgpu_dm.c165 struct dm_crtc_state *acrtc_state = to_dm_crtc_state( in dm_vblank_get_counter()
188 struct dm_crtc_state *acrtc_state = to_dm_crtc_state( in dm_crtc_get_scanoutpos()
305 acrtc_state = to_dm_crtc_state(amdgpu_crtc->base.state); in dm_pflip_high_irq()
377 acrtc_state = to_dm_crtc_state(acrtc->base.state); in dm_vupdate_high_irq()
421 acrtc_state = to_dm_crtc_state(acrtc->base.state); in dm_crtc_high_irq()
1237 dm_new_crtc_state = to_dm_crtc_state(new_crtc_state); in dm_resume()
3054 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); in fill_dc_plane_attributes()
3657 struct dm_crtc_state *cur = to_dm_crtc_state(state); in dm_crtc_destroy_state()
3691 cur = to_dm_crtc_state(crtc->state); in dm_crtc_duplicate_state()
3744 struct dm_crtc_state *acrtc_state = to_dm_crtc_state(crtc->state); in dm_set_vblank()
[all …]
Damdgpu_dm.h331 #define to_dm_crtc_state(x) container_of(x, struct dm_crtc_state, base) macro
Damdgpu_dm_debugfs.c704 dm_crtc_state = to_dm_crtc_state(crtc->state); in output_bpc_show()
789 acrtc_state = to_dm_crtc_state(connector->base.state->crtc->state); in dp_sdp_message_debugfs_write()