Home
last modified time | relevance | path

Searched hist:"65365 de1c23e68b80b3623fd596bc3145f000b97" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_vop2.c65365de1c23e68b80b3623fd596bc3145f000b97 Fri May 23 10:20:39 UTC 2025 Damon Ding <damon.ding@rock-chips.com> video/drm: vop2: Put the cursor plane assignment a little later

For RK3568 and RK3588, to aovid &vop2.vp_plane_mask[].cursor_plane_id
being overwritten by &vop2.data->plane_mask[].cursor_plane_id, which
is always 0, the assignment of cursor plane should be placed at the
end of vop2_plane_mask_assign().

For VOP3, put the cursor plane assignment later to maintain the
consistency of adjacent codes.

Fixes: b4fa21dedfd ("video/drm: vop2: modify the check related to the cursor plane")
Change-Id: Id012cb3c88a3fe5bf3965f5e80a9fdacb234de92
Signed-off-by: Damon Ding <damon.ding@rock-chips.com>