Nouveau Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-12-05 07:40:34 to 2019-01-05 00:15:01 UTC [more...]

[PATCH v4 00/16] MST refcounting/atomic helpers cleanup
 2019-01-05  0:15 UTC  (12+ messages)
` [PATCH v4 01/16] drm/dp_mst: Rename drm_dp_mst_get_validated_(port|mstb)_ref and friends
  ` [PATCH v4 02/16] drm/dp_mst: Introduce new refcounting scheme for mstbs and ports
  ` [PATCH v4 03/16] drm/dp_mst: Restart last_connected_port_and_mstb() if topology ref fails
  ` [PATCH v4 04/16] drm/dp_mst: Stop releasing VCPI when removing ports from topology
  ` [PATCH v4 05/16] drm/dp_mst: Fix payload deallocation on hotplugs using malloc refs
  ` [PATCH v4 06/16] drm/i915: Keep malloc references to MST ports
  ` [PATCH v4 07/16] drm/amdgpu/display: Keep malloc ref to MST port
  ` [PATCH v4 08/16] drm/nouveau: Remove bogus cleanup in nv50_mstm_add_connector()
  ` [PATCH v4 09/16] drm/nouveau: Remove unnecessary VCPI checks in nv50_msto_cleanup()
` [PATCH v4 10/16] drm/nouveau: Keep malloc references to MST ports
` [PATCH v4 11/16] drm/nouveau: Stop unsetting mstc->port, use malloc refs

[Bug 98386] New: [NVE7] bus: MMIO write of FAULT at [ IBUS ], Pointer to {TDMS, flat panel) table invalid
 2019-01-04  9:36 UTC  (4+ messages)
  ` [Bug 98386] [NVE7] bus: MMIO write of FAULT at [ IBUS ], Pointer to {TDMS, flat panel} "

[Bug 104835] New: MMIO read of 00000000 FAULT at 10ac08 [ IBUS ]
 2019-01-04  9:33 UTC  (4+ messages)
  ` [Bug 104835] "

[Bug 102349] New: nv4x crashing with plasmashell - gdb log included
 2019-01-03 17:21 UTC  (7+ messages)
  ` [Bug 102349] "

[PATCH v3 00/16] MST refcounting/atomic helpers cleanup
 2019-01-03  0:06 UTC  (17+ messages)
` [PATCH v3 01/16] drm/dp_mst: Rename drm_dp_mst_get_validated_(port|mstb)_ref and friends
  ` [PATCH v3 02/16] drm/dp_mst: Introduce new refcounting scheme for mstbs and ports
  ` [PATCH v3 03/16] drm/dp_mst: Restart last_connected_port_and_mstb() if topology ref fails
  ` [PATCH v3 04/16] drm/dp_mst: Stop releasing VCPI when removing ports from topology
  ` [PATCH v3 05/16] drm/dp_mst: Fix payload deallocation on hotplugs using malloc refs
  ` [PATCH v3 06/16] drm/i915: Keep malloc references to MST ports
  ` [PATCH v3 08/16] drm/nouveau: Remove bogus cleanup in nv50_mstm_add_connector()
  ` [PATCH v3 10/16] drm/nouveau: Keep malloc references to MST ports
  ` [PATCH v3 11/16] drm/nouveau: Stop unsetting mstc->port, use malloc refs
  ` [PATCH v3 13/16] drm/dp_mst: Add some atomic state iterator macros
  ` [PATCH v3 14/16] drm/dp_mst: Start tracking per-port VCPI allocations
  ` [PATCH v3 15/16] drm/dp_mst: Check payload count in drm_dp_mst_atomic_check()
  ` [PATCH v3 16/16] drm/nouveau: Use atomic VCPI helpers for MST
` [PATCH v3 07/16] drm/amdgpu/display: Keep malloc ref to MST port
` [PATCH v3 09/16] drm/nouveau: Remove unnecessary VCPI checks in nv50_msto_cleanup()
` [PATCH v3 12/16] drm/nouveau: Grab payload lock in nv50_msto_payload()

[Bug 109187] New: [NVC1][optimus] nouveau black display, only mouse cursor visible
 2019-01-02 12:06 UTC  (5+ messages)
  ` [Bug 109187] "
  ` [Bug 109187] [NVC1][optimus] nouveau black display, only mouse cursor visible when using intel driver for integrated GPU

