All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH v3 0/3] Disable connector polling for a headless sku
@ 2022-06-10  8:54 Jouni Högander
  2022-06-10  8:54 ` [Intel-gfx] [PATCH v3 1/3] drm/i915/opregion: add function to check if " Jouni Högander
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Jouni Högander @ 2022-06-10  8:54 UTC (permalink / raw)
  To: intel-gfx; +Cc: Jani Nikula

This patch set disables connector polling when entering runtime
suspend for headless sku to prevent waking it up again when poll
is performed.

v3:
 - dummy intel_opregion_headless_sku is now static inline
v2:
 - integrate headless check into INTEL_DISPLAY_ENABLED

Cc: Jani Nikula <jani.nikula@intel.com>
Cc: José Roberto de Souza <jose.souza@intel.com>
Cc: Imre Deak <imre.deak@intel.com>
Cc: Anshuman Gupta <anshuman.gupta@intel.com>


Jouni Högander (3):
  drm/i915/opregion: add function to check if headless sku
  drm/i915: Do not start connector polling if display is disabled
  drm/i915: Do not start connector polling on headless sku

 drivers/gpu/drm/i915/display/intel_hotplug.c  |  3 ++-
 drivers/gpu/drm/i915/display/intel_opregion.c | 14 ++++++++++++++
 drivers/gpu/drm/i915/display/intel_opregion.h |  7 +++++++
 drivers/gpu/drm/i915/i915_drv.h               |  4 +++-
 4 files changed, 26 insertions(+), 2 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-06-16 10:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-10  8:54 [Intel-gfx] [PATCH v3 0/3] Disable connector polling for a headless sku Jouni Högander
2022-06-10  8:54 ` [Intel-gfx] [PATCH v3 1/3] drm/i915/opregion: add function to check if " Jouni Högander
2022-06-10  8:54 ` [Intel-gfx] [PATCH v3 2/3] drm/i915: Do not start connector polling if display is disabled Jouni Högander
2022-06-10  8:54 ` [Intel-gfx] [PATCH v3 3/3] drm/i915: Do not start connector polling on headless sku Jouni Högander
2022-06-10 15:49 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Disable connector polling for a headless sku (rev3) Patchwork
2022-06-10 17:22 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-06-14 18:38 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2022-06-16 10:27 ` [Intel-gfx] [PATCH v3 0/3] Disable connector polling for a headless sku 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.