[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAPM=9tyGF24NcUraYx7shazjkZ=c2sukykcxZE-u6L-qekCvbw@mail.gmail.com>
Date: Mon, 19 Oct 2020 15:21:40 +1000
From: Dave Airlie <airlied@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Daniel Vetter <daniel.vetter@...ll.ch>
Cc: dri-devel <dri-devel@...ts.freedesktop.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: [git pull] drm fixes for 5.10-rc1
Hi Linus,
Some fixes queued up already for i915 and amdgpu, I've also included
the fix for the clang warning you've seen.
Dave.
drm-next-2020-10-19:
drm fixes for 5.10-rc1
i915:
- Set all unused color plane offsets to ~0xfff again (Ville)
- Fix TGL DKL PHY DP vswing handling (Ville)
amdgpu:
- DCN clang warning fix
- eDP fix
- BACO fix
- Kernel documentation fixes
- SMU7 mclk fix
- VCN1 hw bug workaround
amdkfd:
- kvfree vs kfree fix
The following changes since commit 640eee067d9aae0bb98d8706001976ff1affaf00:
Merge tag 'drm-misc-next-fixes-2020-10-13' of
git://anongit.freedesktop.org/drm/drm-misc into drm-next (2020-10-14
07:31:53 +1000)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm tags/drm-next-2020-10-19
for you to fetch changes up to 40b99050455b9a6cb8faf15dcd41888312184720:
Merge tag 'drm-intel-next-fixes-2020-10-15' of
git://anongit.freedesktop.org/drm/drm-intel into drm-next (2020-10-19
09:21:59 +1000)
----------------------------------------------------------------
drm fixes for 5.10-rc1
i915:
- Set all unused color plane offsets to ~0xfff again (Ville)
- Fix TGL DKL PHY DP vswing handling (Ville)
amdgpu:
- DCN clang warning fix
- eDP fix
- BACO fix
- Kernel documentation fixes
- SMU7 mclk fix
- VCN1 hw bug workaround
amdkfd:
- kvfree vs kfree fix
----------------------------------------------------------------
Alex Deucher (1):
drm/amdgpu/swsmu: init the baco mutex in early_init
Dave Airlie (2):
Merge tag 'amd-drm-fixes-5.10-2020-10-14' of
git://people.freedesktop.org/~agd5f/linux into drm-next
Merge tag 'drm-intel-next-fixes-2020-10-15' of
git://anongit.freedesktop.org/drm/drm-intel into drm-next
Eryk Brol (1):
drm/amd/display: Fix incorrect dsc force enable logic
Evan Quan (1):
drm/amd/pm: increase mclk switch threshold to 200 us
Kent Russell (1):
drm/amdkfd: Use kvfree in destroy_crat_image
Mauro Carvalho Chehab (2):
drm/amd/display: kernel-doc: document force_timing_sync
docs: amdgpu: fix a warning when building the documentation
Rodrigo Siqueira (1):
drm/amd/display: Fix module load hangs when connected to an eDP
Veerabadhran G (1):
drm/amdgpu: vcn and jpeg ring synchronization
Ville Syrjälä (2):
drm/i915: Fix TGL DKL PHY DP vswing handling
drm/i915: Set all unused color plane offsets to ~0xfff again
Documentation/gpu/amdgpu.rst | 4 ++--
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c | 2 ++
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h | 1 +
drivers/gpu/drm/amd/amdgpu/jpeg_v1_0.c | 24 +++++++++++++++++--
drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c | 28 ++++++++++++++++++----
drivers/gpu/drm/amd/amdgpu/vcn_v1_0.h | 3 ++-
drivers/gpu/drm/amd/amdkfd/kfd_crat.c | 2 +-
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 2 ++
.../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 2 +-
drivers/gpu/drm/amd/display/dc/core/dc.c | 10 ++++----
.../gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c | 2 +-
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 7 +++---
drivers/gpu/drm/i915/display/intel_ddi.c | 2 +-
drivers/gpu/drm/i915/display/intel_display.c | 17 ++++---------
14 files changed, 72 insertions(+), 34 deletions(-)
Powered by blists - more mailing lists