Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c9616 struct amdgpu_framebuffer *old_afb, *new_afb; in should_reset_plane() local
9661 old_afb = (struct amdgpu_framebuffer *)old_other_state->fb; in should_reset_plane()
9665 if (old_afb->tiling_flags != new_afb->tiling_flags || in should_reset_plane()
9666 old_afb->base.modifier != new_afb->base.modifier) in should_reset_plane()