Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c804 dm_new_plane_state = to_dm_plane_state(new_plane_state); in dm_resume()
3141 old_dm_plane_state = to_dm_plane_state(plane->state); in dm_drm_plane_duplicate_state()
3159 struct dm_plane_state *dm_plane_state = to_dm_plane_state(state); in dm_drm_plane_destroy_state()
3189 dm_plane_state_old = to_dm_plane_state(plane->state); in dm_plane_helper_prepare_fb()
3190 dm_plane_state_new = to_dm_plane_state(new_state); in dm_plane_helper_prepare_fb()
3282 struct dm_plane_state *dm_plane_state = to_dm_plane_state(state); in dm_plane_atomic_check()
4247 struct dm_plane_state *dm_new_plane_state = to_dm_plane_state(new_plane_state); in amdgpu_dm_commit_planes()
5020 dm_new_plane_state = to_dm_plane_state(new_plane_state); in dm_update_planes_state()
5021 dm_old_plane_state = to_dm_plane_state(old_plane_state); in dm_update_planes_state()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_mode.h62 #define to_dm_plane_state(x) container_of(x, struct dm_plane_state, base); macro