This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from bbe2ba04c5a9 Merge tag 'net-5.10-rc7' of git://git.kernel.org/pub/scm/l [...] new cb7ff314e1d9 drm/tegra: sor: Don't warn on probe deferral new 5c1d644c09db drm/tegra: sor: Ensure regulators are disabled on teardown new 41f71629b4c4 drm/tegra: replace idr_init() by idr_init_base() new 123f01a0c989 drm/tegra: output: Do not put OF node twice new bf3a3cdcad40 drm/tegra: sor: Disable clocks on error in tegra_sor_init() new aac06646aa85 Merge tag 'drm/tegra/for-5.10-rc7' of ssh://git.freedeskto [...] new 777a7717d60c drm/i915/gt: Program mocs:63 for cache eviction on gen9 new 9261a1db80bc drm/i915/gt: Protect context lifetime with RCU new 2bfdf302465a drm/i915/gt: Split the breadcrumb spinlock between global [...] new 78b2eb8a1f10 drm/i915/gt: Retain default context state across shrinking new aff76ab79536 drm/i915/gt: Limit frequency drop to RPe on parking new 37eade64eb11 drm/i915/display: return earlier from intel_modeset_init() [...] new ccc9e67ab26f drm/i915/display: Defer initial modeset until after GGTT i [...] new 94cfbd05e46a Merge tag 'drm-intel-fixes-2020-12-03' of git://anongit.fr [...] new acab02c1af43 drm/amdgpu/pm/smu11: Fix fan set speed bug new 7e0b367db85e drm/amd/display: Init clock value by current vbios CLKs new ac2db9488cf2 drm/amdgpu/vcn3.0: stall DPG when WPTR/RPTR reset new efd6d85a1810 drm/amdgpu/vcn3.0: remove old DPG workaround new 5353219ffdff Merge tag 'amd-drm-fixes-5.10-2020-12-02' of git://people. [...] new 777ee15e8861 drm: mxsfb: fix fence synchronization new c70582bbf299 drm: mxsfb: Implement .format_mod_supported new aea656b0d05e drm/nouveau: make sure ret is initialized in nouveau_ttm_i [...] new aec9fe892812 drm/rockchip: Avoid uninitialized use of endpoint id in LVDS new 7c4bada12d32 drm/panel: sony-acx565akm: Fix race condition in probe new fd4e788e971c drm/omap: sdi: fix bridge enable/disable new de9b485d1dc9 Merge tag 'drm-misc-fixes-2020-12-03' of git://anongit.fre [...] new e87297fa080a Merge tag 'drm-fixes-2020-12-04' of git://anongit.freedesk [...]
The 27 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/vcn_v3_0.c | 25 ++- .../drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c | 13 +- drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c | 7 +- drivers/gpu/drm/i915/display/intel_display.c | 24 +-- drivers/gpu/drm/i915/gt/intel_breadcrumbs.c | 168 +++++++++------------ drivers/gpu/drm/i915/gt/intel_breadcrumbs_types.h | 6 +- drivers/gpu/drm/i915/gt/intel_context.c | 15 +- drivers/gpu/drm/i915/gt/intel_context_types.h | 23 ++- drivers/gpu/drm/i915/gt/intel_mocs.c | 14 +- drivers/gpu/drm/i915/gt/intel_rps.c | 4 + drivers/gpu/drm/i915/gt/shmem_utils.c | 7 +- drivers/gpu/drm/i915/i915_request.h | 6 +- drivers/gpu/drm/mxsfb/mxsfb_kms.c | 11 ++ drivers/gpu/drm/nouveau/nouveau_bo.c | 2 +- drivers/gpu/drm/omapdrm/dss/sdi.c | 10 +- drivers/gpu/drm/panel/panel-sony-acx565akm.c | 2 +- drivers/gpu/drm/rockchip/rockchip_lvds.c | 2 +- drivers/gpu/drm/tegra/drm.c | 2 +- drivers/gpu/drm/tegra/output.c | 1 - drivers/gpu/drm/tegra/sor.c | 76 +++++----- 20 files changed, 233 insertions(+), 185 deletions(-)