[Intel-gfx] [PATCH 4/4] drm/i915/display: drop some unused includes
Ville Syrjälä
ville.syrjala at linux.intel.com
Tue Oct 19 08:24:08 UTC 2021
On Mon, Oct 18, 2021 at 09:41:06AM +1000, Dave Airlie wrote:
> From: Dave Airlie <airlied at redhat.com>
>
> These aren't used since refactoring.
>
> Signed-off-by: Dave Airlie <airlied at redhat.com>
> ---
> drivers/gpu/drm/i915/display/intel_display.c | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_display.c b/drivers/gpu/drm/i915/display/intel_display.c
> index ff598b6cd953..73f8c893d52e 100644
> --- a/drivers/gpu/drm/i915/display/intel_display.c
> +++ b/drivers/gpu/drm/i915/display/intel_display.c
> @@ -65,11 +65,8 @@
> #include "display/intel_vdsc.h"
> #include "display/intel_vrr.h"
>
> -#include "gem/i915_gem_lmem.h"
> #include "gem/i915_gem_object.h"
>
> -#include "gt/gen8_ppgtt.h"
> -
I was wonder who even added that to a display file.
Turns out it was me :)
I guess the pte_encode() was there. Hmm, looks like it
still is actually.
Reviewed-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
> #include "pxp/intel_pxp.h"
>
> #include "g4x_dp.h"
> --
> 2.25.4
--
Ville Syrjälä
Intel
More information about the Intel-gfx
mailing list