]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
drm: xlnx: mixer: Fix switching to 4K after 1080p
authorVishal Sagar <vishal.sagar@xilinx.com>
Mon, 1 Oct 2018 18:39:57 +0000 (00:09 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 4 Oct 2018 14:33:33 +0000 (16:33 +0200)
commit18d077afd94dbad657790279b7ae1fc3cd7755b6
tree3d48de9c298b179a2c8f27a7c4996e05caeedef1
parente1518e63d9f5e5107efaa4ce46b661b2b2b45ee5
drm: xlnx: mixer: Fix switching to 4K after 1080p

This patch fixes the issue of switching to higher resolution like 4K
once the primary layer has been set to a lower resolution like 1080p.
This is done by disabling the need to check frame parameters like width,
height if the plane to be set is the primary plane.

Signed-off-by: Vishal Sagar <vishal.sagar@xilinx.com>
Reviewed-by: Saurabh Sengar <saurabhs@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/gpu/drm/xlnx/xlnx_mixer.c