]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/rockchip: vop: Allow 4096px width scaling
authorAlex Bee <knaerzche@gmail.com>
Sat, 15 Jun 2024 17:03:54 +0000 (17:03 +0000)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 15 Aug 2024 17:27:35 +0000 (19:27 +0200)
commit0ef968d91a20b5da581839f093f98f7a03a804f7
treed4e96cb6cd3ccc4062952b3a7a2b971664f08f24
parenta98a1a3c448820dfb3974839e1ccedf80b6fcacd
drm/rockchip: vop: Allow 4096px width scaling

There is no reason to limit VOP scaling to 3840px width, the limit of
RK3288, when there are newer VOP versions that support 4096px width.

Change to enforce a maximum of 4096px width plane scaling, the maximum
supported output width of the VOP versions supported by this driver.

Fixes: 4c156c21c794 ("drm/rockchip: vop: support plane scale")
Signed-off-by: Alex Bee <knaerzche@gmail.com>
Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20240615170417.3134517-4-jonas@kwiboo.se
drivers/gpu/drm/rockchip/rockchip_drm_vop.c