This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ce583d5fb9d3 Merge tag 'for-v6.6-rc2' of git://git.kernel.org/pub/scm/l [...] new b83ce9cb4a46 dma-buf: add dma_fence_timestamp helper new 39465cac2837 drm/vmwgfx: fix typo of sizeof argument new 91398b413d03 drm/vmwgfx: Keep a gem reference to user bos in surfaces new 258dd5e6e659 drm/panel: boe-tv101wum-nl6: Completely pull GPW to VGL be [...] new 2b7947bd32e2 drm/atomic-helper: relax unregistered connector check new b7fd68ab1538 drm: Do not overrun array in drm_gem_get_pages() new c1165df2be2f drm/tiny: correctly print `struct resource *` on error new dcad98b14055 Merge tag 'drm-misc-fixes-2023-10-12' of git://anongit.fre [...] new 0c1a2e69bcb5 drm/msm/dp: do not reinitialize phy unless retry during li [...] new c0666d1dc681 drm/msm/mdss: fix highest-bank-bit for msm8998 new ab483e3adcc1 drm/msm/dsi: skip the wait for video mode done if not applicable new 6a1d4c7976dd drm/msm/dsi: fix irq_of_parse_and_map() error checking new 95e681ca3b65 drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avo [...] new eba8c99a0fc4 drm/msm/dp: Add newlines to debug printks new 10f20628c9b8 drm/msm/dpu: fail dpu_plane_atomic_check() based on mdp cl [...] new 7731cb65d1f0 Merge tag 'drm-msm-fixes-2023-10-07' of https://gitlab.fre [...] new 23645bca9830 drm/amd/display: Don't set dpms_off for seamless boot new ff89f064dca3 drm/amdgpu: add missing NULL check new 3806a8c64794 drm/amdgpu: fix SI failure due to doorbells allocation new 30873697b837 Merge tag 'amd-drm-fixes-6.6-2023-10-11' of https://gitlab [...] new 10a6e5feccb8 Merge tag 'drm-fixes-2023-10-13' of git://anongit.freedesk [...]
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-fence-unwrap.c | 13 +++------- drivers/dma-buf/sync_file.c | 9 +++---- drivers/gpu/drm/amd/amdgpu/amdgpu_doorbell_mgr.c | 4 +++ drivers/gpu/drm/amd/amdgpu/amdgpu_object.h | 2 +- drivers/gpu/drm/amd/display/dc/core/dc.c | 3 +++ drivers/gpu/drm/drm_atomic_helper.c | 17 ++++++++++--- drivers/gpu/drm/drm_gem.c | 6 +++-- drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c | 27 ++++++++++++++------- drivers/gpu/drm/msm/dp/dp_ctrl.c | 13 +++++----- drivers/gpu/drm/msm/dp/dp_link.c | 4 +-- drivers/gpu/drm/msm/dsi/dsi_host.c | 19 ++++++++++++--- drivers/gpu/drm/msm/msm_mdss.c | 2 +- drivers/gpu/drm/panel/panel-boe-tv101wum-nl6.c | 4 +-- drivers/gpu/drm/scheduler/sched_main.c | 2 +- drivers/gpu/drm/tiny/simpledrm.c | 2 +- drivers/gpu/drm/vmwgfx/vmwgfx_bo.c | 7 +++--- drivers/gpu/drm/vmwgfx/vmwgfx_bo.h | 17 +++++++++---- drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c | 6 ++--- drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 4 +++ drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 12 +++++---- drivers/gpu/drm/vmwgfx/vmwgfx_gem.c | 18 +++++++++++--- drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 6 ++--- drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c | 2 +- drivers/gpu/drm/vmwgfx/vmwgfx_resource.c | 12 ++++----- drivers/gpu/drm/vmwgfx/vmwgfx_shader.c | 4 +-- drivers/gpu/drm/vmwgfx/vmwgfx_surface.c | 31 +++++++++--------------- include/linux/dma-fence.h | 19 +++++++++++++++ 27 files changed, 165 insertions(+), 100 deletions(-)