[Intel-xe] [PATCH v2 07/10] drm/i915/display: Include of display limits doesn't need 'display/'

Matt Roper matthew.d.roper at intel.com
Wed Jun 7 23:39:08 UTC 2023


On Tue, Jun 06, 2023 at 09:33:29PM -0700, Lucas De Marchi wrote:
> On Tue, Jun 06, 2023 at 04:52:39PM -0700, Matt Roper wrote:
> > Drop the unnecessary directory prefix.  This also makes
> > intel_display_device.h easier to use from the Xe driver.
> > 
> > Signed-off-by: Matt Roper <matthew.d.roper at intel.com>
> 
> is this supposed to be a cherry-pick?

It hadn't landed in drm-intel yet when I sent this series to the mailing
list, but it has now, so I replaced this with the cherry-pick while
applying.

Thanks.


Matt

> 
> Lucas De Marchi
> 
> > ---
> > drivers/gpu/drm/i915/display/intel_display_device.h | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/gpu/drm/i915/display/intel_display_device.h b/drivers/gpu/drm/i915/display/intel_display_device.h
> > index 2aa82cbdf1c5..327520b0ecb9 100644
> > --- a/drivers/gpu/drm/i915/display/intel_display_device.h
> > +++ b/drivers/gpu/drm/i915/display/intel_display_device.h
> > @@ -8,7 +8,7 @@
> > 
> > #include <linux/types.h>
> > 
> > -#include "display/intel_display_limits.h"
> > +#include "intel_display_limits.h"
> > 
> > struct drm_i915_private;
> > 
> > -- 
> > 2.40.1
> > 

-- 
Matt Roper
Graphics Software Engineer
Linux GPU Platform Enablement
Intel Corporation


More information about the Intel-xe mailing list