[pull] amdgpu and ttm drm-fixes-4.17
Alex Deucher
alexdeucher at gmail.com
Wed May 9 21:04:37 UTC 2018
Hi Dave,
A little bigger than normal since this is two weeks of fixes.
- Atom firmware table updates for vega12
- Fix fallout from huge page support
- Fix up smu7 power profile interface to be consistent with vega
- Misc other fixes
The following changes since commit a02cbe2e34c576cdc5e7846a3cd55245ab81db47:
Merge branch 'vmwgfx-fixes-4.17' of git://people.freedesktop.org/~thomash/linux into drm-fixes (2018-05-04 10:03:27 +1000)
are available in the git repository at:
git://people.freedesktop.org/~agd5f/linux drm-fixes-4.17
for you to fetch changes up to 639f790223e62339b9cb7319ea3fae9e02c39bdb:
drm/amd/pp: Refine the output of pp_power_profile_mode on VI (2018-05-09 15:17:39 -0500)
----------------------------------------------------------------
Andrey Grodzovsky (1):
drm/amdgpu: Switch to interruptable wait to recover from ring hang.
Harry Wentland (3):
drm/amd/display: Add VG12 ASIC IDs
drm/amd/display: Add get_firmware_info_v3_2 for VG12
drm/amd/display: Don't return ddc result and read_bytes in same return value
Jerry (Fangzhi) Zuo (1):
drm/amd: Add BIOS smu_info v3_3 required struct def.
Michel Dänzer (2):
drm/amd/display: Use kvzalloc for potentially large allocations
drm/ttm: Use GFP_TRANSHUGE_LIGHT for allocating huge pages
Rex Zhu (1):
drm/amd/pp: Refine the output of pp_power_profile_mode on VI
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c | 6 +-
.../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 20 ++-
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c | 86 ++++++++++-
drivers/gpu/drm/amd/display/dc/core/dc_link_ddc.c | 10 +-
drivers/gpu/drm/amd/display/dc/core/dc_surface.c | 14 +-
drivers/gpu/drm/amd/display/dc/inc/dc_link_ddc.h | 5 +-
drivers/gpu/drm/amd/display/include/dal_asic_id.h | 9 +-
.../drm/amd/display/modules/color/color_gamma.c | 72 ++++-----
drivers/gpu/drm/amd/include/atomfirmware.h | 170 ++++++++++++++++++++-
drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c | 52 +++----
drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.h | 1 -
drivers/gpu/drm/ttm/ttm_page_alloc.c | 11 +-
drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 3 +-
13 files changed, 364 insertions(+), 95 deletions(-)
More information about the amd-gfx
mailing list