Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c8974 struct amdgpu_framebuffer *old_afb, *new_afb; in should_reset_plane() local
9018 old_afb = (struct amdgpu_framebuffer *)old_other_state->fb; in should_reset_plane()
9022 if (old_afb->tiling_flags != new_afb->tiling_flags || in should_reset_plane()
9023 old_afb->base.modifier != new_afb->base.modifier) in should_reset_plane()