Hi Krzysztof,

> @@ -71,11 +73,11 @@ static int populate_ggtt(struct i915_ggtt *ggtt, struct 
> list_head *objects)
>               quirk_add(obj, objects);
>               count++;
>       } while (1);
> -     pr_debug("Filled GGTT with %lu pages [%llu total]\n",
> -              count, ggtt->vm.total / PAGE_SIZE);
> +     drm_dbg(&ggtt->vm.i915->drm, "Filled GGTT with %lu pages [%llu 
> total]\n",
> +             count, ggtt->vm.total / PAGE_SIZE);
>  
>       if (list_empty(&ggtt->vm.bound_list)) {
> -             pr_err("No objects on the GGTT inactive list!\n");
> +             drm_err(&ggtt->vm.i915->drm, "No objects on the GGTT inactive 
> list!\n");

Instead of using these long ->...->...->... just save drm locally
and you even save characters to comply with Janusz review. Same
goes for the rest.

Thanks,
Andi

Reply via email to