drm/amdgpu: add support of tmz for GC 10.3.7
Add support of IP GC 10.3.7 in amdgpu_gmc_tmz_set. Signed-off-by: Sunil Khatri <sunil.khatri@amd.com> Reviewed-by: Alexander Deucher <Alexander.Deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
0ef3dc7e97
commit
49b74d12d1
@ -540,6 +540,8 @@ void amdgpu_gmc_tmz_set(struct amdgpu_device *adev)
|
|||||||
case IP_VERSION(10, 3, 1):
|
case IP_VERSION(10, 3, 1):
|
||||||
/* YELLOW_CARP*/
|
/* YELLOW_CARP*/
|
||||||
case IP_VERSION(10, 3, 3):
|
case IP_VERSION(10, 3, 3):
|
||||||
|
/* GC 10.3.7 */
|
||||||
|
case IP_VERSION(10, 3, 7):
|
||||||
/* Don't enable it by default yet.
|
/* Don't enable it by default yet.
|
||||||
*/
|
*/
|
||||||
if (amdgpu_tmz < 1) {
|
if (amdgpu_tmz < 1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user