Message ID | 1477067468-2584-1-git-send-email-alexander.deucher@amd.com |
---|---|
State | New |
Headers | show |
On Fri, Oct 21, 2016 at 12:31 PM, Alex Deucher <alexdeucher@gmail.com> wrote: > Hi Dave, > > Misc bug fixes for radeon and amdgpu. > > The following changes since commit 26beaee9bb07be20cc641c1251152e280e80f54e: > > Merge branch 'drm-etnaviv-fixes' of git://git.pengutronix.de/lst/linux into drm-fixes (2016-10-21 13:27:55 +1000) > > are available in the git repository at: > > git://people.freedesktop.org/~agd5f/linux drm-fixes-4.9 > Ping? I don't see these in your tree. Just want to make sure these didn't get missed. Alex > for you to fetch changes up to 8861a8209782faffedb6d64572fa968ee9c1c375: > > drm/amd/powerplay: don't give up if DPM is already running (2016-10-21 11:19:18 -0400) > > ---------------------------------------------------------------- > Alex Deucher (5): > drm/amdgpu/powerplay/smu7: fix static checker warning > drm/amdgpu: drop atom scratch save/restore in gpu reset > drm/amdgpu: move atom scratch register save/restore to common code > drm/amdgpu/st: move ATC CG golden init from gfx to mc > drm/amdgpu: explicitly set pg_flags for ST > > Evan Quan (1): > drm/amd/amdgpu: expose max engine and memory clock for powerplay enabled case > > Grazvydas Ignotas (1): > drm/amd/powerplay: don't give up if DPM is already running > > Rex Zhu (1): > drm/amd/powerplay: fix static checker warning in process_pptables_v1_0.c > > Tom St Denis (1): > drm/radeon/si_dpm: Limit clocks on HD86xx part > > jimqu (1): > drm/amdgpu: avoid drm error log during S3 on RHEL7.3 > > drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 3 ++- > drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 9 ++++----- > drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 6 ++---- > drivers/gpu/drm/amd/amdgpu/dce_v10_0.c | 6 ------ > drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | 6 ------ > drivers/gpu/drm/amd/amdgpu/dce_v6_0.c | 6 ------ > drivers/gpu/drm/amd/amdgpu/dce_v8_0.c | 6 ------ > drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 1 - > drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c | 1 + > drivers/gpu/drm/amd/amdgpu/vi.c | 2 +- > .../gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c | 9 ++++++--- > drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c | 17 ++++++++++------- > drivers/gpu/drm/radeon/si_dpm.c | 6 ++++++ > 13 files changed, 32 insertions(+), 46 deletions(-)