Home
last modified time | relevance | path

Searched refs:to_dm_plane_state (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_mode.h62 #define to_dm_plane_state(x) container_of(x, struct dm_plane_state, base) macro
/Linux-v5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c2036 dm_new_plane_state = to_dm_plane_state(new_plane_state); in dm_resume()
4130 struct dm_plane_state *dm_plane_state = to_dm_plane_state(plane_state); in fill_dc_plane_attributes()
5733 old_dm_plane_state = to_dm_plane_state(plane->state); in dm_drm_plane_duplicate_state()
5755 struct dm_plane_state *dm_plane_state = to_dm_plane_state(state); in dm_drm_plane_destroy_state()
5842 dm_plane_state_old = to_dm_plane_state(plane->state); in dm_plane_helper_prepare_fb()
5843 dm_plane_state_new = to_dm_plane_state(new_state); in dm_plane_helper_prepare_fb()
5904 dm_plane_state = to_dm_plane_state(state); in dm_plane_atomic_check()
7117 struct dm_plane_state *dm_new_plane_state = to_dm_plane_state(new_plane_state); in amdgpu_dm_commit_planes()
8358 old_dm_plane_state = to_dm_plane_state(old_other_state); in should_reset_plane()
8359 new_dm_plane_state = to_dm_plane_state(new_other_state); in should_reset_plane()
[all …]