[PATCH] drm/radeon: reduce memory footprint for debugging

2014-09-09 Thread Andy Shevchenko
On Mon, 2014-09-08 at 18:28 -0400, Alex Deucher wrote: > On Thu, Sep 4, 2014 at 8:44 AM, Andy Shevchenko > wrote: > > There is no need to use hex_dump_to_buffer() since we have a kernel helper > > to > > dump up to 64 bytes just via printk(). In our case the actual size is 15 > > bytes. > > > >

[PATCH] drm/radeon: reduce memory footprint for debugging

2014-09-09 Thread Alex Deucher
On Tue, Sep 9, 2014 at 4:14 AM, Andy Shevchenko wrote: > On Mon, 2014-09-08 at 18:28 -0400, Alex Deucher wrote: >> On Thu, Sep 4, 2014 at 8:44 AM, Andy Shevchenko >> wrote: >> > There is no need to use hex_dump_to_buffer() since we have a kernel helper >> > to >> > dump up to 64 bytes just via

[PATCH] drm/radeon: reduce memory footprint for debugging

2014-09-08 Thread Alex Deucher
On Thu, Sep 4, 2014 at 8:44 AM, Andy Shevchenko wrote: > There is no need to use hex_dump_to_buffer() since we have a kernel helper to > dump up to 64 bytes just via printk(). In our case the actual size is 15 > bytes. > > Signed-off-by: Andy Shevchenko Patch generates the following warning:

[PATCH] drm/radeon: reduce memory footprint for debugging

2014-09-04 Thread Andy Shevchenko
There is no need to use hex_dump_to_buffer() since we have a kernel helper to dump up to 64 bytes just via printk(). In our case the actual size is 15 bytes. Signed-off-by: Andy Shevchenko --- drivers/gpu/drm/radeon/atombios_dp.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-)