Hi Greg,
Looks like a pretty normal week for graphics,
core: syncobj fix, panel link regression revert amd: suspend/resume fixes, EDID emulation fix mali-dp: NV12 writeback and vblank reset fixes etnaviv: DMA setup fix
Regards, Dave.
drm-fixes-2018-09-28: amd, etnaviv, mali_dp, syncobj and panel fixes The following changes since commit 6bf4ca7fbc85d80446ac01c0d1d77db4d91a6d84:
Linux 4.19-rc5 (2018-09-23 19:15:18 +0200)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2018-09-28
for you to fetch changes up to fcb1349a2af5a3c4a1d789bb5d1a9b3e582652a3:
Merge branch 'drm-fixes-4.19' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2018-09-28 09:30:22 +1000)
---------------------------------------------------------------- amd, etnaviv, mali_dp, syncobj and panel fixes
---------------------------------------------------------------- Alexandru Gheorghe (2): drm: mali-dp: Call drm_crtc_vblank_reset on device init drm/malidp: Fix writeback in NV12
Bhawanpreet Lakha (1): drm/amd/display: Fix Edid emulation for linux
Dave Airlie (4): Merge branch 'etnaviv/fixes' of https://git.pengutronix.de/git/lst/linux into drm-fixes Merge branch 'for-upstream/malidp-fixes' of git://linux-arm.org/linux-ld into drm-fixes Merge tag 'drm-misc-fixes-2018-09-27-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes Merge branch 'drm-fixes-4.19' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
Jason Ekstrand (1): drm/syncobj: Don't leak fences when WAIT_FOR_SUBMIT is set
Linus Walleij (1): Revert "drm/panel: Add device_link from panel device to DRM device"
Lucas Stach (1): drm/etnaviv: add DMA configuration for etnaviv platform device
Rex Zhu (1): drm/amdgpu: Fix vce work queue was not cancelled when suspend
Roman Li (1): drm/amd/display: Fix Vega10 lightup on S3 resume
drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c | 3 +- drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c | 4 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 139 ++++++++++++++++++++- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 4 +- drivers/gpu/drm/amd/display/dc/dc_link.h | 1 + .../amd/display/dc/dce110/dce110_hw_sequencer.c | 2 +- .../amd/display/dc/dce110/dce110_hw_sequencer.h | 5 - .../amd/display/dc/dce120/dce120_hw_sequencer.c | 12 -- drivers/gpu/drm/arm/malidp_drv.c | 1 + drivers/gpu/drm/arm/malidp_hw.c | 25 +++- drivers/gpu/drm/arm/malidp_hw.h | 3 +- drivers/gpu/drm/arm/malidp_mw.c | 25 +++- drivers/gpu/drm/arm/malidp_regs.h | 2 + drivers/gpu/drm/drm_panel.c | 10 -- drivers/gpu/drm/drm_syncobj.c | 5 + drivers/gpu/drm/etnaviv/etnaviv_drv.c | 27 +++- include/drm/drm_panel.h | 1 - 17 files changed, 217 insertions(+), 52 deletions(-)
On Fri, Sep 28, 2018 at 09:59:11AM +1000, Dave Airlie wrote:
Hi Greg,
Looks like a pretty normal week for graphics,
core: syncobj fix, panel link regression revert amd: suspend/resume fixes, EDID emulation fix mali-dp: NV12 writeback and vblank reset fixes etnaviv: DMA setup fix
Regards, Dave.
drm-fixes-2018-09-28: amd, etnaviv, mali_dp, syncobj and panel fixes The following changes since commit 6bf4ca7fbc85d80446ac01c0d1d77db4d91a6d84:
Linux 4.19-rc5 (2018-09-23 19:15:18 +0200)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2018-09-28
Now pulled, thanks.
greg k-h
dri-devel@lists.freedesktop.org