Nouveau module results in total lockups without any dmesg trace on a NP900X5N Kaby Lake machine
 2019-01-02  0:18 UTC  (3+ messages)
      ` Nouveau module X server not starting "

[Bug 100423] New: MMIO read of 00000000 FAULT at 022554 [ IBUS ]
 2019-01-01 22:01 UTC  (9+ messages)
  ` [Bug 100423] "

[Bug 105319] New: DRM: EVO timeout with kernel 4.15.x
 2018-12-31  2:42 UTC  (4+ messages)
  ` [Bug 105319] "

[Bug 109186] New: Nouveau is freeze display. Only mouse working
 2018-12-30 22:25 UTC 

[Bug 109185] New: Nouveau is freeze display. Only mouse working
 2018-12-30 22:23 UTC 

[PATCH] drm/nouveau: Don't disable polling in fallback mode
 2018-12-30  8:42 UTC  (5+ messages)

[PATCH 4/7] drm: Move the legacy kms disable_all helper to crtc helpers
 2018-12-29 22:56 UTC  (11+ messages)
` [PATCH 7/7] drm: Split out drm_probe_helper.h

[Bug 100567] New: Nouveau system freeze fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT]
 2018-12-22 11:41 UTC  (2+ messages)
  ` [Bug 100567] "

[Bug 107829] New: nouveau crash/freeze [MULTIPLE_WARP_ERRORS] warp 3f0009 [ILLEGAL_INSTR_ENCODING]
 2018-12-22 11:35 UTC  (2+ messages)
  ` [Bug 107829] "

[Bug 108982] New: GM206: MMIO write of 800000ec FAULT at 10eb14 [ IBUS ]
 2018-12-20 16:54 UTC  (7+ messages)
  ` [Bug 108982] "

[PATCH v2 00/16] MST refcounting/atomic helpers cleanup
 2018-12-20  9:10 UTC  (19+ messages)
` [PATCH v2 01/16] drm/dp_mst: Rename drm_dp_mst_get_validated_(port|mstb)_ref and friends
` [PATCH v2 02/16] drm/dp_mst: Introduce new refcounting scheme for mstbs and ports
` [PATCH v2 06/16] drm/i915: Keep malloc references to MST ports
` [PATCH v2 09/16] drm/nouveau: Remove unnecessary VCPI checks in nv50_msto_cleanup()
` [PATCH v2 12/16] drm/nouveau: Grab payload lock in nv50_msto_payload()
` [PATCH v2 13/16] drm/dp_mst: Add some atomic state iterator macros
  ` [PATCH v2 03/16] drm/dp_mst: Restart last_connected_port_and_mstb() if topology ref fails
  ` [PATCH v2 04/16] drm/dp_mst: Stop releasing VCPI when removing ports from topology
  ` [PATCH v2 05/16] drm/dp_mst: Fix payload deallocation on hotplugs using malloc refs
  ` [PATCH v2 07/16] drm/amdgpu/display: Keep malloc ref to MST port
  ` [PATCH v2 08/16] drm/nouveau: Remove bogus cleanup in nv50_mstm_add_connector()
  ` [PATCH v2 10/16] drm/nouveau: Keep malloc references to MST ports
  ` [PATCH v2 11/16] drm/nouveau: Stop unsetting mstc->port, use malloc refs
  ` [PATCH v2 14/16] drm/dp_mst: Start tracking per-port VCPI allocations
  ` [PATCH v2 15/16] drm/dp_mst: Check payload count in drm_dp_mst_atomic_check()
