On Wed, Nov 12, 2025 at 08:13:42PM +0200, Jani Nikula wrote:
> Display code stopped using i915_utils.h in favour of
> intel_display_utils.h. Fix recent additions.
> 
> Signed-off-by: Jani Nikula <[email protected]>

Reviewed-by: Rodrigo Vivi <[email protected]>

> ---
>  drivers/gpu/drm/i915/display/intel_lt_phy.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/display/intel_lt_phy.c 
> b/drivers/gpu/drm/i915/display/intel_lt_phy.c
> index bebd7488aab9..a67eb4f7f897 100644
> --- a/drivers/gpu/drm/i915/display/intel_lt_phy.c
> +++ b/drivers/gpu/drm/i915/display/intel_lt_phy.c
> @@ -6,7 +6,6 @@
>  #include <drm/drm_print.h>
>  
>  #include "i915_reg.h"
> -#include "i915_utils.h"
>  #include "intel_cx0_phy.h"
>  #include "intel_cx0_phy_regs.h"
>  #include "intel_ddi.h"
> @@ -14,6 +13,7 @@
>  #include "intel_de.h"
>  #include "intel_display.h"
>  #include "intel_display_types.h"
> +#include "intel_display_utils.h"
>  #include "intel_dpll_mgr.h"
>  #include "intel_hdmi.h"
>  #include "intel_lt_phy.h"
> -- 
> 2.47.3
> 

Reply via email to