summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLedentec, AlexandreX <alexandrex.ledentec@intel.com>2017-07-06 08:41:39 -0700
committerMukendi Kabobo, NicanordX <nicanordx.mukendi.kabobo@intel.com>2017-07-10 01:35:18 -0700
commit906f00f0d70f59550494966f303dea43c2fccb82 (patch)
tree06ef970c9eaaadfffc5687b3a8a457d81ad117fd
parent950d87bf2d70c700d9c8801a996592ea84cf6244 (diff)
downloadx86-906f00f0d70f59550494966f303dea43c2fccb82.tar.gz
Revert "display: reset DSR_COUNT to the minimum"
This patch initially merged for power saving has potentially a bad impact by increasing the dbi_hang issue occurrence on all platforms. This reverts commit 78bd997adaed0762abbe2a3c8daa205d5ae64469. Change-Id: I5e57c0f2526cc45456f5e3d57f577e108921c1a7 Tracked-On: https://jira01.devtools.intel.com/browse/AW-6085 Signed-off-by: Alexandre Ledentec <alexandrex.ledentec@intel.com> Reviewed-on: https://android.intel.com/591672 Reviewed-by: Dubray, SimonX <simonx.dubray@intel.com> Reviewed-by: Zaghdoud, WalidX <walidx.zaghdoud@intel.com> Reviewed-by: Akue, LoicX <loicx.akue@intel.com>
-rw-r--r--drivers/external_drivers/intel_media/display/tng/drv/mdfld_dsi_dbi_dsr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/external_drivers/intel_media/display/tng/drv/mdfld_dsi_dbi_dsr.c b/drivers/external_drivers/intel_media/display/tng/drv/mdfld_dsi_dbi_dsr.c
index 9a99f038b2cc..c0d8082d4717 100644
--- a/drivers/external_drivers/intel_media/display/tng/drv/mdfld_dsi_dbi_dsr.c
+++ b/drivers/external_drivers/intel_media/display/tng/drv/mdfld_dsi_dbi_dsr.c
@@ -27,7 +27,7 @@
#include "mdfld_dsi_dbi_dsr.h"
#include "mdfld_dsi_pkg_sender.h"
-#define DSR_COUNT 2
+#define DSR_COUNT 4
static int exit_dsr_locked(struct mdfld_dsi_config *dsi_config)
{