Skip to content
Commit 9ab71d79 authored by Devarsh Thakkar's avatar Devarsh Thakkar Committed by Quanyang Wang
Browse files

drm: xlnx: mixer: Use source rectangle for scaling check



commit  61670a725f57139f46c0b38e531b6fbde68d3f59 from
https://github.com/Xilinx/linux-xlnx.git xlnx_rebase_v5.10

Use source rectangle  provided by application instead of
relying on framebuffer resolution to check if scaling is intended
or not.

This because if we are doing cropping than cropped resolution
may not match with framebuffer resolution but this would still work
fine if destination rectangle is also cropped and
same as source rectangle as there is no scaling involved
in this scenario.

Signed-off-by: default avatarDevarsh Thakkar <devarsh.thakkar@xilinx.com>
State: pending
Signed-off-by: default avatarQuanyang Wang <quanyang.wang@windriver.com>
parent d0091be9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment