summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/display/hsw_ips.h
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2023-03-02 18:16:17 +0200
committerJani Nikula <jani.nikula@intel.com>2023-03-14 10:38:06 +0200
commitbc37c98a3d44f705f30fa39a9b9f46a0837c856e (patch)
treee300b236225311385957f6dc4e84851d382f4547 /drivers/gpu/drm/i915/display/hsw_ips.h
parent636f973c123fc64861cf41457a68302078b323e1 (diff)
drm/i915/debugfs: move IPS debugfs to hsw_ips.c
Follow the style of placing debugfs next to the implementation. Signed-off-by: Jani Nikula <jani.nikula@intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230302161617.2978821-1-jani.nikula@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/display/hsw_ips.h')
-rw-r--r--drivers/gpu/drm/i915/display/hsw_ips.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/display/hsw_ips.h b/drivers/gpu/drm/i915/display/hsw_ips.h
index 4564dee497d7..7ed6061874f7 100644
--- a/drivers/gpu/drm/i915/display/hsw_ips.h
+++ b/drivers/gpu/drm/i915/display/hsw_ips.h
@@ -8,6 +8,7 @@
#include <linux/types.h>
+struct drm_i915_private;
struct intel_atomic_state;
struct intel_crtc;
struct intel_crtc_state;
@@ -22,5 +23,6 @@ bool hsw_crtc_state_ips_capable(const struct intel_crtc_state *crtc_state);
int hsw_ips_compute_config(struct intel_atomic_state *state,
struct intel_crtc *crtc);
void hsw_ips_get_config(struct intel_crtc_state *crtc_state);
+void hsw_ips_debugfs_register(struct drm_i915_private *i915);
#endif /* __HSW_IPS_H__ */