commit | f31c94d1de618064d5212462363f570a42ab39df | [log] [tgz] |
---|---|---|
author | Xiangliang Yu <Xiangliang.Yu@amd.com> | Fri Jun 09 17:12:02 2017 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Jul 25 16:37:39 2017 -0400 |
tree | 13215b305829f774b37a59747d21307db9ddd1e8 | |
parent | 89a6c2ed6566fd5185ed5aa2985f28ece495b6e1 [diff] |
drm/amdgpu: reduce the time of reading VBIOS VRAM is usually marked write combined, so change ioremap mode from noncache to write combine for reading vbios from VRAM. This will reduce cost time of reading vbios from 188ms to 8ms. Signed-off-by: Xiangliang Yu <Xiangliang.Yu@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>