Re: [PATCH v4 10/11] drm/tinydrm: 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:44 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(). > > Rev

[PATCH v4 10/11] drm/tinydrm: 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(). Reviewed-by: Daniel Vetter Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/tinydrm/mipi-dbi.c | 8 +--- incl