• A
    drm/radeon/pm: move pm handling into the asic specific code · 6c7bccea
    Alex Deucher 提交于
    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: NAlex Deucher <alexander.deucher@amd.com>
    6c7bccea
radeon_device.c 43.5 KB