Re: [PATCH v5 08/12] drm/arc: Use drm_gem_cma_print_info()

2017-11-09 Thread Noralf Trønnes
Den 09.11.2017 16.52, skrev Noralf Trønnes: Den 07.11.2017 20.31, skrev Alexey Brodkin: Hi Noralf, On Tue, 2017-11-07 at 20:13 +0100, Noralf Trønnes wrote: There is a new core debugfs file that prints fb/gem info: /dri//framebuffer Use drm_gem_cma_print_info() to provide info to that outpu

Re: [PATCH v5 08/12] drm/arc: Use drm_gem_cma_print_info()

2017-11-09 Thread Noralf Trønnes
Den 07.11.2017 20.31, skrev Alexey Brodkin: Hi Noralf, On Tue, 2017-11-07 at 20:13 +0100, Noralf Trønnes wrote: There is a new core debugfs file that prints fb/gem info: /dri//framebuffer Use drm_gem_cma_print_info() to provide info to that output instead of using drm_fb_cma_debugfs_show().

Re: [PATCH v5 08/12] drm/arc: Use drm_gem_cma_print_info()

2017-11-08 Thread Alexey Brodkin
Hi Noralf, On Tue, 2017-11-07 at 20:13 +0100, Noralf Trønnes wrote: > There is a new core debugfs file that prints fb/gem info: > /dri//framebuffer > > Use drm_gem_cma_print_info() to provide info to that output instead > of using drm_fb_cma_debugfs_show(). > > Cc: Alexey Brodkin > Signed-off-b

[PATCH v5 08/12] drm/arc: Use drm_gem_cma_print_info()

2017-11-07 Thread Noralf Trønnes
There is a new core debugfs file that prints fb/gem info: /dri//framebuffer Use drm_gem_cma_print_info() to provide info to that output instead of using drm_fb_cma_debugfs_show(). Cc: Alexey Brodkin Signed-off-by: Noralf Trønnes Reviewed-by: Laurent Pinchart --- drivers/gpu/drm/arc/arcpgu_drv