[PATCH v2 5/6] drm/i915: Remove unused dpt_total_entries()

Jani Nikula jani.nikula at linux.intel.com
Thu Apr 10 08:52:51 UTC 2025


On Wed, 02 Apr 2025, Ville Syrjala <ville.syrjala at linux.intel.com> wrote:
> From: Ville Syrjälä <ville.syrjala at linux.intel.com>
>
> dpt_total_entries() is not used anywhere. Remove it.
>
> Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>

Reviewed-by: Jani Nikula <jani.nikula at intel.com>

> ---
>  drivers/gpu/drm/i915/display/intel_dpt.c | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_dpt.c b/drivers/gpu/drm/i915/display/intel_dpt.c
> index 2bf4ad6a0fdf..b505b52e93f8 100644
> --- a/drivers/gpu/drm/i915/display/intel_dpt.c
> +++ b/drivers/gpu/drm/i915/display/intel_dpt.c
> @@ -32,8 +32,6 @@ i915_vm_to_dpt(struct i915_address_space *vm)
>  	return container_of(vm, struct i915_dpt, vm);
>  }
>  
> -#define dpt_total_entries(dpt) ((dpt)->vm.total >> PAGE_SHIFT)
> -
>  static void gen8_set_pte(void __iomem *addr, gen8_pte_t pte)
>  {
>  	writeq(pte, addr);

-- 
Jani Nikula, Intel


More information about the Intel-gfx mailing list