We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e801605 commit fb1ae91Copy full SHA for fb1ae91
drivers/gpu/drm/i915/i915_debugfs.c
@@ -100,7 +100,7 @@ static void
100
describe_obj(struct seq_file *m, struct drm_i915_gem_object *obj)
101
{
102
struct i915_vma *vma;
103
- seq_printf(m, "%pK: %s%s%s %8zdKiB %02x %02x %d %d %d%s%s%s",
+ seq_printf(m, "%pK: %s%s%s %8zdKiB %02x %02x %u %u %u%s%s%s",
104
&obj->base,
105
get_pin_flag(obj),
106
get_tiling_flag(obj),
0 commit comments