[pull] amdgpu, amdkfd, ttm drm-next-4.21
Alex Deucher
alexdeucher at gmail.com
Sat Dec 29 18:33:07 UTC 2018
Hi Dave, Daniel,
Fixes for 4.21. A bit more than usual due to the holidays. Highlights:
- add new vegaM pci id
- sr-iov fixes
- DC fix for fast cursor updates
- DC freesync fix
- DC display clock fix for polaris
- DC fixes for dongles
- DC fix for some eDP panels
- misc vega20 fixes
- kfd return code fix for dma_buf support
- VCN fixes for PCO
- nbio hw bug workaround
The following changes since commit 2a3c83f5fe0770d13bbb71b23674886ff4111f44:
Merge tag 'vmwgfx-next-2018-12-13' of git://people.freedesktop.org/~thomash/linux into drm-next (2018-12-14 04:57:45 +1000)
are available in the Git repository at:
git://people.freedesktop.org/~agd5f/linux drm-next-4.21
for you to fetch changes up to f6653a0e0877572c87f6dab5351e7bd6b6b7100c:
drm/amdgpu: Add new VegaM pci id (2018-12-21 15:28:43 -0500)
----------------------------------------------------------------
Alex Deucher (3):
drm/amdgpu/nbio6.1: add hw bug workaround for vega10/12
drm/amdgpu/nbio7.4: add hw bug workaround for vega20
drm/amdgpu: Add new VegaM pci id
Christian König (1):
drm/amdgpu: fix NULL fence handling in amdgpu_cs_fence_to_handle_ioctl
Dale Zhao (1):
drm/amd/display: Wait edp HPD to high in detect_sink
David Francis (1):
drm/amd/display: Warn instead of error on REG_WAIT timeout
Dmytro Laktyushkin (2):
drm/amd/display: move AYCrCb8888 format to video section
drm/amd/display: fix surface update sequence
Emily Deng (3):
drm/amdgpu: access register without KIQ
drm/amdgpu/psp_v3_1: Get psp fw version through reading register
drm/amdgpu/psp: Correct and refine the vmr support. (v2)
Eric Yang (2):
drm/amd/display: fix YCbCr420 blank color
drm/amd/display: Don't skip link training for empty dongle
Evan Quan (7):
drm/amdgpu: increase the MAX ring number
drm/amdgpu: update the vm invalidation engine layout V2
drm/amdgpu: use different irq ring ID for Vega20 page queues
drm/amdgpu: enable Vega20 page queue support
drm/amdgpu: correct the return value for error case
drm/amd/powerplay: add Vega20 LCLK DPM level setting support
drm/amdgpu: add Vega20 PSP ASD firmware loading
Felix Kuehling (1):
drm/amdkfd: Fix handling of return code of dma_buf_get
Harry Wentland (1):
drm/amd/display: Don't log error if we have no connectors
James Zhu (8):
drm/amdgpu/vcn: Update vcn.cur_state during suspend
drm/amdgpu/vcn:Always gate vcn block during hw finishing
drm/amdgpu/vcn:Update ring point to JPEG before init JPEG wptr
drm/amdgpu/vcn:Always check all vcn ring status during dpg mode stop
drm/amdgpu/vcn:Scan enc/jpeg fences to init dpg pause new state
drm/amdgpu/vcn:Remove bit 31 for scratch2 to indicate the WA is active
drm/amdgpu:Improves robustness of SOC15_WAIT_ON_RREG
drm/amdgpu/uvd:Change uvd ring name convention
Jerry (Fangzhi) Zuo (1):
drm/amd/display: Fix MST dp_blank REG_WAIT timeout
Leo Li (2):
drm/amd/display: Add DCE_VERSION_12_1 enum for Vega 20
drm/amd/display: Add functionality to get XGMI SS info
Michel Dänzer (2):
drm/amdgpu: WARN once if amdgpu_bo_unpin is called for an unpinned BO
drm/ttm: Use drm_debug_printer for all ttm_bo_mem_space_debug output
Nicholas Kazlauskas (3):
drm/amd/display: Skip fast cursor updates for fb changes
drm/amd/display: Add below the range support for FreeSync
drm/amd/display: Use div_u64 for flip timestamp ns to ms
Paul Hsieh (1):
drm/amd/display: Add retry to read ddc_clock pin
Roman Li (1):
drm/amd/display: Raise dispclk value for Polaris
SivapiriyanKumarasamy (1):
drm/amd/display: Fix bug with not updating VSP infoframe
Trigger Huang (1):
drm/amdgpu: print process info when job timeout
Wenjing Liu (2):
drm/amd/display: verify lane status before exiting verify link cap
drm/amd/display: validate extended dongle caps
Yongqiang Sun (1):
drm/amd/display: Optimize passive update planes.
wentalou (1):
drm/amdgpu: kfd_pre_reset outside req_full_gpu cause sriov hang
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 3 +
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 10 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_job.c | 6 +
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 8 -
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h | 17 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c | 22 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c | 15 +-
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 53 +++--
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.h | 10 +
drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c | 7 +
drivers/gpu/drm/amd/amdgpu/nbio_v7_4.c | 7 +
drivers/gpu/drm/amd/amdgpu/psp_v11_0.c | 78 +++++--
drivers/gpu/drm/amd/amdgpu/psp_v3_1.c | 5 +-
drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 9 +-
drivers/gpu/drm/amd/amdgpu/soc15_common.h | 9 +-
drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c | 4 +-
drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c | 33 ++-
drivers/gpu/drm/amd/amdgpu/vi.c | 18 +-
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 4 +-
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 93 ++++++--
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 2 +-
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c | 15 ++
.../amd/display/dc/bios/command_table_helper2.c | 1 +
drivers/gpu/drm/amd/display/dc/core/dc.c | 10 +-
drivers/gpu/drm/amd/display/dc/core/dc_link.c | 48 +++-
drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 246 +++++++++++----------
drivers/gpu/drm/amd/display/dc/core/dc_link_hwss.c | 3 +-
drivers/gpu/drm/amd/display/dc/core/dc_resource.c | 6 +-
drivers/gpu/drm/amd/display/dc/dc_helper.c | 4 +-
drivers/gpu/drm/amd/display/dc/dc_hw_types.h | 2 +-
drivers/gpu/drm/amd/display/dc/dce/dce_clk_mgr.c | 7 +
.../amd/display/dc/dce110/dce110_hw_sequencer.c | 11 +-
.../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | 15 +-
drivers/gpu/drm/amd/display/dc/gpio/hw_factory.c | 1 +
drivers/gpu/drm/amd/display/dc/gpio/hw_translate.c | 1 +
drivers/gpu/drm/amd/display/dc/i2caux/i2caux.c | 1 +
.../drm/amd/display/include/bios_parser_types.h | 1 +
drivers/gpu/drm/amd/display/include/dal_types.h | 1 +
drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c | 43 ++++
drivers/gpu/drm/ttm/ttm_bo.c | 33 +--
43 files changed, 582 insertions(+), 285 deletions(-)
More information about the amd-gfx
mailing list