mirror of
https://github.com/torvalds/linux.git
synced 2026-05-05 15:02:40 -04:00
drm/i915: remove intermediate _PCH_DP_* macros
The intermediate macros are unused. Remove them. Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/0145043ff9767de93cc3dc5119f0e7152965ebe6.1716894910.git.jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
@@ -3599,14 +3599,9 @@
|
||||
#define CNP_PWM_CGE_GATING_DISABLE (1 << 13)
|
||||
#define PCH_LP_PARTITION_LEVEL_DISABLE (1 << 12)
|
||||
|
||||
#define _PCH_DP_B 0xe4100
|
||||
#define PCH_DP_B _MMIO(_PCH_DP_B)
|
||||
|
||||
#define _PCH_DP_C 0xe4200
|
||||
#define PCH_DP_C _MMIO(_PCH_DP_C)
|
||||
|
||||
#define _PCH_DP_D 0xe4300
|
||||
#define PCH_DP_D _MMIO(_PCH_DP_D)
|
||||
#define PCH_DP_B _MMIO(0xe4100)
|
||||
#define PCH_DP_C _MMIO(0xe4200)
|
||||
#define PCH_DP_D _MMIO(0xe4300)
|
||||
|
||||
/* CPT */
|
||||
#define _TRANS_DP_CTL_A 0xe0300
|
||||
|
||||
Reference in New Issue
Block a user