drm/radeon/cayman: set VM max pfn at MC init
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 8 Oct 2012 16:15:13 +0000 (12:15 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 15 Oct 2012 17:21:01 +0000 (13:21 -0400)
No need to emit them at VM flush as we no longer use
variable sized page tables now that we support 2 level
page tables.  This matches the behavior of SI (which
does not support variable sized page tables).

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>

No differences found