mbox series

[git,pull] drm nouveau urgent fixes for 5.10-rc4

Message ID CAPM=9ty9cBzR5tr8g2B7LE9+Hcf4NViHcyDcEHJMVgYmSoub1A@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [git,pull] drm nouveau urgent fixes for 5.10-rc4 | expand

Pull-request

git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2020-11-16

Message

Dave Airlie Nov. 15, 2020, 8:41 p.m. UTC
Hi Linus,

As mentioned I did have a fixes pull from Ben from after I'd sent you
out stuff, it contains the fix for the regression reported in the rc1
thread along with two others.

Dave.

drm-fixes-2020-11-16:
drm nouveau fixes for 5.10-rc4

nouveau:
- atomic modesetting regression fix
- ttm pre-nv50 fix
- connector NULL ptr deref fix
The following changes since commit 41f3ed2cac86ba533ce6a334a2e7fae5c7082946:

  Merge tag 'amd-drm-fixes-5.10-2020-11-12' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes (2020-11-13
16:05:31 +1000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2020-11-16

for you to fetch changes up to 8f598d15ee6577a56d6617d9e4151591db34d8fa:

  Merge branch 'linux-5.10' of git://github.com/skeggsb/linux into
drm-fixes (2020-11-16 06:36:31 +1000)

----------------------------------------------------------------
drm nouveau fixes for 5.10-rc4

nouveau:
- atomic modesetting regression fix
- ttm pre-nv50 fix
- connector NULL ptr deref fix

----------------------------------------------------------------
Alexander Kapshuk (1):
      drm/nouveau/kms: Fix NULL pointer dereference in
nouveau_connector_detect_depth

Ben Skeggs (1):
      drm/nouveau/ttm: avoid using nouveau_drm.ttm.type_vram prior to nv50

Dave Airlie (1):
      Merge branch 'linux-5.10' of git://github.com/skeggsb/linux into drm-fixes

Lyude Paul (1):
      drm/nouveau/kms/nv50-: Use atomic encoder callbacks everywhere

 drivers/gpu/drm/nouveau/dispnv50/disp.c     | 29 ++++++++++++++---------------
 drivers/gpu/drm/nouveau/nouveau_bo.c        |  3 +--
 drivers/gpu/drm/nouveau/nouveau_connector.c | 14 +++++++++-----
 3 files changed, 24 insertions(+), 22 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 15, 2020, 9:14 p.m. UTC | #1
The pull request you sent on Mon, 16 Nov 2020 06:41:34 +1000:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2020-11-16

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

Thank you!
Linus Torvalds Nov. 15, 2020, 9:16 p.m. UTC | #2
On Sun, Nov 15, 2020 at 12:41 PM Dave Airlie <airlied@gmail.com> wrote:
>
> As mentioned I did have a fixes pull from Ben from after I'd sent you
> out stuff, it contains the fix for the regression reported in the rc1
> thread along with two others.

Thanks, pulled,

             Linus