[git pull] drm fixes for 5.12-rc4

Dave Airlie airlied at gmail.com
Fri Mar 19 00:53:29 UTC 2021


Hi Linus,

Regular fixes pull, pretty small set of fixes, a couple of i915 and
amdgpu, one ttm, one nouveau and one omap. Probably smaller than usual
for this time, so we'll see if something pops up next week or if this
will continue to stay small.

Dave.

drm-fixes-2021-03-19:
drm fixes for 5.12-rc4

ttm:
- Make ttm_bo_unpin() not wraparound on too many unpins.

omap:
- Fix coccicheck warning in omap.

amdgpu:
- DCN 3.0 gamma fixes
- DCN 2.1 corrupt screen fix

i915:
- Workaround async flip + VT-d frame corruption on HSW/BDW
- Fix NMI watchdog crash due to uninitialized OA buffer use on gen12+

nouveau:
- workaround oops with bo syncing
The following changes since commit 1e28eed17697bcf343c6743f0028cc3b5dd88bf0:

  Linux 5.12-rc3 (2021-03-14 14:41:02 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2021-03-19

for you to fetch changes up to e94c55b8e0a0bbe9a026250cf31e2fa45957d776:

  nouveau: Skip unvailable ttm page entries (2021-03-19 10:38:31 +1000)

----------------------------------------------------------------
drm fixes for 5.12-rc4

ttm:
- Make ttm_bo_unpin() not wraparound on too many unpins.

omap:
- Fix coccicheck warning in omap.

amdgpu:
- DCN 3.0 gamma fixes
- DCN 2.1 corrupt screen fix

i915:
- Workaround async flip + VT-d frame corruption on HSW/BDW
- Fix NMI watchdog crash due to uninitialized OA buffer use on gen12+

nouveau:
- workaround oops with bo syncing

----------------------------------------------------------------
Calvin Hou (1):
      drm/amd/display: Correct algorithm for reversed gamma

Christian König (1):
      drm/ttm: make ttm_bo_unpin more defensive

Dave Airlie (3):
      Merge tag 'drm-misc-fixes-2021-03-18' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
      Merge tag 'amd-drm-fixes-5.12-2021-03-18' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
      Merge tag 'drm-intel-fixes-2021-03-18' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes

Dillon Varone (1):
      drm/amd/display: Remove MPC gamut remap logic for DCN30

Junlin Yang (1):
      drm/omap: dsi: fix unsigned expression compared with zero

Sung Lee (1):
      drm/amd/display: Copy over soc values before bounding box creation

Tobias Klausmann (1):
      nouveau: Skip unvailable ttm page entries

Umesh Nerlige Ramappa (1):
      i915/perf: Start hrtimer only if sampling the OA buffer

Ville Syrjälä (1):
      drm/i915: Workaround async flip + VT-d corruption on HSW/BDW

 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c | 34 ++--------------------
 .../gpu/drm/amd/display/dc/dcn21/dcn21_resource.c  |  5 ++++
 .../gpu/drm/amd/display/dc/dcn30/dcn30_cm_common.c | 26 ++++++++++++-----
 drivers/gpu/drm/i915/i915_perf.c                   | 13 ++++-----
 drivers/gpu/drm/i915/i915_reg.h                    | 23 ++++++++++++++-
 drivers/gpu/drm/i915/intel_pm.c                    | 16 +++++++++-
 drivers/gpu/drm/nouveau/nouveau_bo.c               |  8 +++++
 drivers/gpu/drm/omapdrm/dss/dsi.c                  |  7 +++--
 include/drm/ttm/ttm_bo_api.h                       |  6 ++--
 9 files changed, 83 insertions(+), 55 deletions(-)


More information about the dri-devel mailing list