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>
Šī revīzija ir iekļauta:
Nilaan Gunabalachandran
2020-10-19 11:48:15 -04:00
revīziju iesūtīja Gerrit - the friendly Code Review server
vecāks d00d481360
revīzija 53cc166889

Parādīt failu

@@ -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);