Skip to content

Commit

Permalink
drm/radeon/kms: add missing scratch update in dp_detect
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Aug 26, 2010
1 parent adde0f2 commit 30f4437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/radeon/radeon_connectors.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 30f4437

Please sign in to comment.