commit | 64c5cc93677c115fdb4c3860a54466c836a1591b | [log] [tgz] |
---|---|---|
author | chen gong <curry.gong@amd.com> | Wed Oct 16 18:04:02 2019 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Oct 17 16:24:24 2019 -0400 |
tree | b33a28feb9c4458315b052df0a2f927c1433d737 | |
parent | 5441dd0e2caadc6038a8c1ccd16cf3c9cdb62db1 [diff] |
drm/amdgpu: No need to check gfxoff status after enable gfxoff feature smu_send_smc_msg(smu, SMU_MSG_AllowGfxOff) Just turn on a switch. As to when GPU get into "GFXoff" will be up to drawing load. So we can not sure which state GPU should be in after enable gfxoff feature. Signed-off-by: chen gong <curry.gong@amd.com> Acked-by: Evan Quan <evan.quan@amd.com> Reviewed-by: Kevin Wang <kevin1.wang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>