mbox series

[git,pull] drm fixes for 6.1-rc8

Message ID CAPM=9tzKpUGHMEw3aN43b+P3+WwAtZGia190JktnB163TvVjCw@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [git,pull] drm fixes for 6.1-rc8 | expand

Pull-request

git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2022-12-02

Message

Dave Airlie Dec. 2, 2022, 1:44 a.m. UTC
Hi Linus,

Things do seem to have finally settled down, just 4 i915 and one
amdgpu this week. Probably won't have much for next week if you do
push rc8 out.

Dave.

drm-fixes-2022-12-02:
drm fixes for 6.1-rc8

i915:
- Fix dram info readout
- Remove non-existent pipes from bigjoiner pipe mask
- Fix negative value passed as remaining time
- Never return 0 if not all requests retired

amdgpu:
- VCN fix for vangogh
The following changes since commit b7b275e60bcd5f89771e865a8239325f86d9927d:

  Linux 6.1-rc7 (2022-11-27 13:31:48 -0800)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2022-12-02

for you to fetch changes up to c082fbd687ad70a92e0a8be486a7555a66f03079:

  Merge tag 'amd-drm-fixes-6.1-2022-12-01' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2022-12-02
09:12:46 +1000)

----------------------------------------------------------------
drm fixes for 6.1-rc8

i915:
- Fix dram info readout
- Remove non-existent pipes from bigjoiner pipe mask
- Fix negative value passed as remaining time
- Never return 0 if not all requests retired

amdgpu:
- VCN fix for vangogh

----------------------------------------------------------------
Dave Airlie (2):
      Merge tag 'drm-intel-fixes-2022-12-01' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
      Merge tag 'amd-drm-fixes-6.1-2022-12-01' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes

Janusz Krzysztofik (2):
      drm/i915: Fix negative value passed as remaining time
      drm/i915: Never return 0 if not all requests retired

Leo Liu (1):
      drm/amdgpu: enable Vangogh VCN indirect sram mode

Radhakrishna Sripada (1):
      drm/i915/mtl: Fix dram info readout

Ville Syrjälä (1):
      drm/i915: Remove non-existent pipes from bigjoiner pipe mask

 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c      |  3 +++
 drivers/gpu/drm/i915/display/intel_display.c | 10 +++++++---
 drivers/gpu/drm/i915/gt/intel_gt.c           |  9 +++++++--
 drivers/gpu/drm/i915/gt/intel_gt_requests.c  |  2 +-
 drivers/gpu/drm/i915/intel_dram.c            |  3 +--
 5 files changed, 19 insertions(+), 8 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 2, 2022, 11:45 p.m. UTC | #1
The pull request you sent on Fri, 2 Dec 2022 11:44:43 +1000:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2022-12-02

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c290db013742e98fe5b64073bc2dd8c8a2ac9e4c

Thank you!