Loading drivers/gpu/msm/adreno_a6xx.c +2 −2 Original line number Diff line number Diff line Loading @@ -1803,7 +1803,7 @@ static void a6xx_llc_configure_gpuhtw_scid(struct adreno_device *adreno_dev) * On A640, the GPUHTW SCID is configured via a NoC override in the * XBL image. */ if (adreno_is_a640(adreno_dev) || adreno_is_a612(adreno_dev)) if (adreno_is_a640_family(adreno_dev) || adreno_is_a612(adreno_dev)) return; gpuhtw_scid = adreno_llc_get_scid(adreno_dev->gpuhtw_llc_slice); Loading @@ -1824,7 +1824,7 @@ static void a6xx_llc_enable_overrides(struct adreno_device *adreno_dev) * Attributes override through GBIF is not supported with MMU-500. * Attributes are used as configured through SMMU pagetable entries. */ if (adreno_is_a640(adreno_dev) || adreno_is_a612(adreno_dev)) if (adreno_is_a640_family(adreno_dev) || adreno_is_a612(adreno_dev)) return; /* Loading Loading
drivers/gpu/msm/adreno_a6xx.c +2 −2 Original line number Diff line number Diff line Loading @@ -1803,7 +1803,7 @@ static void a6xx_llc_configure_gpuhtw_scid(struct adreno_device *adreno_dev) * On A640, the GPUHTW SCID is configured via a NoC override in the * XBL image. */ if (adreno_is_a640(adreno_dev) || adreno_is_a612(adreno_dev)) if (adreno_is_a640_family(adreno_dev) || adreno_is_a612(adreno_dev)) return; gpuhtw_scid = adreno_llc_get_scid(adreno_dev->gpuhtw_llc_slice); Loading @@ -1824,7 +1824,7 @@ static void a6xx_llc_enable_overrides(struct adreno_device *adreno_dev) * Attributes override through GBIF is not supported with MMU-500. * Attributes are used as configured through SMMU pagetable entries. */ if (adreno_is_a640(adreno_dev) || adreno_is_a612(adreno_dev)) if (adreno_is_a640_family(adreno_dev) || adreno_is_a612(adreno_dev)) return; /* Loading