On su, 2016-08-07 at 15:45 +0100, Chris Wilson wrote:
> if (obj->pin_display) {
> - mappable_size += i915_gem_obj_ggtt_size(obj);
> - ++mappable_count;
> + pin_size += obj->base.size;
> + ++pin_count;
variables names to form pin_display_*
> + seq_printf(m, "%u mapped objects, %llu bytes\n",
> + mapped_count, mapped_size);
> + seq_printf(m, "%u pinned objects, %llu bytes\n",
"display pinned objects"
With those;
Reviewed-by: Joonas Lahtinen <[email protected]>
Regards, Joonas
--
Joonas Lahtinen
Open Source Technology Center
Intel Corporation
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx