Searched refs:dm_new_plane_state (Results 1 – 1 of 1) sorted by relevance
3135 struct dm_plane_state *dm_new_plane_state; in dm_destroy_cached_state() local3169 dm_new_plane_state = to_dm_plane_state(new_plane_state); in dm_destroy_cached_state()3170 if (dm_new_plane_state->dc_state) { in dm_destroy_cached_state()3171 WARN_ON(kref_read(&dm_new_plane_state->dc_state->refcount) > 1); in dm_destroy_cached_state()3172 dc_plane_state_release(dm_new_plane_state->dc_state); in dm_destroy_cached_state()3173 dm_new_plane_state->dc_state = NULL; in dm_destroy_cached_state()9931 struct dm_plane_state *dm_new_plane_state = to_dm_plane_state(new_plane_state); in amdgpu_dm_commit_planes() local9953 dc_plane = dm_new_plane_state->dc_state; in amdgpu_dm_commit_planes()11922 struct dm_plane_state *dm_new_plane_state, *dm_old_plane_state; in dm_update_plane_state() local11929 dm_new_plane_state = to_dm_plane_state(new_plane_state); in dm_update_plane_state()[all …]