mbox series

[0/2] drm/amd/pm: Add GFXOFF status for vangogh

Message ID 20220711191953.145518-1-andrealmeid@igalia.com (mailing list archive)
Headers show
Series drm/amd/pm: Add GFXOFF status for vangogh | expand

Message

André Almeida July 11, 2022, 7:19 p.m. UTC
This patchset adds support to get current status of GFXOFF in vangogh.
Given that the rest of the interface is already implemented, we just
need to plug one function.

This is implemented just for vangogh and not for all smu11 devices given
that this is specific for this device, and not to all the generation.

André Almeida (2):
  drm/amd/pm: Add GFXOFF registers for vangogh
  drm/amd/pm: Implement get GFXOFF status for vangogh

 .../inc/pmfw_if/smu11_driver_if_vangogh.h     | 12 +++++++++
 .../gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c  | 26 +++++++++++++++++++
 2 files changed, 38 insertions(+)