Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_crtc.c158 struct dm_crtc_state *acrtc_state = to_dm_crtc_state(crtc->state); in dm_set_vblank()
223 struct dm_crtc_state *cur = to_dm_crtc_state(state); in dm_crtc_destroy_state()
240 cur = to_dm_crtc_state(crtc->state); in dm_crtc_duplicate_state()
359 to_dm_crtc_state(new_crtc_state); in dm_update_crtc_active_planes()
384 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); in dm_crtc_helper_atomic_check()
Damdgpu_dm_crc.c299 crtc_state = to_dm_crtc_state(crtc->state); in amdgpu_dm_crtc_set_crc_source()
431 crtc_state = to_dm_crtc_state(crtc->state); in amdgpu_dm_crtc_handle_crc_irq()
Damdgpu_dm.c2552 if (amdgpu_dm_crtc_vrr_active(to_dm_crtc_state(acrtc->base.state))) in dm_gpureset_toggle_interrupts()
2960 dm_new_crtc_state = to_dm_crtc_state(new_crtc_state); in dm_resume()
5050 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); in fill_dc_plane_attributes()
5157 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); in fill_dc_dirty_rects()
8049 struct dm_crtc_state *acrtc_state = to_dm_crtc_state(new_pcrtc_state); in amdgpu_dm_commit_planes()
8051 to_dm_crtc_state(drm_atomic_get_old_crtc_state(state, pcrtc)); in amdgpu_dm_commit_planes()
8486 new_dm_crtc_state = to_dm_crtc_state(new_crtc_state); in amdgpu_dm_commit_audio()
8535 dm_old_crtc_state = to_dm_crtc_state(old_crtc_state); in amdgpu_dm_commit_streams()
8551 dm_new_crtc_state = to_dm_crtc_state(new_crtc_state); in amdgpu_dm_commit_streams()
8552 dm_old_crtc_state = to_dm_crtc_state(old_crtc_state); in amdgpu_dm_commit_streams()
[all …]
Damdgpu_dm_debugfs.c1021 dm_crtc_state = to_dm_crtc_state(crtc->state); in amdgpu_current_bpc_show()
1072 dm_crtc_state = to_dm_crtc_state(crtc->state); in amdgpu_current_colorspace_show()
1233 acrtc_state = to_dm_crtc_state(connector->base.state->crtc->state); in dp_sdp_message_debugfs_write()
1591 dm_crtc_state = to_dm_crtc_state(crtc->state); in dp_dsc_clock_en_write()
1775 dm_crtc_state = to_dm_crtc_state(crtc->state); in dp_dsc_slice_width_write()
1959 dm_crtc_state = to_dm_crtc_state(crtc->state); in dp_dsc_slice_height_write()
2136 dm_crtc_state = to_dm_crtc_state(crtc->state); in dp_dsc_bits_per_pixel_write()
Damdgpu_dm.h748 #define to_dm_crtc_state(x) container_of(x, struct dm_crtc_state, base) macro
Damdgpu_dm_mst_types.c1418 struct dm_crtc_state *dm_state = to_dm_crtc_state(new_state); in find_crtc_index_in_state_by_stream()
1449 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(new_crtc_state); in is_dsc_precompute_needed()
1509 dm_old_crtc_state = to_dm_crtc_state(state->crtcs[ind].old_state); in pre_validate_dsc()
Damdgpu_dm_plane.c1229 struct dm_crtc_state *crtc_state = crtc ? to_dm_crtc_state(crtc->state) : NULL; in amdgpu_dm_plane_handle_cursor_update()