• Alex Deucher's avatar
    drm/radeon/pm: move pm handling into the asic specific code · 6c7bccea
    Alex Deucher authored
    We need more control over the ordering of dpm init with
    respect to the rest of the asic.  Specifically, the SMC
    has to be initialized before the rlc and cg/pg.  The pm
    code currently initializes late in the driver, but we need
    it to happen much earlier so move pm handling into the asic
    specific callbacks.
    
    This makes dpm more reliable and makes clockgating work
    properly on CIK parts and should help on SI parts as well.
    Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
    6c7bccea
radeon_display.c 53.6 KB