disp: msm: sde: pre-downscale support for inline rotation v2

Add support for enabling pre-downscale block to increase the
maximum downscale capability for true inline rotation use cases.

Change-Id: Ifa544bb0ae69439abef4bd427134290090fe7230
Signed-off-by: Steve Cohen <cohens@codeaurora.org>
这个提交包含在:
Steve Cohen
2019-08-01 12:18:14 -04:00
父节点 5a55e2d121
当前提交 60133f5ebb
修改 7 个文件,包含 193 行新增40 行删除

查看文件

@@ -160,6 +160,13 @@ struct sde_hw_scaler3_lut_cfg {
size_t sep_len;
};
struct sde_hw_inline_pre_downscale_cfg {
u32 pre_downscale_x_0;
u32 pre_downscale_x_1;
u32 pre_downscale_y_0;
u32 pre_downscale_y_1;
};
u32 *sde_hw_util_get_log_mask_ptr(void);
void sde_reg_write(struct sde_hw_blk_reg_map *c,