All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] nouveau-fixes 5.10
@ 2020-11-14  4:27 Ben Skeggs
  0 siblings, 0 replies; 4+ messages in thread
From: Ben Skeggs @ 2020-11-14  4:27 UTC (permalink / raw)
  To: David Airlie, dri-devel

The following changes since commit f8394f232b1eab649ce2df5c5f15b0e528c92091:

  Linux 5.10-rc3 (2020-11-08 16:10:16 -0800)

are available in the Git repository at:

  git://github.com/skeggsb/linux linux-5.10

for you to fetch changes up to 5c6fb4b28b165887c42c66731c90eaca818b04c6:

  drm/nouveau/kms/nv50-: Use atomic encoder callbacks everywhere
(2020-11-14 14:19:18 +1000)

----------------------------------------------------------------
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

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(-)

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PULL] nouveau-fixes 5.10
  2020-11-12  4:12 Ben Skeggs
@ 2020-11-13  6:10 ` Dave Airlie
  0 siblings, 0 replies; 4+ messages in thread
From: Dave Airlie @ 2020-11-13  6:10 UTC (permalink / raw)
  To: Ben Skeggs; +Cc: Dave Airlie, ML dri-devel

On Thu, 12 Nov 2020 at 14:12, Ben Skeggs <skeggsb@gmail.com> wrote:
>
> The following changes since commit 512bce50a41c528fa15c4c014293e7bebf018658:
>
>   Merge v5.10-rc3 into drm-next (2020-11-10 14:36:36 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/skeggsb/linux linux-5.10
>
> for you to fetch changes up to f67e5ecab785631cf7f776533432ba5aba06615a:
>
>   drm/nouveau/ttm: avoid using nouveau_drm.ttm.type_vram prior to nv50
> (2020-11-12 14:09:45 +1000)

Are these fixes for next or for fixes, since they are on a next base,
I didn't want to assume anything, if they are for v5.10 please base
them on v5.10-rc3 directly.

Dave.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PULL] nouveau-fixes 5.10
@ 2020-11-12  4:12 Ben Skeggs
  2020-11-13  6:10 ` Dave Airlie
  0 siblings, 1 reply; 4+ messages in thread
From: Ben Skeggs @ 2020-11-12  4:12 UTC (permalink / raw)
  To: Dave Airlie, ML dri-devel

The following changes since commit 512bce50a41c528fa15c4c014293e7bebf018658:

  Merge v5.10-rc3 into drm-next (2020-11-10 14:36:36 +0100)

are available in the Git repository at:

  git://github.com/skeggsb/linux linux-5.10

for you to fetch changes up to f67e5ecab785631cf7f776533432ba5aba06615a:

  drm/nouveau/ttm: avoid using nouveau_drm.ttm.type_vram prior to nv50
(2020-11-12 14:09:45 +1000)

----------------------------------------------------------------
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

 drivers/gpu/drm/nouveau/nouveau_bo.c        |  3 +--
 drivers/gpu/drm/nouveau/nouveau_connector.c | 14 +++++++++-----
 2 files changed, 10 insertions(+), 7 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PULL] nouveau-fixes 5.10
@ 2020-10-29 23:37 Ben Skeggs
  0 siblings, 0 replies; 4+ messages in thread
From: Ben Skeggs @ 2020-10-29 23:37 UTC (permalink / raw)
  To: ML dri-devel, Dave Airlie

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  git://github.com/skeggsb/linux linux-5.10

for you to fetch changes up to d7787cc04e0a1f2043264d1550465081096bd065:

  drm/nouveau/kms/nv50-: Fix clock checking algorithm in
nv50_dp_mode_valid() (2020-10-30 09:34:13 +1000)

----------------------------------------------------------------
Karol Herbst (2):
      drm/nouveau/gem: fix "refcount_t: underflow; use-after-free"
      drm/nouveau/device: fix changing endianess code to work on older GPUs

Lyude Paul (3):
      drm/nouveau/kms/nv50-: Program notifier offset before requesting disp caps
      drm/nouveau/kms/nv50-: Get rid of bogus nouveau_conn_mode_valid()
      drm/nouveau/kms/nv50-: Fix clock checking algorithm in
nv50_dp_mode_valid()

Ralph Campbell (1):
      drm/nouveau/nouveau: fix the start/end range for migration

 drivers/gpu/drm/nouveau/dispnv50/core.h             |  2 ++
 drivers/gpu/drm/nouveau/dispnv50/core507d.c         | 41
+++++++++++++++++++++++++++++++++++++++--
 drivers/gpu/drm/nouveau/dispnv50/core907d.c         | 36
+++++++++++++++++++++++++++++++++++-
 drivers/gpu/drm/nouveau/dispnv50/core917d.c         |  2 +-
 drivers/gpu/drm/nouveau/include/nvhw/class/cl507d.h |  5 ++++-
 drivers/gpu/drm/nouveau/include/nvhw/class/cl907d.h |  4 ++++
 drivers/gpu/drm/nouveau/nouveau_connector.c         | 36
++++++++++--------------------------
 drivers/gpu/drm/nouveau/nouveau_dp.c                | 31
+++++++++++++++++++------------
 drivers/gpu/drm/nouveau/nouveau_gem.c               |  3 ++-
 drivers/gpu/drm/nouveau/nouveau_svm.c               | 14 +++-----------
 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c   | 39
++++++++++++++++++++++++++-------------
 11 files changed, 145 insertions(+), 68 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-11-14  4:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-14  4:27 [PULL] nouveau-fixes 5.10 Ben Skeggs
  -- strict thread matches above, loose matches on Subject: below --
2020-11-12  4:12 Ben Skeggs
2020-11-13  6:10 ` Dave Airlie
2020-10-29 23:37 Ben Skeggs

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.