diff options
| author | Jani Nikula <jani.nikula@intel.com> | 2026-04-07 22:36:28 +0300 |
|---|---|---|
| committer | Jani Nikula <jani.nikula@intel.com> | 2026-04-08 12:29:59 +0300 |
| commit | d96366c7027aa1f335d1391983ff3c140f02c64e (patch) | |
| tree | 6649e1f0186a017dfcbdf0ca69e238955ffd0cdd /drivers/gpu/drm/xe/compat-i915-headers | |
| parent | aa7d8dfae8a5069259da73c0184d6aa7b7d61ca4 (diff) | |
| download | linux-next-d96366c7027aa1f335d1391983ff3c140f02c64e.tar.gz linux-next-d96366c7027aa1f335d1391983ff3c140f02c64e.zip | |
drm/i915/mchbar: move intel_mchbar_regs.h under include/drm/intel
Since the mchbar registers are used from both i915 display and core,
move intel_mchbar_regs.h to include/drm/intel/mchbar_regs.h. Drop the
intel_ prefix from the name to reduce tautology.
With this, we can drop the corresponding xe display compat header.
v2: Rebase
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patch.msgid.link/6c951b2c05db74ea517d52a3912986f7eb886422.1775590536.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/compat-i915-headers')
| -rw-r--r-- | drivers/gpu/drm/xe/compat-i915-headers/intel_mchbar_regs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/gpu/drm/xe/compat-i915-headers/intel_mchbar_regs.h b/drivers/gpu/drm/xe/compat-i915-headers/intel_mchbar_regs.h deleted file mode 100644 index 55b316985340..000000000000 --- a/drivers/gpu/drm/xe/compat-i915-headers/intel_mchbar_regs.h +++ /dev/null @@ -1,6 +0,0 @@ -/* SPDX-License-Identifier: MIT */ -/* - * Copyright © 2023 Intel Corporation - */ - -#include "../../i915/intel_mchbar_regs.h" |
