]> Git Repo - linux.git/commitdiff
drm/radeon/kms: add missing scratch update in dp_detect
authorAlex Deucher <[email protected]>
Sat, 21 Aug 2010 15:09:14 +0000 (11:09 -0400)
committerDave Airlie <[email protected]>
Thu, 26 Aug 2010 23:10:39 +0000 (09:10 +1000)
Signed-off-by: Alex Deucher <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
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;
 }
 
This page took 0.057065 seconds and 4 git commands to generate.