Skip to content

Commit ab0b0eb

Browse files
committed
drm/i915/tv: 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_tv.[ch] to struct intel_display. Some stragglers are left behind where needed. Reviewed-by: Rodrigo Vivi <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/04b1c8d095a52fb817876acdab4e9139d909f306.1724342644.git.jani.nikula@intel.com Signed-off-by: Jani Nikula <[email protected]>
1 parent 8527919 commit ab0b0eb

File tree

3 files changed

+108
-103
lines changed

3 files changed

+108
-103
lines changed

drivers/gpu/drm/i915/display/intel_display.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7935,7 +7935,7 @@ void intel_setup_outputs(struct drm_i915_private *dev_priv)
79357935
g4x_dp_init(dev_priv, DP_D, PORT_D);
79367936

79377937
if (SUPPORTS_TV(dev_priv))
7938-
intel_tv_init(dev_priv);
7938+
intel_tv_init(display);
79397939
} else if (DISPLAY_VER(dev_priv) == 2) {
79407940
if (IS_I85X(dev_priv))
79417941
intel_lvds_init(dev_priv);

0 commit comments

Comments
 (0)