Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c4471 struct dm_plane_state *dm_plane_state_new, *dm_plane_state_old; in dm_plane_helper_prepare_fb() local
4480 dm_plane_state_new = to_dm_plane_state(new_state); in dm_plane_helper_prepare_fb()
4532 if (dm_plane_state_new->dc_state && in dm_plane_helper_prepare_fb()
4533 dm_plane_state_old->dc_state != dm_plane_state_new->dc_state) { in dm_plane_helper_prepare_fb()
4534 struct dc_plane_state *plane_state = dm_plane_state_new->dc_state; in dm_plane_helper_prepare_fb()