diff options
author | Animesh Manna <animesh.manna@intel.com> | 2024-05-30 01:37:42 +0530 |
---|---|---|
committer | Animesh Manna <animesh.manna@intel.com> | 2024-05-31 10:56:03 +0530 |
commit | 42493f7cb2c96ef96cce5809878ee2fa0ce63b1f (patch) | |
tree | 215b5f543b1a1c6f903f55d0e3e19718745dd766 /drivers/gpu/drm/i915/display/intel_display_debugfs.c | |
parent | 5a9b255fdb2b235502bcfc0951d71c0c3f6d030e (diff) | |
download | linux-42493f7cb2c96ef96cce5809878ee2fa0ce63b1f.tar.gz linux-42493f7cb2c96ef96cce5809878ee2fa0ce63b1f.tar.bz2 linux-42493f7cb2c96ef96cce5809878ee2fa0ce63b1f.zip |
drm/i915/alpm: Add debugfs for LOBF
For validation purpose add debugfs for LOBF.
v1: Initial version.
v2: Add aux-wake/less info along with lobf status. [Jouni]
Reviewed-by: Jouni Högander <jouni.hogander@intel.com>
Signed-off-by: Animesh Manna <animesh.manna@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240529200742.1694401-7-animesh.manna@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_display_debugfs.c')
-rw-r--r-- | drivers/gpu/drm/i915/display/intel_display_debugfs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_display_debugfs.c b/drivers/gpu/drm/i915/display/intel_display_debugfs.c index 35f9f86ef70f..86d9900c40af 100644 --- a/drivers/gpu/drm/i915/display/intel_display_debugfs.c +++ b/drivers/gpu/drm/i915/display/intel_display_debugfs.c @@ -13,6 +13,7 @@ #include "i915_debugfs.h" #include "i915_irq.h" #include "i915_reg.h" +#include "intel_alpm.h" #include "intel_crtc.h" #include "intel_de.h" #include "intel_crtc_state_dump.h" @@ -1515,6 +1516,7 @@ void intel_connector_debugfs_add(struct intel_connector *connector) intel_drrs_connector_debugfs_add(connector); intel_pps_connector_debugfs_add(connector); intel_psr_connector_debugfs_add(connector); + intel_alpm_lobf_debugfs_add(connector); if (connector_type == DRM_MODE_CONNECTOR_DisplayPort || connector_type == DRM_MODE_CONNECTOR_HDMIA || |