Hi Jesse,
Am 15.12.2011 23:04, schrieb Johannes Bauer:
>> Yes. Try running drm-intel-next from Keith's git tree:
>> git://people.freedesktop.org/~keithp/linux
>
> Hmmm:
Sorry about being a moron. I completely missed the drm-intel-next branch
and wondered :-/
Now that I have it running and dec
On Tue, 2011-12-20 at 08:54 -0800, Eric Anholt wrote:
> - seq_printf(m, "%p: %s%s %8zd %04x %04x %d %d%s%s%s",
> + seq_printf(m, "%p: %s%s %8zdKB %04x %04x %d %d%s%s%s",
>&obj->base,
>get_pin_flag(obj),
>get_tiling_flag(obj),
>
They're all in increments of pages, so this just makes it easier on
the eyes.
Signed-off-by: Eric Anholt
---
for drm-intel-next
drivers/gpu/drm/i915/i915_debugfs.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/i915/i915_debugfs.c
b/drivers/gpu/drm