Re: [PATCH v4 07/11] drm/arc: Use drm_gem_cma_print_info()

2017-11-04 Thread Laurent Pinchart
Hi Noralf, Thank you for the patch. On Monday, 30 October 2017 18:29:41 EET 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:

Re: [PATCH v4 07/11] drm/arc: Use drm_gem_cma_print_info()

2017-11-01 Thread Alexey Brodkin
Hi Noralf, On Mon, 2017-10-30 at 17:29 +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

Re: [PATCH v4 07/11] drm/arc: Use drm_gem_cma_print_info()

2017-10-31 Thread Ville Syrjälä
On Tue, Oct 31, 2017 at 04:17:07PM +, Alexey Brodkin wrote: > Hi Noralf, > > On Mon, 2017-10-30 at 17:29 +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

[PATCH v4 07/11] drm/arc: Use drm_gem_cma_print_info()

2017-10-30 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 --- drivers/gpu/drm/arc/arcpgu_drv.c | 2 +- 1 file changed, 1 in