<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi Edward,</p>
<p><br>
</p>
<p>Just a heads up Alex is on vacation this week.  </p>
<p><br>
</p>
<p>Tom</p>
<br>
<br>
<div style="color: rgb(0, 0, 0);">
<div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> amd-gfx <amd-gfx-bounces@lists.freedesktop.org> on behalf of Edward O'Callaghan <funfunctor@folklore1984.net><br>
<b>Sent:</b> Monday, July 18, 2016 07:58<br>
<b>To:</b> Alex Deucher; dri-devel@lists.freedesktop.org; amd-gfx@lists.freedesktop.org; airlied@gmail.com<br>
<b>Cc:</b> Deucher, Alexander<br>
<b>Subject:</b> Re: [pull] radeon and amdgpu drm-next-4.8</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Hi Alex,<br>
<br>
If you need me to rebase on any tip just let me know which one if that<br>
makes life easier for you?<br>
<br>
Cheers,<br>
Edward.<br>
<br>
On 07/16/2016 04:31 AM, Alex Deucher wrote:<br>
> Hi Dave,<br>
> <br>
> A few more patches for 4.8.  Mostly bug fixes and some prep work<br>
> for iceland powerplay support.  I have a couple polaris patches and<br>
> Edward's misc cleanups that require a merge with Linus'.  I don't know<br>
> if you are planning a merge anytime soon.<br>
> <br>
> The following changes since commit b1814a1def0564a2a1d3be7fa5bf7243ff899a28:<br>
> <br>
>   drm/amd/powerplay: don't add invalid voltage. (2016-07-07 15:06:24 -0400)<br>
> <br>
> are available in the git repository at:<br>
> <br>
>   git://people.freedesktop.org/~agd5f/linux drm-next-4.8<br>
> <br>
> for you to fetch changes up to 5ef8292925047ad290205af5f3ae13d0a36d774d:<br>
> <br>
>   drm/amdgpu: comment out unused defaults_bonaire_pro static const structures to fix the build (2016-07-15 14:23:08 -0400)<br>
> <br>
> ----------------------------------------------------------------<br>
> Alex Deucher (4):<br>
>       drm/amdgpu/powerplay: endian fixes for ppatomctrl.c<br>
>       drm/amdgpu: support backlight control for UNIPHY3<br>
>       drm/radeon: support backlight control for UNIPHY3<br>
>       drm/amdgpu: disable GFX PG on CZ/BR/ST<br>
> <br>
> Christian König (10):<br>
>       drm/amdgpu: sanitize fence numbers<br>
>       drm/amdgpu: cleanup VCE coding style<br>
>       drm/amdgpu: allow multiple sessions in the same VCE IB<br>
>       drm/amdgpu: cleanup UVD coding style<br>
>       drm/amdgpu: cleanup hw reference handling in the IB tests<br>
>       drm/amdgpu: remove usec timeout loop from IB tests<br>
>       drm/amdgpu: check flush fence context instead of same ring v2<br>
>       drm/amdgpu: always signal all fences<br>
>       drm/amdgpu: trace need_flush in grab_vm as well<br>
>       drm/amdgpu: return -ENOSPC when running out of UVD handles<br>
> <br>
> Huang Rui (8):<br>
>       drm/amdgpu: rename smumgr to smum for dpm<br>
>       drm/amdgpu: no need load microcode at sdma if powerplay is enabled<br>
>       drm/amdgpu: add ucode_start_address into cgs_firmware_info<br>
>       drm/amd/powerplay: add SMU register macro for future use<br>
>       drm/amdgpu: add new definitions into ppsmc.h for iceland<br>
>       drm/amd/powerplay: add atomctrl_get_voltage_evv function in ppatomctrl<br>
>       drm/amd/powerplay: fix the incorrect return value<br>
>       drm/amd/powerplay: add pp_tables_get_response_times function in process pptables<br>
> <br>
> Matthias Beyer (1):<br>
>       drivers: gpu: drm: amd: powerplay: hwmgr: Remove unused variable<br>
> <br>
> Slava Grigorev (2):<br>
>       drm/amdgpu: temporary comment out unused static const structures to fix the build<br>
>       drm/amdgpu: comment out unused defaults_bonaire_pro static const structures to     fix the build<br>
> <br>
> jimqu (1):<br>
>       drm/amdgpu: S3 resume fail on Polaris10<br>
> <br>
>  drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c            |   4 +<br>
>  drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c          |  17 +-<br>
>  drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c             |   6 +-<br>
>  drivers/gpu/drm/amd/amdgpu/amdgpu_job.c            |   8 +-<br>
>  drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h          |  16 +-<br>
>  drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c            |  11 +-<br>
>  drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c            | 104 ++++---<br>
>  drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c             |  13 +-<br>
>  drivers/gpu/drm/amd/amdgpu/atombios_encoders.c     |   1 +<br>
>  drivers/gpu/drm/amd/amdgpu/ci_dpm.c                |   2 +<br>
>  drivers/gpu/drm/amd/amdgpu/cik_sdma.c              |  18 +-<br>
>  drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c              |  15 +-<br>
>  drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c              |  16 +-<br>
>  drivers/gpu/drm/amd/amdgpu/iceland_dpm.c           |   2 +-<br>
>  drivers/gpu/drm/amd/amdgpu/iceland_smc.c           |   2 +-<br>
>  .../amdgpu/{iceland_smumgr.h => iceland_smum.h}    |   0<br>
>  drivers/gpu/drm/amd/amdgpu/kv_dpm.c                |   2 +<br>
>  drivers/gpu/drm/amd/amdgpu/ppsmc.h                 |   4 +<br>
>  drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c             |  43 ++-<br>
>  drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c             |  15 +-<br>
>  drivers/gpu/drm/amd/amdgpu/vce_v3_0.c              | 143 ++++++----<br>
>  drivers/gpu/drm/amd/amdgpu/vi.c                    |  14 -<br>
>  drivers/gpu/drm/amd/include/cgs_common.h           |   4 +<br>
>  .../gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.c  |   9 +-<br>
>  drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c   | 299 ++++++++++++---------<br>
>  drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.h   |   1 +<br>
>  .../gpu/drm/amd/powerplay/hwmgr/processpptables.c  |  13 +<br>
>  .../gpu/drm/amd/powerplay/hwmgr/processpptables.h  |  17 +-<br>
>  drivers/gpu/drm/amd/powerplay/inc/smumgr.h         |  29 ++<br>
>  drivers/gpu/drm/radeon/atombios_encoders.c         |   1 +<br>
>  30 files changed, 469 insertions(+), 360 deletions(-)<br>
>  rename drivers/gpu/drm/amd/amdgpu/{iceland_smumgr.h => iceland_smum.h} (100%)<br>
> _______________________________________________<br>
> amd-gfx mailing list<br>
> amd-gfx@lists.freedesktop.org<br>
> <a href="https://lists.freedesktop.org/mailman/listinfo/amd-gfx" id="LPlnk449541">
https://lists.freedesktop.org/mailman/listinfo/amd-gfx</a><br>
> <br>
<br>
</div>
</span></font></div>
</div>
</body>
</html>