> -----Original Message-----
> From: Govindapillai, Vinod <[email protected]>
> Sent: Friday, February 20, 2026 10:39 PM
> To: [email protected]; [email protected]
> Cc: Govindapillai, Vinod <[email protected]>; Syrjala, Ville
> <[email protected]>; Shankar, Uma <[email protected]>
> Subject: [PATCH v2 6/6] drm/i915/fbdev: print info about stolen memory
> preference for fbdev
> 
> If stolen memory cannot be allocated for the fbdev because of the preference 
> for
> fbc, have an info about that in the log.
> 
> v2: log text changed

Changes Look Good to me.
Reviewed-by: Uma Shankar <[email protected]>

> Signed-off-by: Vinod Govindapillai <[email protected]>
> ---
>  drivers/gpu/drm/i915/display/intel_fbdev_fb.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/drivers/gpu/drm/i915/display/intel_fbdev_fb.c
> b/drivers/gpu/drm/i915/display/intel_fbdev_fb.c
> index 90993d09a73f..6f84eb6355de 100644
> --- a/drivers/gpu/drm/i915/display/intel_fbdev_fb.c
> +++ b/drivers/gpu/drm/i915/display/intel_fbdev_fb.c
> @@ -46,6 +46,9 @@ struct drm_gem_object *intel_fbdev_fb_bo_create(struct
> drm_device *drm, int size
>       } else {
>               if (intel_fbdev_fb_prefer_stolen(drm, size))
>                       obj = i915_gem_object_create_stolen(i915, size);
> +             else
> +                     drm_info(drm, "Allocating fbdev: Stolen memory not
> preferred.\n");
> +
>               if (IS_ERR(obj))
>                       obj = i915_gem_object_create_shmem(i915, size);
>       }
> --
> 2.43.0

Reply via email to