Searched refs:dm_new_plane_state (Results 1 – 1 of 1) sorted by relevance
3238 struct dm_plane_state *dm_new_plane_state; in dm_destroy_cached_state() local3272 dm_new_plane_state = to_dm_plane_state(new_plane_state); in dm_destroy_cached_state()3273 if (dm_new_plane_state->dc_state) { in dm_destroy_cached_state()3274 WARN_ON(kref_read(&dm_new_plane_state->dc_state->refcount) > 1); in dm_destroy_cached_state()3275 dc_plane_state_release(dm_new_plane_state->dc_state); in dm_destroy_cached_state()3276 dm_new_plane_state->dc_state = NULL; in dm_destroy_cached_state()10059 struct dm_plane_state *dm_new_plane_state = to_dm_plane_state(new_plane_state); in amdgpu_dm_commit_planes() local10081 dc_plane = dm_new_plane_state->dc_state; in amdgpu_dm_commit_planes()12062 struct dm_plane_state *dm_new_plane_state, *dm_old_plane_state; in dm_update_plane_state() local12069 dm_new_plane_state = to_dm_plane_state(new_plane_state); in dm_update_plane_state()[all …]