diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2015-05-28 09:36:27 (GMT) |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2015-05-28 23:17:57 (GMT) |
commit | 2f15791c28af9b2114cf3422c48aba6701d91df3 (patch) | |
tree | 5acad588ac3e800825383badd0fa4d02afa35edf /drivers/Kconfig | |
parent | c99d1530131b2153dabc40be8dcb5d8d50d700e3 (diff) | |
download | linux-2f15791c28af9b2114cf3422c48aba6701d91df3.tar.xz |
drm: clean up drm_mm debugfs output
The drm_mm debugfs output is difficult to read as two different formats
are used for the addresses:
0x00000080000000-0x0000008000b000: 45056: used
0x8000b000-0x80016000: 45056: free
0x00000080016000-0x0000008001b000: 20480: used
0x8001b000-0x817a1000: 24666112: free
0x000000817a1000-0x000000817a8000: 28672: used
0x000000817a8000-0x00000081ba8000: 4194304: used
Fix this by using %#018llx for all addresses, thus making the output:
0x0000000080000000-0x000000008000b000: 45056: used
0x000000008000b000-0x0000000080016000: 45056: free
0x0000000080016000-0x000000008001b000: 20480: used
0x000000008001b000-0x00000000817a1000: 24666112: free
0x00000000817a1000-0x00000000817a8000: 28672: used
0x00000000817a8000-0x0000000081ba8000: 4194304: used
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/Kconfig')
0 files changed, 0 insertions, 0 deletions