This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 3ea54d9b0d65 Merge tag 'docs-5.3-1' of git://git.lwn.net/linux new 7aaddd96d5fe drm/modes: Don't apply cmdline's rotation if it wasn't specified new cfb7156672dd Merge drm-misc-next-fixes-2019-07-18 into drm-misc-fixes new 7af5cdb158f3 drm/msm: correct NULL pointer dereference in context_init new 2e7b801eadbf drm/msm/dpu: Correct dpu encoder spinlock initialization new 0036bc73ccbe drm/msm: stop abusing dma_map/unmap for cache new bbb6fc43f131 drm: silence variable 'conn' set but not used new f480de3f4a2b Merge tag 'drm-misc-fixes-2019-07-25' of git://anongit.fre [...] new ad28e02420be drm/amdgpu: Default disable GDS for compute VMIDs new 23d66e75d7c7 drm/amd/powerplay: report bootup clock as max supported on [...] new 5f872b723a45 drm/amdgpu: do not create ras debugfs/sysfs node for ASICs [...] new 59d9c0ab7169 drm/amdgpu: disable GFX RAS by default new 29bd65080922 drm/amdgpu: only allow error injection to UMC IP block new 578a4daa1cd6 drm/amdgpu: drop ras self test new 1a195ed5f197 drm/amd/powerplay: change sysfs pp_dpm_xxx format for navi10 new 3457b3055e43 drm/ttm: use the same attributes when freeing d_page->vaddr new c6d5245d41de drm/amdgpu: use VCN firmware offset for cache window new 61f33f6aa883 drm/amd/display: initialize p_state to proper value new 0bd8ac7ed5f9 drm/amd/display: fix up HUBBUB hw programming for VM new 5d109be38b23 drm/amd/display: fix dsc disable new db31af12a516 drm/amd/display: cap DCFCLK hardmin to 507 for NV10 new 5b25e5f1a972 drm/amd/display: No audio endpoint for Dell MST display new 90bbf6374b88 drm/amd/display: Set default block_size, even in unexpected cases new 61011e63f87f drm/amd/display: Set one 4:2:0-related PPS field as recomm [...] new 4a876eecf6a5 drm/amd/display: swap system aperture high/low new 4fc1609bcd54 drm/amd/display: skip retrain in dc_link_set_preferred_lin [...] new 492d9ec24492 drm/amd/display: Clock does not lower in Updateplanes new 7f6964c5a05e drm/amd/display: Copy max_clks_by_state after dce_clk_mgr_ [...] new dd5d9348da02 drm/amd/display: wait for the whole frame after global unlock new ca6f188cdf80 drm/amd/display: Poll for GPUVM context ready (v2) new c7990daebe71 drm/amd/display: Wait for backlight programming completion [...] new 288af96df16b drm/amd/display: Check for valid stream_encode new 12d0e503dd9e drm/amd/display: Read max down spread new 19f876967a98 drm/amd/display: Disable Audio on reinitialize hardware new 1ca068ed34d6 drm/amd/display: fix DMCU hang when going into Modern Standby new 74eda776d7a4 drm/amd/display: use encoder's engine id to find matched f [...] new 09fc26c1718f drm/amd/display: Change min_h_sync_width from 8 to 4 new 39fee5f60ce0 drm/amd/display: Wait for flip to complete new feb7eb522e0a drm/amd/display: put back front end initialization sequence new 67fd6c0d2de8 drm/amd/display: allocate 4 ddc engines for RV2 new 0905f3297726 drm/amd/display: Fix dc_create failure handling and 666 co [...] new 6ac25e6d5b2f drm/amd/display: Only enable audio if speaker allocation exists new 58caae27df41 drm/amd/display: drop ASSERT() if eDP panel is not connected new 7352193a33df drm/amd/display: Increase size of audios array new b791f9dc2de4 drm/amd/display: do not read link setting if edp not connected new b70666934b41 drm/amd/display: handle active dongle port type is DP++ or [...] new b840e4d5fec6 drm/amd/powerplay: custom peak clock freq for navi10 new 1bcff32679f6 drm/amdgpu/smu: move fan rpm query into the asic specific code new 92e6475ae0a0 drm/amd/display: Set enabled to false at start of audio disable new 4d5308e78527 Merge tag 'drm-fixes-5.3-2019-07-24' of git://people.freed [...] new e2921f9f95f1 Merge tag 'drm-fixes-2019-07-26' of git://anongit.freedesk [...] new 985eaf99eb18 scsi: target: cxgbit: add support for IEEE_8021QAZ_APP_SEL [...] new e70bdd81bfe2 scsi: fdomain: fix building pcmcia front-end new 1b5d9a6e9835 scsi: core: fix the dma_max_mapping_size call new 359603a3847e scsi: megaraid_sas: fix spelling mistake "megarid_sas" -> [...] new 3b5f307ef3cb scsi: megaraid_sas: fix panic on loading firmware crashdump new e45ab43b1d40 scsi: megaraid_sas: Make some functions static new 5523ca8f624d scsi: fcoe: fix a typo new 5578257ca0e2 scsi: ibmvfc: fix WARN_ON during event pool release new 20122994e38a scsi: scsi_dh_alua: always use a 2 second delay before ret [...] new a68983891367 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
The 60 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_drv.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | 4 +- drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 19 ++-- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 9 ++ drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | 9 ++ drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 9 ++ drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 9 ++ drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c | 3 - .../amd/display/dc/clk_mgr/dce110/dce110_clk_mgr.c | 4 +- .../amd/display/dc/clk_mgr/dce112/dce112_clk_mgr.c | 4 +- .../amd/display/dc/clk_mgr/dce120/dce120_clk_mgr.c | 4 +- .../amd/display/dc/clk_mgr/dcn20/dcn20_clk_mgr.c | 3 + drivers/gpu/drm/amd/display/dc/core/dc.c | 6 +- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 30 ++++-- drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 39 +++++-- drivers/gpu/drm/amd/display/dc/core/dc_resource.c | 11 +- drivers/gpu/drm/amd/display/dc/core/dc_stream.c | 3 +- drivers/gpu/drm/amd/display/dc/dce/dce_abm.c | 4 + .../amd/display/dc/dce110/dce110_hw_sequencer.c | 24 +++-- .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | 21 ++-- .../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c | 2 +- .../gpu/drm/amd/display/dc/dcn20/dcn20_hubbub.c | 18 ++-- drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c | 22 +++- drivers/gpu/drm/amd/display/dc/dcn20/dcn20_optc.c | 2 +- .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c | 4 + drivers/gpu/drm/amd/display/dc/dcn20/dcn20_vmid.c | 37 +++++++ drivers/gpu/drm/amd/display/dc/dsc/drm_dsc_dc.c | 6 ++ drivers/gpu/drm/amd/display/dc/inc/core_types.h | 2 +- drivers/gpu/drm/amd/display/dc/inc/hw/dchubbub.h | 4 +- drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h | 1 + drivers/gpu/drm/amd/display/include/dpcd_defs.h | 2 +- drivers/gpu/drm/amd/powerplay/amdgpu_smu.c | 100 ++++++++++++------ drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h | 10 +- drivers/gpu/drm/amd/powerplay/navi10_ppt.c | 114 +++++++++++++++++++-- drivers/gpu/drm/amd/powerplay/navi10_ppt.h | 4 + drivers/gpu/drm/amd/powerplay/smu_v11_0.c | 18 ---- drivers/gpu/drm/amd/powerplay/vega20_ppt.c | 20 +++- drivers/gpu/drm/drm_client_modeset.c | 2 +- drivers/gpu/drm/drm_framebuffer.c | 2 +- drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c | 3 +- drivers/gpu/drm/msm/msm_drv.c | 2 +- drivers/gpu/drm/msm/msm_gem.c | 4 +- drivers/gpu/drm/ttm/ttm_page_alloc_dma.c | 6 +- drivers/scsi/Kconfig | 4 +- drivers/scsi/device_handler/scsi_dh_alua.c | 7 +- drivers/scsi/fcoe/fcoe_ctlr.c | 2 +- drivers/scsi/ibmvscsi/ibmvfc.c | 2 +- drivers/scsi/megaraid/megaraid_sas_base.c | 5 +- drivers/scsi/megaraid/megaraid_sas_fusion.c | 27 ++--- drivers/scsi/scsi_lib.c | 6 +- drivers/target/iscsi/cxgbit/cxgbit_cm.c | 8 +- drivers/target/iscsi/cxgbit/cxgbit_main.c | 3 +- include/scsi/libfcoe.h | 2 +- 53 files changed, 483 insertions(+), 185 deletions(-)