diff options
author | Gustavo Sousa <gustavo.sousa@intel.com> | 2023-08-15 23:13:44 +0300 |
---|---|---|
committer | Matt Roper <matthew.d.roper@intel.com> | 2023-08-16 22:14:36 +0300 |
commit | c0eeae21425ed8994f3ba5362c2f2faf5ed6d774 (patch) | |
tree | 3dc53143f4cc3df1b8655ee8464f438ae3b6a5cb /drivers/gpu/drm/i915/display/intel_display_power.c | |
parent | 3b918f4f0c8b5344af4058f1a12e2023363d0097 (diff) | |
download | linux-c0eeae21425ed8994f3ba5362c2f2faf5ed6d774.tar.xz |
drm/i915/display: Remove unused POWER_DOMAIN_MASK
That macro became unused with commit 323286c81245 ("drm/i915: Move the
power domain->well mappings to intel_display_power_map.c").
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230815201344.298573-1-gustavo.sousa@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_display_power.c')
-rw-r--r-- | drivers/gpu/drm/i915/display/intel_display_power.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_display_power.c b/drivers/gpu/drm/i915/display/intel_display_power.c index 9e01054c2430..71d70bd9fd82 100644 --- a/drivers/gpu/drm/i915/display/intel_display_power.c +++ b/drivers/gpu/drm/i915/display/intel_display_power.c @@ -338,8 +338,6 @@ unlock: mutex_unlock(&power_domains->lock); } -#define POWER_DOMAIN_MASK (GENMASK_ULL(POWER_DOMAIN_NUM - 1, 0)) - static void __async_put_domains_mask(struct i915_power_domains *power_domains, struct intel_power_domain_mask *mask) { |