OSDN Git Service

Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into drm...
[uclinux-h8/linux.git] / drivers / gpu / drm / amd / amdgpu / nbio_v7_4.c
index 221f26e..c69d515 100644 (file)
@@ -32,7 +32,7 @@
 
 static u32 nbio_v7_4_get_rev_id(struct amdgpu_device *adev)
 {
-    u32 tmp = RREG32_SOC15(NBIO, 0, mmRCC_DEV0_EPF0_STRAP0);
+       u32 tmp = RREG32_SOC15(NBIO, 0, mmRCC_DEV0_EPF0_STRAP0);
 
        tmp &= RCC_DEV0_EPF0_STRAP0__STRAP_ATI_REV_ID_DEV0_F0_MASK;
        tmp >>= RCC_DEV0_EPF0_STRAP0__STRAP_ATI_REV_ID_DEV0_F0__SHIFT;