` [PATCH v2 16/16] drm/nouveau: Use atomic VCPI helpers for MST

[WIP PATCH 00/15] MST refcounting/atomic helpers cleanup
 2018-12-19 18:36 UTC  (31+ messages)
` [WIP PATCH 01/15] drm/dp_mst: Remove bogus conditional in drm_dp_update_payload_part1()
` [WIP PATCH 02/15] drm/dp_mst: Refactor drm_dp_update_payload_part1()
` [WIP PATCH 04/15] drm/dp_mst: Stop releasing VCPI when removing ports from topology
` [WIP PATCH 07/15] drm/nouveau: Remove bogus cleanup in nv50_mstm_add_connector()
` [WIP PATCH 08/15] drm/nouveau: Remove unnecessary VCPI checks in nv50_msto_cleanup()
  ` [WIP PATCH 03/15] drm/dp_mst: Introduce new refcounting scheme for mstbs and ports
  ` [WIP PATCH 05/15] drm/dp_mst: Fix payload deallocation on hotplugs using malloc refs
  ` [WIP PATCH 06/15] drm/i915: Keep malloc references to MST ports
  ` [WIP PATCH 09/15] drm/nouveau: Fix potential use-after-frees for MSTCs
  ` [WIP PATCH 11/15] drm/nouveau: Grab payload lock in nv50_msto_payload()
  ` [WIP PATCH 12/15] drm/dp_mst: Add some atomic state iterator macros
  ` [WIP PATCH 13/15] drm/dp_mst: Start tracking per-port VCPI allocations
` [WIP PATCH 10/15] drm/nouveau: Stop unsetting mstc->port, use malloc refs
` [WIP PATCH 14/15] drm/dp_mst: Check payload count in drm_dp_mst_atomic_check()
` [WIP PATCH 15/15] drm/nouveau: Use atomic VCPI helpers for MST

[PATCH] drm/nouveau/pmu: don't print reply values if exec is false
 2018-12-19 15:29 UTC 

[PATCH 4/7] drm: Move the legacy kms disable_all helper to crtc helpers
 2018-12-18  9:27 UTC  (4+ messages)
  ` [PATCH 7/7] drm: Split out drm_probe_helper.h
      ` [Intel-gfx] "

Requesting help in Nvidia 940MX card issue
 2018-12-16  8:04 UTC 

[PATCH] drm/nouveau/falcon: avoid touching registers if engine is off
 2018-12-14  3:44 UTC  (2+ messages)
  ` [PATCH] drm/nouveau/volt/gf117: fix speedo readout register

[Bug 108980] New: GF117: MMIO write of 0000001f FAULT at 6013d4 [ IBUS ]
 2018-12-13 18:19 UTC  (16+ messages)
  ` [Bug 108980] "

[PATCH] drm/nouveau: Fix memory leak in nv50_mstm_del()
 2018-12-12 17:40 UTC  (3+ messages)

[Bug 109035] New: amazon echo dot technical support phone number
 2018-12-12 16:45 UTC  (3+ messages)
  ` [Bug 109035] "

[Bug 109025] New: Reset Button is not working properly
 2018-12-12  8:27 UTC  (2+ messages)
  ` [Bug 109025] "

System freeze: Debian Testing with C61 [GeForce 7025 / nForce 630a]
 2018-12-11 16:48 UTC  (5+ messages)

next/master boot bisection: Oops in nouveau driver on jetson-tk1
 2018-12-11  0:51 UTC  (6+ messages)

TK1: DRM, Nouveau and VIC
 2018-12-10 16:38 UTC  (8+ messages)

[PATCH] drm/nouveau: tegra: Call nouveau_drm_device_init()
 2018-12-10 15:14 UTC  (2+ messages)
`  "

[PATCH 7/7] drm: Split out drm_probe_helper.h
 2018-12-10 10:10 UTC 

new GP107
 2018-12-09 19:16 UTC  (3+ messages)

[Bug 91988] New: nouveau causes complete system hang - SCHED_ERROR CTXSW_TIMEOUT PGRAPH engine fault PBDMA0 ACQUIRE
 2018-12-08 22:11 UTC  (2+ messages)
  ` [Bug 91988] "

[Bug 93629] New: [NVE6] complete system freeze, PGRAPH engine fault on channel 2, SCHED_ERROR [ CTXSW_TIMEOUT ]
 2018-12-08 22:11 UTC  (3+ messages)
  ` [Bug 93629] "

[PATCH RFC 00/15] Zero ****s, hugload of hugs <3
 2018-12-07 13:39 UTC  (11+ messages)

[Bug 108959] New: Hangs and reboots while browsing [and/or playing video]
 2018-12-05 21:53 UTC 

[PATCH 1/4] drm/edid: Pass connector to AVI inforframe functions
 2018-12-05 15:06 UTC  (16+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox