if (adev->in_suspend && !adev->in_runpm)
                return -EPERM;
 
-       if (adev->pp_force_state_enabled)
+       if (adev->pm.pp_force_state_enabled)
                return amdgpu_get_pp_cur_state(dev, attr, buf);
        else
                return sysfs_emit(buf, "\n");
        if (adev->in_suspend && !adev->in_runpm)
                return -EPERM;
 
-       adev->pp_force_state_enabled = false;
+       adev->pm.pp_force_state_enabled = false;
 
        if (strlen(buf) == 1)
                return count;
                if (ret)
                        goto err_out;
 
-               adev->pp_force_state_enabled = true;
+               adev->pm.pp_force_state_enabled = true;
        }
 
        pm_runtime_mark_last_busy(ddev->dev);