summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/intel_hdmi.h
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2024-08-30 12:15:39 +0200
committerJani Nikula <jani.nikula@intel.com>2024-09-03 16:10:33 +0200
commit1138137c2c48f036b87e80cf3905c1acbff6b0de (patch)
tree78d4919f625bfee437c5bd293b3e426af157b7ac /drivers/gpu/drm/i915/display/intel_hdmi.h
parentdrm/xe/display: use xe && 0 to avoid warnings about unused variables (diff)
downloadlinux-1138137c2c48f036b87e80cf3905c1acbff6b0de.tar.xz
linux-1138137c2c48f036b87e80cf3905c1acbff6b0de.zip
drm/i915/hdmi: convert to struct intel_display
Going forward, struct intel_display shall replace struct drm_i915_private as the main display device data pointer type. Convert intel_hdmi.[ch] to struct intel_display. Remove intel_hdmi_to_i915(). Some stragglers are left behind where needed. Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/fa74b67935eb7e8084f57688a9683a36cb1d1a4c.1725012870.git.jani.nikula@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_hdmi.h')
-rw-r--r--drivers/gpu/drm/i915/display/intel_hdmi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_hdmi.h b/drivers/gpu/drm/i915/display/intel_hdmi.h
index 6b39df38d57a..9b97623665c5 100644
--- a/drivers/gpu/drm/i915/display/intel_hdmi.h
+++ b/drivers/gpu/drm/i915/display/intel_hdmi.h
@@ -58,6 +58,5 @@ int intel_hdmi_dsc_get_num_slices(const struct intel_crtc_state *crtc_state,
int src_max_slices, int src_max_slice_width,
int hdmi_max_slices, int hdmi_throughput);
int intel_hdmi_dsc_get_slice_height(int vactive);
-struct drm_i915_private *intel_hdmi_to_i915(struct intel_hdmi *intel_hdmi);
#endif /* __INTEL_HDMI_H__ */