mbox series

[v3,0/3] Disable connector polling for a headless sku

Message ID 20220610085429.52935-1-jouni.hogander@intel.com (mailing list archive)
Headers show
Series Disable connector polling for a headless sku | expand

Message

Hogander, Jouni June 10, 2022, 8:54 a.m. UTC
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(-)

Comments

Jani Nikula June 16, 2022, 10:27 a.m. UTC | #1
On Fri, 10 Jun 2022, Jouni Högander <jouni.hogander@intel.com> wrote:
> This patch set disables connector polling when entering runtime
> suspend for headless sku to prevent waking it up again when poll
> is performed.

Pushed to drm-intel-next, thanks for the patches.

BR,
Jani.

>
> 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(-)