summaryrefslogtreecommitdiff
path: root/increase-timeout-in-lspcon_wait_mode.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2018-12-13 17:44:02 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2018-12-13 17:44:02 -0800
commitd6fe5fa4e51bbc351a4ca5bda389a949c7e8dd09 (patch)
tree7c1b3d5a93e7a2538460458ad0b0e21e9aa7b90d /increase-timeout-in-lspcon_wait_mode.patch
parentRepaired mod (diff)
downloadlinux-libre-hardened-ck-d6fe5fa4e51bbc351a4ca5bda389a949c7e8dd09.tar.xz
Updated to 4.19.8.a
Diffstat (limited to 'increase-timeout-in-lspcon_wait_mode.patch')
-rw-r--r--increase-timeout-in-lspcon_wait_mode.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/increase-timeout-in-lspcon_wait_mode.patch b/increase-timeout-in-lspcon_wait_mode.patch
deleted file mode 100644
index b94872a..0000000
--- a/increase-timeout-in-lspcon_wait_mode.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From f9199cfdc7f09601adbb40827077991a1f6bd73a Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
-Date: Mon, 13 Aug 2018 00:40:29 +0200
-Subject: [PATCH] Increase timeout in lspcon_wait_mode
-
-From https://bugs.freedesktop.org/attachment.cgi?id=141051&action=edit
----
- drivers/gpu/drm/i915/intel_lspcon.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/gpu/drm/i915/intel_lspcon.c b/drivers/gpu/drm/i915/intel_lspcon.c
-index 8ae8f42f430a1..be1b08f589a46 100644
---- a/drivers/gpu/drm/i915/intel_lspcon.c
-+++ b/drivers/gpu/drm/i915/intel_lspcon.c
-@@ -74,7 +74,7 @@ static enum drm_lspcon_mode lspcon_wait_mode(struct intel_lspcon *lspcon,
- DRM_DEBUG_KMS("Waiting for LSPCON mode %s to settle\n",
- lspcon_mode_name(mode));
-
-- wait_for((current_mode = lspcon_get_current_mode(lspcon)) == mode, 100);
-+ wait_for((current_mode = lspcon_get_current_mode(lspcon)) == mode, 1000);
- if (current_mode != mode)
- DRM_ERROR("LSPCON mode hasn't settled\n");
-