Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_mode.h61 #define to_dm_plane_state(x) container_of(x, struct dm_plane_state, base) macro
/Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c1246 dm_new_plane_state = to_dm_plane_state(new_plane_state); in dm_resume()
4429 old_dm_plane_state = to_dm_plane_state(plane->state); in dm_drm_plane_duplicate_state()
4447 struct dm_plane_state *dm_plane_state = to_dm_plane_state(state); in dm_drm_plane_destroy_state()
4479 dm_plane_state_old = to_dm_plane_state(plane->state); in dm_plane_helper_prepare_fb()
4480 dm_plane_state_new = to_dm_plane_state(new_state); in dm_plane_helper_prepare_fb()
4576 dm_plane_state = to_dm_plane_state(state); in dm_plane_atomic_check()
5698 struct dm_plane_state *dm_new_plane_state = to_dm_plane_state(new_plane_state); in amdgpu_dm_commit_planes()
6905 dm_new_plane_state = to_dm_plane_state(new_plane_state); in dm_update_plane_state()
6906 dm_old_plane_state = to_dm_plane_state(old_plane_state); in dm_update_plane_state()
7084 new_dm_plane_state = to_dm_plane_state(new_plane_state); in dm_determine_update_type_for_commit()
[all …]