Hi Linus,
New Years fixes! Mostly amdgpu with a light smattering of arm graphics, and two AGP warning fixes.
Quiet as expected, hopefully we don't get a post holiday rush.
Dave.
drm-fixes-2020-01-03: drm fixes for 5.5-rc5
agp: - two unused variable removed
amdgpu: - ATPX regression fix - SMU metrics table locking fixes - gfxoff fix for raven - RLC firmware loading stability fix
mediatek: - external display fix - dsi timing fix
sun4i: - Fix double-free in connector/encoder cleanup (Stefan)
maildp: - Make vtable static (Ben) The following changes since commit fd6988496e79a6a4bdb514a4655d2920209eb85d:
Linux 5.5-rc4 (2019-12-29 15:29:16 -0800)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2020-01-03
for you to fetch changes up to a6204fc7b83cbe3398f61cf1742b09f66f0ae220:
agp: remove unused variable arqsz in agp_3_5_enable() (2020-01-03 16:08:05 +1000)
---------------------------------------------------------------- drm fixes for 5.5-rc5
agp: - two unused variable removed
amdgpu: - ATPX regression fix - SMU metrics table locking fixes - gfxoff fix for raven - RLC firmware loading stability fix
mediatek: - external display fix - dsi timing fix
sun4i: - Fix double-free in connector/encoder cleanup (Stefan)
maildp: - Make vtable static (Ben)
---------------------------------------------------------------- Alex Deucher (5): Revert "drm/amdgpu: simplify ATPX detection" drm/amdgpu/smu: add metrics table lock drm/amdgpu/smu: add metrics table lock for arcturus (v2) drm/amdgpu/smu: add metrics table lock for navi (v2) drm/amdgpu/smu: add metrics table lock for vega20 (v2)
Ben Dooks (Codethink) (1): drm/arm/mali: make malidp_mw_connector_helper_funcs static
Dave Airlie (3): Merge tag 'mediatek-drm-fixes-5.5' of https://github.com/ckhu-mediatek/linux.git-tags into drm-fixes Merge tag 'drm-misc-fixes-2019-12-31' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes Merge tag 'amd-drm-fixes-5.5-2020-01-01' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
Evan Quan (1): drm/amdgpu: correct RLC firmwares loading sequence
Jitao Shi (1): drm/mediatek: reduce the hbp and hfp for phy timing
Pi-Hsun Shih (1): drm/mediatek: Check return value of mtk_drm_ddp_comp_for_plane.
Stefan Mavrodiev (1): drm/sun4i: hdmi: Remove duplicate cleanup calls
Yongqiang Niu (1): drm/mediatek: Fix can't get component for external display plane.
Yunfeng Ye (2): agp: remove unused variable mcapndx agp: remove unused variable arqsz in agp_3_5_enable()
changzhu (1): drm/amdgpu: enable gfxoff for raven1 refresh
drivers/char/agp/isoch.c | 9 +--- drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 12 ++++- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h | 2 +- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 15 ++---- drivers/gpu/drm/amd/powerplay/amdgpu_smu.c | 1 + drivers/gpu/drm/amd/powerplay/arcturus_ppt.c | 3 ++ drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h | 1 + drivers/gpu/drm/amd/powerplay/navi10_ppt.c | 3 ++ drivers/gpu/drm/amd/powerplay/vega20_ppt.c | 3 ++ drivers/gpu/drm/arm/malidp_mw.c | 2 +- drivers/gpu/drm/mediatek/mtk_drm_crtc.c | 18 ++++--- drivers/gpu/drm/mediatek/mtk_dsi.c | 67 ++++++++++++++---------- drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c | 2 - 14 files changed, 80 insertions(+), 60 deletions(-)
The pull request you sent on Fri, 3 Jan 2020 16:57:38 +1000:
git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2020-01-03
has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/ca78fdeb00fa656f09afee977750e85da929d259
Thank you!
dri-devel@lists.freedesktop.org