Lines Matching refs:IP_VERSION

849 	case IP_VERSION(9, 2, 2):  in amdgpu_gmc_tmz_set()
850 case IP_VERSION(9, 1, 0): in amdgpu_gmc_tmz_set()
852 case IP_VERSION(9, 3, 0): in amdgpu_gmc_tmz_set()
854 case IP_VERSION(10, 3, 7): in amdgpu_gmc_tmz_set()
856 case IP_VERSION(11, 0, 1): in amdgpu_gmc_tmz_set()
867 case IP_VERSION(10, 1, 10): in amdgpu_gmc_tmz_set()
868 case IP_VERSION(10, 1, 1): in amdgpu_gmc_tmz_set()
869 case IP_VERSION(10, 1, 2): in amdgpu_gmc_tmz_set()
870 case IP_VERSION(10, 1, 3): in amdgpu_gmc_tmz_set()
871 case IP_VERSION(10, 3, 0): in amdgpu_gmc_tmz_set()
872 case IP_VERSION(10, 3, 2): in amdgpu_gmc_tmz_set()
873 case IP_VERSION(10, 3, 4): in amdgpu_gmc_tmz_set()
874 case IP_VERSION(10, 3, 5): in amdgpu_gmc_tmz_set()
875 case IP_VERSION(10, 3, 6): in amdgpu_gmc_tmz_set()
877 case IP_VERSION(10, 3, 1): in amdgpu_gmc_tmz_set()
879 case IP_VERSION(10, 3, 3): in amdgpu_gmc_tmz_set()
880 case IP_VERSION(11, 0, 4): in amdgpu_gmc_tmz_set()
881 case IP_VERSION(11, 5, 0): in amdgpu_gmc_tmz_set()
882 case IP_VERSION(11, 5, 1): in amdgpu_gmc_tmz_set()
883 case IP_VERSION(11, 5, 2): in amdgpu_gmc_tmz_set()
884 case IP_VERSION(11, 5, 3): in amdgpu_gmc_tmz_set()
916 bool noretry_default = (gc_ver == IP_VERSION(9, 0, 1) || in amdgpu_gmc_noretry_set()
917 gc_ver == IP_VERSION(9, 4, 0) || in amdgpu_gmc_noretry_set()
918 gc_ver == IP_VERSION(9, 4, 1) || in amdgpu_gmc_noretry_set()
919 gc_ver == IP_VERSION(9, 4, 2) || in amdgpu_gmc_noretry_set()
920 gc_ver == IP_VERSION(9, 4, 3) || in amdgpu_gmc_noretry_set()
921 gc_ver == IP_VERSION(9, 4, 4) || in amdgpu_gmc_noretry_set()
922 gc_ver == IP_VERSION(9, 5, 0) || in amdgpu_gmc_noretry_set()
923 gc_ver >= IP_VERSION(10, 3, 0)); in amdgpu_gmc_noretry_set()