Commit 4af5de27 authored by Gustavo Sousa's avatar Gustavo Sousa Committed by Lucas De Marchi
Browse files

drm/i915/display: Remove unused declarations of intel_io_*



Declarations for both intel_io_mmio_fw_write and intel_io_reg_write
were added with commit 01389846 ("drm/i915: Plumb 'dsb' all way to
the plane hooks"), but they never got used. Let's remove them.

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: default avatarGustavo Sousa <gustavo.sousa@intel.com>
Reviewed-by: default avatarJonathan Cavitt <jonathan.cavitt@intel.com>
Link: https://lore.kernel.org/r/20250717-drop-unused-intel_io-declarations-v1-1-bdea2c749571@intel.com


Signed-off-by: default avatarLucas De Marchi <lucas.demarchi@intel.com>
parent c143db7d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -943,10 +943,6 @@ struct intel_csc_matrix {
	u16 postoff[3];
};

void intel_io_mmio_fw_write(void *ctx, i915_reg_t reg, u32 val);

typedef void (*intel_io_reg_write)(void *ctx, i915_reg_t reg, u32 val);

struct intel_crtc_state {
	/*
	 * uapi (drm) state. This is the software state shown to userspace.