This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 3ac88fa4605e Merge tag 'net-6.2-final' of git://git.kernel.org/pub/scm/ [...] new 8f3237898621 drm/amd/amdgpu: fix warning during suspend new 2a00299e7447 drm/amd/display: Fail atomic_check early on normalize_zpos error new caa068c9bb2b Merge tag 'amd-drm-fixes-6.2-2023-02-15' of https://gitlab [...] new 6b77b16de75a drm/vc4: Fix YUV plane handling when planes are in differe [...] new 7fa846b95ce8 drm/vc4: hdmi: Always enable GCP with AVMUTE cleared new 247a631f9c0f drm/vc4: crtc: Increase setup cost in core clock calculati [...] new 3efc61d95259 fbdev: Fix invalid page access after closing deferred I/O devices new 7484a5bc153e drm/ast: Fix start address computation new bb2ff6c27bc9 drm: Disable dynamic debug as broken new 1a6897921f52 drm/vmwgfx: Stop accessing buffer objects which failed init new a950b989ea29 drm/vmwgfx: Do not drop the reference to the handle too soon new a2a04b515562 Merge tag 'drm-misc-fixes-2023-02-16' of git://anongit.fre [...] new d5a1224aa68c drm/i915/gen11: Wa_1408615072/Wa_1407596294 should be on GT list new f7597e3c58ee Merge tag 'drm-intel-fixes-2023-02-16' of git://anongit.fr [...] new ec35307e18ba Merge tag 'drm-fixes-2023-02-17' of git://anongit.freedesk [...]
The 15 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/Kconfig | 3 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 3 +++ drivers/gpu/drm/amd/amdgpu/mes_v11_0.c | 2 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 6 +++++- drivers/gpu/drm/ast/ast_mode.c | 4 ++-- drivers/gpu/drm/i915/gt/intel_workarounds.c | 14 +++++++------- drivers/gpu/drm/vc4/vc4_crtc.c | 2 +- drivers/gpu/drm/vc4/vc4_hdmi.c | 18 +++++++++--------- drivers/gpu/drm/vc4/vc4_plane.c | 6 ++++-- drivers/gpu/drm/vmwgfx/vmwgfx_bo.c | 12 ++++++++---- drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 2 ++ drivers/gpu/drm/vmwgfx/vmwgfx_gem.c | 8 ++++---- drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 4 +++- drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c | 1 + drivers/gpu/drm/vmwgfx/vmwgfx_shader.c | 1 + drivers/gpu/drm/vmwgfx/vmwgfx_surface.c | 10 ++++++---- drivers/video/fbdev/core/fb_defio.c | 10 +++++++++- drivers/video/fbdev/core/fbmem.c | 4 ++++ include/linux/fb.h | 1 + 19 files changed, 73 insertions(+), 38 deletions(-)