Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c3184 struct dm_plane_state *dm_plane_state_new, *dm_plane_state_old; in dm_plane_helper_prepare_fb() local
3190 dm_plane_state_new = to_dm_plane_state(new_state); in dm_plane_helper_prepare_fb()
3231 if (dm_plane_state_new->dc_state && in dm_plane_helper_prepare_fb()
3232 dm_plane_state_old->dc_state != dm_plane_state_new->dc_state) { in dm_plane_helper_prepare_fb()
3233 struct dc_plane_state *plane_state = dm_plane_state_new->dc_state; in dm_plane_helper_prepare_fb()