drm/radeon/kms: add missing scratch update in dp_detect

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
tirimbino
Alex Deucher 15 years ago committed by Dave Airlie
parent adde0f2339
commit 30f4437202
  1. 1
      drivers/gpu/drm/radeon/radeon_connectors.c

@ -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;
}

Loading…
Cancel
Save