[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAPM=9tziNvC7VozK1C3yd+wqspVGF7d0eToOANwV4Euwy4LMkQ@mail.gmail.com>
Date: Fri, 20 Mar 2020 13:01:44 +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.6-rc7
Hey Linus,
Hope you are well hiding out above the garage, a few amdgpu changes
but nothing too major. I've had a wisdom tooth out this week so
haven't been to on top of things, but all seems good.
Dave.
drm-fixes-2020-03-20:
drm fixes for 5.6-rc7
core:
- fix lease warning
i915:
- Track active elements during dequeue
- Fix failure to handle all MCR ranges
- Revert unnecessary workaround
amdgpu:
- Pageflip fix
- VCN clockgating fixes
- GPR debugfs fix for umr
- GPU reset fix
- eDP fix for MBP
- DCN2.x fix
dw-hdmi:
- fix AVI frame colorimetry
komeda:
- fix compiler warning
bochs:
- downgrade a binding failure to a warning
The following changes since commit fb33c6510d5595144d585aa194d377cf74d31911:
Linux 5.6-rc6 (2020-03-15 15:01:23 -0700)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2020-03-20
for you to fetch changes up to 5366b96b1997745d903c697a32e0ed27b66fd158:
Merge tag 'drm-intel-fixes-2020-03-19' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2020-03-20
12:52:35 +1000)
----------------------------------------------------------------
drm fixes for 5.6-rc7
core:
- fix lease warning
i915:
- Track active elements during dequeue
- Fix failure to handle all MCR ranges
- Revert unnecessary workaround
amdgpu:
- Pageflip fix
- VCN clockgating fixes
- GPR debugfs fix for umr
- GPU reset fix
- eDP fix for MBP
- DCN2.x fix
dw-hdmi:
- fix AVI frame colorimetry
komeda:
- fix compiler warning
bochs:
- downgrade a binding failure to a warning
----------------------------------------------------------------
Arnd Bergmann (1):
drm/komeda: mark PM functions as __maybe_unused
Caz Yokoyama (1):
Revert "drm/i915/tgl: Add extra hdc flush workaround"
Chris Wilson (1):
drm/i915/execlists: Track active elements during dequeue
Dave Airlie (3):
Merge tag 'drm-misc-fixes-2020-03-18-1' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Merge tag 'amd-drm-fixes-5.6-2020-03-19' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes
Merge tag 'drm-intel-fixes-2020-03-19' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
Evan Quan (1):
drm/amdgpu: add fbdev suspend/resume on gpu reset
Gerd Hoffmann (1):
drm/bochs: downgrade pci_request_region failure from error to warning
James Zhu (3):
drm/amdgpu: fix typo for vcn1 idle check
drm/amdgpu: fix typo for vcn2/jpeg2 idle check
drm/amdgpu: fix typo for vcn2.5/jpeg2.5 idle check
Jernej Skrabec (1):
drm/bridge: dw-hdmi: fix AVI frame colorimetry
Mario Kleiner (2):
drm/amd/display: Add link_rate quirk for Apple 15" MBP 2017
drm/amd/display: Fix pageflip event race condition for DCN.
Matt Roper (1):
drm/i915: Handle all MCR ranges
Qiujun Huang (1):
drm/lease: fix WARNING in idr_destroy
Stanley.Yang (1):
drm/amd/display: fix typos for dcn20_funcs and dcn21_funcs struct
Tom St Denis (1):
drm/amd/amdgpu: Fix GPR read from debugfs (v2)
drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | 6 +--
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 ++
drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.c | 2 +-
drivers/gpu/drm/amd/amdgpu/jpeg_v2_5.c | 2 +-
drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c | 2 +-
drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c | 2 +-
drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c | 2 +-
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 18 ++++++--
drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 11 +++++
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_init.c | 1 -
drivers/gpu/drm/amd/display/dc/dcn21/dcn21_init.c | 1 -
drivers/gpu/drm/arm/display/komeda/komeda_drv.c | 4 +-
drivers/gpu/drm/bochs/bochs_hw.c | 6 +--
drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 46 +++++++++++---------
drivers/gpu/drm/drm_lease.c | 3 +-
drivers/gpu/drm/i915/gt/intel_lrc.c | 52 ++++++-----------------
drivers/gpu/drm/i915/gt/intel_workarounds.c | 25 +++++++++--
17 files changed, 104 insertions(+), 83 deletions(-)
Powered by blists - more mailing lists