]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
drm/radeon/kms: add missing scratch update in dp_detect
authorAlex Deucher <alexdeucher@gmail.com>
Sat, 21 Aug 2010 15:09:14 +0000 (11:09 -0400)
committerDave Airlie <airlied@redhat.com>
Thu, 26 Aug 2010 23:10:39 +0000 (09:10 +1000)
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_connectors.c

index 31a09cd279abce7d3a298626db64035d2e50b4fb..1a5ee392e9c796ad7db3d8056b3fbf870dab4074 100644 (file)
@@ -999,6 +999,7 @@ static enum drm_connector_status radeon_dp_detect(struct drm_connector *connecto
                }
        }
 
+       radeon_connector_update_scratch_regs(connector, ret);
        return ret;
 }