[git pull] drm fixes for 6.6-rc6

Dave Airlie airlied at gmail.com
Fri Oct 13 04:24:48 UTC 2023


Hi Linus,

Weekly fixes, the core is msm and amdgpu with some scattered fixes
across vmwgfx, panel and the core stuff.

Regards,
Dave.

drm-fixes-2023-10-13:
drm fixes for 6.6-rc6

atomic-helper:
- Relax checks for unregistered connectors

dma-buf:
- Work around race condition when retrieving fence timestamp

gem:
- Avoid OOB access in BO memory range

panel:
- boe-tv101wun-ml6: Fix flickering

simpledrm:
- Fix error output

vwmgfx:
- Fix size calculation in texture-state code
- Ref GEM BOs in surfaces

msm:
- PHY/link training reset fix
- msm8998 - correct highest bank bit
- skip video mode if timing engine disabled
- check irq_of_parse_and_map return code
- add new lines to some prints
- fail atomic check for max mdp clk test

amdgpu:
- Seemless boot fix
- Fix TTM BO resource check
- SI fix for doorbell handling
The following changes since commit 94f6f0550c625fab1f373bb86a6669b45e9748b3:

  Linux 6.6-rc5 (2023-10-08 13:49:43 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2023-10-13

for you to fetch changes up to 30873697b83743eda54d66ea9a3ea83554f8a535:

  Merge tag 'amd-drm-fixes-6.6-2023-10-11' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2023-10-13
13:20:24 +1000)

----------------------------------------------------------------
drm fixes for 6.6-rc6

atomic-helper:
- Relax checks for unregistered connectors

dma-buf:
- Work around race condition when retrieving fence timestamp

gem:
- Avoid OOB access in BO memory range

panel:
- boe-tv101wun-ml6: Fix flickering

simpledrm:
- Fix error output

vwmgfx:
- Fix size calculation in texture-state code
- Ref GEM BOs in surfaces

msm:
- PHY/link training reset fix
- msm8998 - correct highest bank bit
- skip video mode if timing engine disabled
- check irq_of_parse_and_map return code
- add new lines to some prints
- fail atomic check for max mdp clk test

amdgpu:
- Seemless boot fix
- Fix TTM BO resource check
- SI fix for doorbell handling

----------------------------------------------------------------
Abhinav Kumar (3):
      drm/msm/dsi: skip the wait for video mode done if not applicable
      drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid overflow
      drm/msm/dpu: fail dpu_plane_atomic_check() based on mdp clk limits

Christian König (2):
      dma-buf: add dma_fence_timestamp helper
      drm/amdgpu: add missing NULL check

Dan Carpenter (1):
      drm/msm/dsi: fix irq_of_parse_and_map() error checking

Daniel Miess (1):
      drm/amd/display: Don't set dpms_off for seamless boot

Dave Airlie (3):
      Merge tag 'drm-misc-fixes-2023-10-12' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
      Merge tag 'drm-msm-fixes-2023-10-07' of
https://gitlab.freedesktop.org/drm/msm into drm-fixes
      Merge tag 'amd-drm-fixes-6.6-2023-10-11' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes

Dmitry Baryshkov (1):
      drm/msm/mdss: fix highest-bank-bit for msm8998

Icenowy Zheng (1):
      drm/amdgpu: fix SI failure due to doorbells allocation

Joey Gouly (1):
      drm/tiny: correctly print `struct resource *` on error

Konstantin Meskhidze (1):
      drm/vmwgfx: fix typo of sizeof argument

Kuogee Hsieh (1):
      drm/msm/dp: do not reinitialize phy unless retry during link training

Matthew Wilcox (Oracle) (1):
      drm: Do not overrun array in drm_gem_get_pages()

Ruihai Zhou (1):
      drm/panel: boe-tv101wum-nl6: Completely pull GPW to VGL before TP term

Simon Ser (1):
      drm/atomic-helper: relax unregistered connector check

Stephen Boyd (1):
      drm/msm/dp: Add newlines to debug printks

Zack Rusin (1):
      drm/vmwgfx: Keep a gem reference to user bos in surfaces

 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(-)


More information about the dri-devel mailing list