All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/nouveau: CRC fixes
@ 2021-01-19  1:48 Lyude Paul
  2021-01-19  1:48   ` Lyude Paul
                   ` (4 more replies)
  0 siblings, 5 replies; 22+ messages in thread
From: Lyude Paul @ 2021-01-19  1:48 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

Over vacation I did a bunch of work on getting igt working for evo GPUs.
Note though some of these fixes are for nvdisplay GPUs, as I noticed a
couple of things along the way (like the fact that you CAN use the core
channel for tag updating on turing+, hooray!).

Lyude Paul (5):
  drm/nouveau/kms/nv50-: Use drm_dbg_kms() in crc.c
  drm/nouveau/kms/nv50-: Check vbl count after CRC context flip
  drm/nouveau/kms/nv140-: Use hard-coded wndws or core channel for CRC
    channel
  drm/nouveau/kms/nvd9-nv138: Fix CRC calculation for the cursor channel
  drm/nouveau/kms/nv140-: Add CRC methods to gv100_disp_core_mthd_head

 drivers/gpu/drm/nouveau/dispnv50/Kbuild       |  1 +
 drivers/gpu/drm/nouveau/dispnv50/corec57d.c   |  2 +-
 drivers/gpu/drm/nouveau/dispnv50/crc.c        | 64 ++++++-----------
 drivers/gpu/drm/nouveau/dispnv50/crc.h        |  7 +-
 drivers/gpu/drm/nouveau/dispnv50/crc907d.c    |  8 +--
 drivers/gpu/drm/nouveau/dispnv50/crcc37d.c    | 45 +++---------
 drivers/gpu/drm/nouveau/dispnv50/crcc37d.h    | 40 +++++++++++
 drivers/gpu/drm/nouveau/dispnv50/crcc57d.c    | 58 ++++++++++++++++
 .../drm/nouveau/include/nvhw/class/clc57d.h   | 69 +++++++++++++++++++
 .../drm/nouveau/nvkm/engine/disp/coregv100.c  |  2 +
 10 files changed, 208 insertions(+), 88 deletions(-)
 create mode 100644 drivers/gpu/drm/nouveau/dispnv50/crcc37d.h
 create mode 100644 drivers/gpu/drm/nouveau/dispnv50/crcc57d.c

-- 
2.29.2

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

end of thread, other threads:[~2021-02-24  0:52 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19  1:48 [PATCH 0/5] drm/nouveau: CRC fixes Lyude Paul
2021-01-19  1:48 ` [PATCH 1/5] drm/nouveau/kms/nv50-: Use drm_dbg_kms() in crc.c Lyude Paul
2021-01-19  1:48   ` Lyude Paul
2021-01-19  1:48   ` Lyude Paul
2021-01-19 10:25   ` Simon Ser
2021-01-19 10:25     ` Simon Ser
2021-01-19 10:25     ` Simon Ser
2021-01-19  1:48 ` [PATCH 2/5] drm/nouveau/kms/nv50-: Check vbl count after CRC context flip Lyude Paul
2021-01-19  1:48   ` Lyude Paul
2021-01-19  1:48   ` Lyude Paul
2021-01-19  1:48 ` [PATCH 3/5] drm/nouveau/kms/nv140-: Use hard-coded wndws or core channel for CRC channel Lyude Paul
2021-01-19  1:48   ` Lyude Paul
2021-01-19  1:48   ` Lyude Paul
2021-01-19  1:48 ` [PATCH 4/5] drm/nouveau/kms/nvd9-nv138: Fix CRC calculation for the cursor channel Lyude Paul
2021-01-19  1:48   ` Lyude Paul
2021-01-19  1:48   ` Lyude Paul
2021-02-23 23:56   ` [PATCH v2] " Lyude Paul
2021-02-23 23:56     ` Lyude Paul
2021-02-23 23:56     ` [Nouveau] " Lyude Paul
2021-01-19  1:48 ` [PATCH 5/5] drm/nouveau/kms/nv140-: Add CRC methods to gv100_disp_core_mthd_head Lyude Paul
2021-01-19  1:48   ` Lyude Paul
2021-01-19  1:48   ` Lyude Paul

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.