mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
drm/rockchip: vop: fix the zpos setting in vop_atomic_plane_reset()
Change-Id: I27a85fc52dded9674f32f93c1a80c69a108d1118 Signed-off-by: ZhiZhan Chen <zhizhan.chen@rock-chips.com> Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
This commit is contained in:
@@ -2327,7 +2327,7 @@ static void vop_atomic_plane_reset(struct drm_plane *plane)
|
||||
return;
|
||||
|
||||
__drm_atomic_helper_plane_reset(plane, &vop_plane_state->base);
|
||||
win->state.zpos = win->zpos;
|
||||
vop_plane_state->base.zpos = win->zpos;
|
||||
vop_plane_state->global_alpha = 0xff;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user