All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] add LG panel to dpcd quirk database
@ 2018-09-12  6:22 Lee, Shawn C
  2018-09-12  6:04 ` ✗ Fi.CI.CHECKPATCH: warning for add LG panel to dpcd quirk database (rev2) Patchwork
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Lee, Shawn C @ 2018-09-12  6:22 UTC (permalink / raw)
  To: intel-gfx, dri-devel; +Cc: Cooper Chiou, Jani Nikula, Dhinakaran Pandiyan

Only specific N value (0x8000) would be acceptable for LG
LP140WF6-SPM1 eDP panel which is running at asynchronous
clock mode. With the other N value, it will enter BITS mode
and display black screen. This patch series set constant N
value for specific sink/branch device that would cover
similar issue.

Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Cooper Chiou <cooper.chiou@intel.com>
Cc: Matt Atwood <matthew.s.atwood@intel.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
Cc: Clint Taylor <clinton.a.taylor@intel.com>

Lee, Shawn C (3):
  drm: Add support for device_id based detection.
  drm: Change limited M/N quirk to constant N quirk.
  drm: add LG eDP panel to quirk database

 drivers/gpu/drm/drm_dp_helper.c      | 17 ++++++++++++++++-
 drivers/gpu/drm/i915/intel_display.c | 28 +++++++++++++---------------
 drivers/gpu/drm/i915/intel_display.h |  2 +-
 drivers/gpu/drm/i915/intel_dp.c      |  8 ++++----
 drivers/gpu/drm/i915/intel_dp_mst.c  |  6 +++---
 include/drm/drm_dp_helper.h          |  6 +++---
 6 files changed, 40 insertions(+), 27 deletions(-)

-- 
2.7.4

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-09-19 13:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-12  6:22 [PATCH v4 0/3] add LG panel to dpcd quirk database Lee, Shawn C
2018-09-12  6:04 ` ✗ Fi.CI.CHECKPATCH: warning for add LG panel to dpcd quirk database (rev2) Patchwork
2018-09-12  6:06 ` ✗ Fi.CI.SPARSE: " Patchwork
2018-09-12  6:22 ` [PATCH v4 1/3] drm: Add support for device_id based detection Lee, Shawn C
2018-09-12  6:22 ` [PATCH v4 2/3] drm: Change limited M/N quirk to constant N quirk Lee, Shawn C
2018-09-12  6:22 ` [PATCH v4 3/3] drm: add LG eDP panel to quirk database Lee, Shawn C
2018-09-12  6:23 ` ✗ Fi.CI.BAT: failure for add LG panel to dpcd quirk database (rev2) Patchwork
2018-09-12 11:45 ` ✓ Fi.CI.BAT: success " Patchwork
2018-09-12 15:18 ` ✓ Fi.CI.IGT: " Patchwork
2018-09-19 13:46 ` [PATCH v4 0/3] add LG panel to dpcd quirk database Jani Nikula

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.