]> Pileus Git - ~andy/linux/commitdiff
drm/radeon: fix UPLL_REF_DIV_MASK definition
authorChristian König <christian.koenig@amd.com>
Mon, 29 Apr 2013 08:20:23 +0000 (10:20 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 2 May 2013 14:09:48 +0000 (10:09 -0400)
Stupid copy & paste error over all generations.

Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/evergreend.h
drivers/gpu/drm/radeon/rv770d.h
drivers/gpu/drm/radeon/sid.h

index d9a005431087037aabe65515e84084e657be460d..75c05631146d7681e8032cf1ac90708a6b04743e 100644 (file)
@@ -59,7 +59,7 @@
 #      define UPLL_SLEEP_MASK                          0x00000002
 #      define UPLL_BYPASS_EN_MASK                      0x00000004
 #      define UPLL_CTLREQ_MASK                         0x00000008
-#      define UPLL_REF_DIV_MASK                        0x001F0000
+#      define UPLL_REF_DIV_MASK                        0x003F0000
 #      define UPLL_VCO_MODE_MASK                       0x00000200
 #      define UPLL_CTLACK_MASK                         0x40000000
 #      define UPLL_CTLACK2_MASK                        0x80000000
index 6a52b2054f326a76affe0a55fdbc3460cbf9211f..85b16266f748cc823cecba5db3d3b5a067e7aba9 100644 (file)
@@ -45,7 +45,7 @@
 #      define UPLL_BYPASS_EN_MASK                      0x00000004
 #      define UPLL_CTLREQ_MASK                         0x00000008
 #      define UPLL_REF_DIV(x)                          ((x) << 16)
-#      define UPLL_REF_DIV_MASK                        0x001F0000
+#      define UPLL_REF_DIV_MASK                        0x003F0000
 #      define UPLL_CTLACK_MASK                         0x40000000
 #      define UPLL_CTLACK2_MASK                        0x80000000
 #define CG_UPLL_FUNC_CNTL_2                            0x71c
index 042b91d6c94156cda9e07d40cb2b734ee6411b57..222877ba6cf5b3f9e8deb0738b15d5662aca0cf0 100644 (file)
@@ -36,7 +36,7 @@
 #      define UPLL_BYPASS_EN_MASK                      0x00000004
 #      define UPLL_CTLREQ_MASK                         0x00000008
 #      define UPLL_VCO_MODE_MASK                       0x00000600
-#      define UPLL_REF_DIV_MASK                        0x001F0000
+#      define UPLL_REF_DIV_MASK                        0x003F0000
 #      define UPLL_CTLACK_MASK                         0x40000000
 #      define UPLL_CTLACK2_MASK                        0x80000000
 #define        CG_UPLL_FUNC_CNTL_2                             0x638