Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crtc.c294 struct dm_crtc_state *acrtc_state = to_dm_crtc_state(crtc->state); in amdgpu_dm_crtc_set_vblank()
428 struct dm_crtc_state *cur = to_dm_crtc_state(state); in amdgpu_dm_crtc_destroy_state()
445 cur = to_dm_crtc_state(crtc->state); in amdgpu_dm_crtc_duplicate_state()
534 struct dm_crtc_state *acrtc_state = to_dm_crtc_state(state); in amdgpu_dm_atomic_crtc_set_property()
559 struct dm_crtc_state *acrtc_state = to_dm_crtc_state(state); in amdgpu_dm_atomic_crtc_get_property()
634 to_dm_crtc_state(new_crtc_state); in amdgpu_dm_crtc_update_crtc_active_planes()
659 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); in amdgpu_dm_crtc_helper_atomic_check()
H A Damdgpu_dm.c3057 to_dm_crtc_state(acrtc->base.state))) in dm_gpureset_toggle_interrupts()
3162 dm_new_crtc_state = to_dm_crtc_state(new_crtc_state); in dm_destroy_cached_state()
3172 dm_new_crtc_state = to_dm_crtc_state(new_crtc_state); in dm_destroy_cached_state()
6237 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); in fill_dc_plane_attributes()
6348 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state); in fill_dc_dirty_rects()
9799 struct dm_crtc_state *crtc_state = crtc ? to_dm_crtc_state(crtc->state) : NULL; in amdgpu_dm_update_cursor()
9929 struct dm_crtc_state *acrtc_state = to_dm_crtc_state(new_pcrtc_state); in amdgpu_dm_commit_planes()
9931 to_dm_crtc_state(drm_atomic_get_old_crtc_state(state, pcrtc)); in amdgpu_dm_commit_planes()
10367 new_dm_crtc_state = to_dm_crtc_state(new_crtc_state); in amdgpu_dm_commit_audio()
10446 dm_old_crtc_state = to_dm_crtc_state(old_crtc_state); in amdgpu_dm_commit_streams()
[all …]
H A Damdgpu_dm_crc.c622 crtc_state = to_dm_crtc_state(crtc->state); in amdgpu_dm_crtc_set_crc_source()
766 crtc_state = to_dm_crtc_state(crtc->state); in amdgpu_dm_crtc_handle_crc_irq()
825 stream_state = to_dm_crtc_state(crtc->state)->stream; in amdgpu_dm_crtc_handle_crc_window_irq()
H A Damdgpu_dm_debugfs.c1105 dm_crtc_state = to_dm_crtc_state(crtc->state); in amdgpu_current_bpc_show()
1156 dm_crtc_state = to_dm_crtc_state(crtc->state); in amdgpu_current_colorspace_show()
1347 acrtc_state = to_dm_crtc_state(connector->base.state->crtc->state); in dp_sdp_message_debugfs_write()
1705 dm_crtc_state = to_dm_crtc_state(crtc->state); in dp_dsc_clock_en_write()
1889 dm_crtc_state = to_dm_crtc_state(crtc->state); in dp_dsc_slice_width_write()
2073 dm_crtc_state = to_dm_crtc_state(crtc->state); in dp_dsc_slice_height_write()
2250 dm_crtc_state = to_dm_crtc_state(crtc->state); in dp_dsc_bits_per_pixel_write()
H A Damdgpu_dm.h1005 #define to_dm_crtc_state(x) container_of(x, struct dm_crtc_state, base) macro
H A Damdgpu_dm_mst_types.c1613 struct dm_crtc_state *dm_state = to_dm_crtc_state(new_state); in find_crtc_index_in_state_by_stream()
1644 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(new_crtc_state); in is_dsc_precompute_needed()
1708 dm_old_crtc_state = to_dm_crtc_state(state->crtcs[ind].old_state); in pre_validate_dsc()
H A Damdgpu_dm_plane.c1293 dm_new_crtc_state = to_dm_crtc_state(new_crtc_state); in amdgpu_dm_plane_atomic_async_check()
1354 struct dm_crtc_state *crtc_state = crtc ? to_dm_crtc_state(crtc->state) : NULL; in amdgpu_dm_plane_handle_cursor_update()