[PATCH v2] drm/rockchip: vop2: use correct destination rectangle height check

Heiko Stuebner heiko at sntech.de
Tue Oct 14 01:50:25 PDT 2025


On Sun, 12 Oct 2025 07:20:01 -0700, Alok Tiwari wrote:
> The vop2_plane_atomic_check() function incorrectly checks
> drm_rect_width(dest) twice instead of verifying both width and height.
> Fix the second condition to use drm_rect_height(dest) so that invalid
> destination rectangles with height < 4 are correctly rejected.
> 
> 

Applied, thanks!

[1/1] drm/rockchip: vop2: use correct destination rectangle height check
      commit: 7f38a1487555604bc4e210fa7cc9b1bce981c40e

Best regards,
-- 
Heiko Stuebner <heiko at sntech.de>



More information about the linux-arm-kernel mailing list