mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: Cleanup map attributes debugging
Make the map attributes printed by map debug code are more easily readable and consistent. Change-Id: I9737131a2ea44c6a080dff0095929760888b83ae Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1654518 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
338c99b4ec
commit
eb219e9f3f
@@ -628,10 +628,10 @@ static int __nvgpu_gmmu_update_page_table(struct vm_gk20a *vm,
|
||||
nvgpu_gmmu_perm_str(attrs->rw_flag),
|
||||
attrs->kind_v,
|
||||
nvgpu_aperture_str(attrs->aperture),
|
||||
attrs->cacheable ? 'C' : 'c', /* C = cached, V = volatile. */
|
||||
attrs->cacheable ? 'C' : '-',
|
||||
attrs->sparse ? 'S' : '-',
|
||||
attrs->priv ? 'P' : '-',
|
||||
attrs->coherent ? 'c' : '-',
|
||||
attrs->coherent ? 'I' : '-',
|
||||
attrs->valid ? 'V' : '-');
|
||||
|
||||
err = __nvgpu_gmmu_do_update_page_table(vm,
|
||||
|
||||
Reference in New Issue
Block a user