commit | 71776b6daef66b6d7afdd404c2175dbcac7e1a05 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Mon Sep 02 14:52:30 2019 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Sep 16 09:59:21 2019 -0500 |
tree | 62428d5dd84ecd75c4333ca6f4711d16b9b66fef | |
parent | 1dd077bbbaacc1302e510871669dc62ee1ef0f70 [diff] |
drm/amdgpu: cleanup mtype mapping Unify how we map the UAPI flags to the PTE hardware flags for a mapping. Only the MTYPE is actually ASIC dependent, all other flags should be copied over 1 to 1 and ASIC differences are handled later on. Signed-off-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>