Loading drivers/video/msm/mdss/mdss_mdp_pp.c +5 −3 Original line number Diff line number Diff line /* * Copyright (c) 2012-2014, The Linux Foundation. All rights reserved. * Copyright (c) 2012-2015, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -1098,7 +1098,8 @@ static int mdss_mdp_scale_setup(struct mdss_mdp_pipe *pipe) } if ((src_h != pipe->dst.h) || (pipe->pp_res.pp_sts.sharp_sts & PP_STS_ENABLE) || (pipe->src_fmt->is_yuv && (pipe->pp_res.pp_sts.sharp_sts & PP_STS_ENABLE)) || (chroma_sample == MDSS_MDP_CHROMA_420) || (chroma_sample == MDSS_MDP_CHROMA_H1V2) || (pipe->scale.enable_pxl_ext && (src_h != pipe->dst.h))) { Loading Loading @@ -1154,7 +1155,8 @@ static int mdss_mdp_scale_setup(struct mdss_mdp_pipe *pipe) } if ((src_w != pipe->dst.w) || (pipe->pp_res.pp_sts.sharp_sts & PP_STS_ENABLE) || (pipe->src_fmt->is_yuv && (pipe->pp_res.pp_sts.sharp_sts & PP_STS_ENABLE)) || (chroma_sample == MDSS_MDP_CHROMA_420) || (chroma_sample == MDSS_MDP_CHROMA_H2V1) || (pipe->scale.enable_pxl_ext && (src_w != pipe->dst.w))) { Loading Loading
drivers/video/msm/mdss/mdss_mdp_pp.c +5 −3 Original line number Diff line number Diff line /* * Copyright (c) 2012-2014, The Linux Foundation. All rights reserved. * Copyright (c) 2012-2015, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -1098,7 +1098,8 @@ static int mdss_mdp_scale_setup(struct mdss_mdp_pipe *pipe) } if ((src_h != pipe->dst.h) || (pipe->pp_res.pp_sts.sharp_sts & PP_STS_ENABLE) || (pipe->src_fmt->is_yuv && (pipe->pp_res.pp_sts.sharp_sts & PP_STS_ENABLE)) || (chroma_sample == MDSS_MDP_CHROMA_420) || (chroma_sample == MDSS_MDP_CHROMA_H1V2) || (pipe->scale.enable_pxl_ext && (src_h != pipe->dst.h))) { Loading Loading @@ -1154,7 +1155,8 @@ static int mdss_mdp_scale_setup(struct mdss_mdp_pipe *pipe) } if ((src_w != pipe->dst.w) || (pipe->pp_res.pp_sts.sharp_sts & PP_STS_ENABLE) || (pipe->src_fmt->is_yuv && (pipe->pp_res.pp_sts.sharp_sts & PP_STS_ENABLE)) || (chroma_sample == MDSS_MDP_CHROMA_420) || (chroma_sample == MDSS_MDP_CHROMA_H2V1) || (pipe->scale.enable_pxl_ext && (src_w != pipe->dst.w))) { Loading