Lines Matching refs:IP_VERSION
523 case IP_VERSION(9, 2, 2): in amdgpu_gmc_tmz_set()
524 case IP_VERSION(9, 1, 0): in amdgpu_gmc_tmz_set()
526 case IP_VERSION(9, 3, 0): in amdgpu_gmc_tmz_set()
528 case IP_VERSION(10, 3, 7): in amdgpu_gmc_tmz_set()
539 case IP_VERSION(10, 1, 10): in amdgpu_gmc_tmz_set()
540 case IP_VERSION(10, 1, 1): in amdgpu_gmc_tmz_set()
541 case IP_VERSION(10, 1, 2): in amdgpu_gmc_tmz_set()
542 case IP_VERSION(10, 1, 3): in amdgpu_gmc_tmz_set()
543 case IP_VERSION(10, 3, 0): in amdgpu_gmc_tmz_set()
544 case IP_VERSION(10, 3, 2): in amdgpu_gmc_tmz_set()
545 case IP_VERSION(10, 3, 4): in amdgpu_gmc_tmz_set()
546 case IP_VERSION(10, 3, 5): in amdgpu_gmc_tmz_set()
548 case IP_VERSION(10, 3, 1): in amdgpu_gmc_tmz_set()
550 case IP_VERSION(10, 3, 3): in amdgpu_gmc_tmz_set()
582 bool noretry_default = (gc_ver == IP_VERSION(9, 0, 1) || in amdgpu_gmc_noretry_set()
583 gc_ver == IP_VERSION(9, 3, 0) || in amdgpu_gmc_noretry_set()
584 gc_ver == IP_VERSION(9, 4, 0) || in amdgpu_gmc_noretry_set()
585 gc_ver == IP_VERSION(9, 4, 1) || in amdgpu_gmc_noretry_set()
586 gc_ver == IP_VERSION(9, 4, 2) || in amdgpu_gmc_noretry_set()
587 gc_ver >= IP_VERSION(10, 3, 0)); in amdgpu_gmc_noretry_set()