This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ed1b3f4c4fc3 Merge tag 'riscv-for-linus-4.19-rc6' of git://git.kernel.o [...] new 1a866306e0fb drm/etnaviv: add DMA configuration for etnaviv platform device new e89fe98bba86 Merge branch 'etnaviv/fixes' of https://git.pengutronix.de [...] new 69be1984ded0 drm: mali-dp: Call drm_crtc_vblank_reset on device init new 89578d04b52c drm/malidp: Fix writeback in NV12 new 576156bb01a6 Merge branch 'for-upstream/malidp-fixes' of git://linux-ar [...] new 337fe9f5c1e7 drm/syncobj: Don't leak fences when WAIT_FOR_SUBMIT is set new d6a77ba0eb92 Revert "drm/panel: Add device_link from panel device to DR [...] new adba0e5493ab Merge tag 'drm-misc-fixes-2018-09-27-1' of git://anongit.f [...] new 61ea6f583197 drm/amdgpu: Fix vce work queue was not cancelled when suspend new 599760d6d0ab drm/amd/display: Fix Vega10 lightup on S3 resume new fbbdadf2faf1 drm/amd/display: Fix Edid emulation for linux new fcb1349a2af5 Merge branch 'drm-fixes-4.19' of git://people.freedesktop. [...] new f151f57bfd97 Merge tag 'drm-fixes-2018-09-28' of git://anongit.freedesk [...]
The 13 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: 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(-)