Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c2327 dm_new_plane_state = to_dm_plane_state(new_plane_state); in dm_resume()
6890 old_dm_plane_state = to_dm_plane_state(plane->state); in dm_drm_plane_duplicate_state()
6908 struct dm_plane_state *dm_plane_state = to_dm_plane_state(state); in dm_drm_plane_destroy_state()
6996 dm_plane_state_old = to_dm_plane_state(plane->state); in dm_plane_helper_prepare_fb()
6997 dm_plane_state_new = to_dm_plane_state(new_state); in dm_plane_helper_prepare_fb()
7105 dm_plane_state = to_dm_plane_state(new_plane_state); in dm_plane_atomic_check()
8535 struct dm_plane_state *dm_new_plane_state = to_dm_plane_state(new_plane_state); in amdgpu_dm_commit_planes()
10014 dm_new_plane_state = to_dm_plane_state(new_plane_state); in dm_update_plane_state()
10015 dm_old_plane_state = to_dm_plane_state(old_plane_state); in dm_update_plane_state()