Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1475389 Details for
Bug 1570392
Native screen resolution does not work (i915)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Increase timeout in lspcon_wait_mode
LSPCON.patchv2 (text/plain), 624 bytes, created by
Fredrik
on 2018-08-12 18:03:43 UTC
(
hide
)
Description:
Increase timeout in lspcon_wait_mode
Filename:
MIME Type:
Creator:
Fredrik
Created:
2018-08-12 18:03:43 UTC
Size:
624 bytes
patch
obsolete
>diff --git a/drivers/gpu/drm/i915/intel_lspcon.c b/drivers/gpu/drm/i915/intel_lspcon.c >index 8ae8f42f430a..be1b08f589a4 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"); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1570392
:
1475374
| 1475389