Searched refs:to_dm_plane_state (Results 1 – 3 of 3) sorted by relevance
908 dm_plane_state_old = to_dm_plane_state(plane->state); in dm_plane_helper_prepare_fb() 909 dm_plane_state_new = to_dm_plane_state(new_state); in dm_plane_helper_prepare_fb() 1149 dm_plane_state = to_dm_plane_state(new_plane_state); in dm_plane_atomic_check() 1351 old_dm_plane_state = to_dm_plane_state(plane->state); in dm_drm_plane_duplicate_state() 1428 struct dm_plane_state *dm_plane_state = to_dm_plane_state(state); in dm_drm_plane_destroy_state()
2974 dm_new_plane_state = to_dm_plane_state(new_plane_state); in dm_resume() 8127 struct dm_plane_state *dm_new_plane_state = to_dm_plane_state(new_plane_state); in amdgpu_dm_commit_planes() 9761 dm_new_plane_state = to_dm_plane_state(new_plane_state); in dm_update_plane_state() 9762 dm_old_plane_state = to_dm_plane_state(old_plane_state); in dm_update_plane_state()
60 #define to_dm_plane_state(x) container_of(x, struct dm_plane_state, base) macro