Re: [PATCH v4 09/11] drm/tilcdc: 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:43 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 09/11] drm/tilcdc: Use drm_gem_cma_print_info()

2017-10-31 Thread Jyri Sarha
On 10/30/2017 06:29 PM, 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: Jyri Sarha > Cc: Tomi Valkeinen > Signed-off-by: No

[PATCH v4 09/11] drm/tilcdc: 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: Jyri Sarha Cc: Tomi Valkeinen Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/tilcdc/tilcdc_drv.c | 2 +- 1