This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 07a56bb875af Merge tag 'pm-5.8-rc6' of git://git.kernel.org/pub/scm/lin [...] new 1f054fd26e29 drm/vmwgfx: fix update of display surface when resolution changes new 8257a0d91310 Merge branch 'vmwgfx-fixes-5.8' of git://people.freedeskto [...] new 2249357459c0 drm/aspeed: Call drm_fbdev_generic_setup after drm_dev_register new 6348dd291e36 dmabuf: use spinlock to access dmabuf->name new 03d54ef0a1d5 Merge tag 'drm-misc-fixes-2020-07-15' of git://anongit.fre [...] new 42de9b0a2bb2 drm/i915/selftests: Fix compare functions provided for sorting new aee62e02c48b drm/i915/perf: Use GTT when saving/restoring engine GPR new 858f1299fd6f drm/i915/gt: Ignore irq enabling on the virtual engines new 110f9efa858f drm/i915/gt: Only swap to a random sibling once upon creation new 6647e6cdba75 drm/i915: Move cec_notifier to intel_hdmi_connector_unregi [...] new 92e0575b9983 drm/i915: Recalculate FBC w/a stride when needed new 524d4f71e755 Merge tag 'drm-intel-fixes-2020-07-15' of git://anongit.fr [...] new 7d65a577bb58 drm/amdgpu/gfx10: fix race condition for kiq new d845a2051b6b drm/amdgpu: fix preemption unit test new 3168470142e0 drm/amdgpu/display: create fake mst encoders ahead of time (v4) new b448d30b0c30 drm/amd/display: OLED panel backlight adjust not work with [...] new be73e608ae27 drm/amd/display: handle failed allocation during stream co [...] new 98a34cf931e8 drm/amdgpu/powerplay: Modify SMC message name for setting [...] new 05051496b262 drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr() new adbe8a3cae94 Merge tag 'amd-drm-fixes-5.8-2020-07-15' of git://people.f [...] new 8882572675c1 Merge tag 'drm-fixes-2020-07-17-1' of git://anongit.freede [...]
The 21 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/dma-buf/dma-buf.c | 11 +++-- drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | 20 ++++++-- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 9 +++- drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c | 26 ++++------- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 14 ++++++ drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 11 ++++- .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 53 +++++++++++----------- .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.h | 3 ++ drivers/gpu/drm/amd/display/dc/core/dc_stream.c | 19 ++++++-- drivers/gpu/drm/amd/powerplay/renoir_ppt.c | 2 +- drivers/gpu/drm/aspeed/aspeed_gfx_drv.c | 3 +- drivers/gpu/drm/i915/display/intel_fbc.c | 33 +++++++++++--- drivers/gpu/drm/i915/display/intel_hdmi.c | 10 +--- drivers/gpu/drm/i915/gt/intel_lrc.c | 19 ++------ drivers/gpu/drm/i915/gt/selftest_rps.c | 8 ++-- drivers/gpu/drm/i915/i915_drv.h | 1 + drivers/gpu/drm/i915/i915_perf.c | 1 + drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c | 8 ++-- include/linux/dma-buf.h | 1 + 19 files changed, 153 insertions(+), 99 deletions(-)