Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c9582 struct amdgpu_framebuffer *old_afb, *new_afb; in should_reset_plane() local
9627 old_afb = (struct amdgpu_framebuffer *)old_other_state->fb; in should_reset_plane()
9631 if (old_afb->tiling_flags != new_afb->tiling_flags || in should_reset_plane()
9632 old_afb->base.modifier != new_afb->base.modifier) in should_reset_plane()