Re: [PATCH] drm/vc4: Drop debug print at boot with DPI enabled.

2017-02-15 Thread Eric Anholt
Daniel Vetter writes: > On Wed, Feb 08, 2017 at 12:47:01PM -0800, Eric Anholt wrote: >> Unlike the other encoders in the driver, I've also dropped the debug >> dump function. There's only really one register to this device, and >> we have the debugfs reg entry still. >> >> Signed-off-by: Eric A

Re: [PATCH] drm/vc4: Drop debug print at boot with DPI enabled.

2017-02-09 Thread Daniel Vetter
On Wed, Feb 08, 2017 at 12:47:01PM -0800, Eric Anholt wrote: > Unlike the other encoders in the driver, I've also dropped the debug > dump function. There's only really one register to this device, and > we have the debugfs reg entry still. > > Signed-off-by: Eric Anholt Yeah, dmesg spew by def

[PATCH] drm/vc4: Drop debug print at boot with DPI enabled.

2017-02-08 Thread Eric Anholt
Unlike the other encoders in the driver, I've also dropped the debug dump function. There's only really one register to this device, and we have the debugfs reg entry still. Signed-off-by: Eric Anholt --- drivers/gpu/drm/vc4/vc4_dpi.c | 13 - 1 file changed, 13 deletions(-) diff --