1
0

disp: msm: sde: increase wb max width/height

This change adds support to enable maximum output line width of
5120 for wb connector.

Change-Id: I25d34e804cbf16af9eb9f78cd4146fa2023ff935
Signed-off-by: Nilaan Gunabalachandran <ngunabal@codeaurora.org>
Este cometimento está contido em:
Nilaan Gunabalachandran
2020-10-19 11:48:15 -04:00
cometido por Gerrit - the friendly Code Review server
ascendente d00d481360
cometimento 53cc166889

Ver ficheiro

@@ -14,8 +14,8 @@
#include "sde_formats.h"
/* maximum display mode resolution if not available from catalog */
#define SDE_WB_MODE_MAX_WIDTH 4096
#define SDE_WB_MODE_MAX_HEIGHT 4096
#define SDE_WB_MODE_MAX_WIDTH 5120
#define SDE_WB_MODE_MAX_HEIGHT 5120
/* Serialization lock for sde_wb_list */
static DEFINE_MUTEX(sde_wb_list_lock);