mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
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 01389846f7 ("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: Gustavo Sousa <gustavo.sousa@intel.com>
Reviewed-by: Jonathan 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: Lucas De Marchi <lucas.demarchi@intel.com>
This commit is contained in:
parent
c143db7dba
commit
4af5de27d3
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user