Nouveau Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-12-19 02:24:03 to 2019-01-11 00:53:26 UTC [more...]

[PATCH v7 00/20] MST refcounting/atomic helpers cleanup
 2019-01-11  0:53 UTC  (4+ messages)
  ` [PATCH v7 01/20] drm/dp_mst: Fix some formatting in drm_dp_add_port()
  ` [PATCH v7 02/20] drm/dp_mst: Fix some formatting in drm_dp_payload_send_msg()
` [PATCH v7 03/20] drm/dp_mst: Fix some formatting in drm_dp_mst_allocate_vcpi()

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

[PATCH] drm/nouveau/nvkm: mark expected switch fall-throughs
 2019-01-10 19:33 UTC  (2+ messages)

[Bug 107829] New: nouveau crash/freeze [MULTIPLE_WARP_ERRORS] warp 3f0009 [ILLEGAL_INSTR_ENCODING]
 2019-01-10 16:45 UTC  (7+ messages)
  ` [Bug 107829] "

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

[Bug 101665] New: lspci blocks forever with a GP107M
 2019-01-09  9:54 UTC  (3+ messages)
  ` [Bug 101665] "

[PATCH v4 00/16] MST refcounting/atomic helpers cleanup
 2019-01-08 21:04 UTC  (20+ 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 12/16] drm/nouveau: Grab payload lock in nv50_msto_payload()
  ` [PATCH v4 14/16] drm/dp_mst: Start tracking per-port VCPI allocations
  ` [PATCH v4 15/16] drm/dp_mst: Check payload count in drm_dp_mst_atomic_check()
` [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
` [PATCH v4 13/16] drm/dp_mst: Add some atomic state iterator macros
` [PATCH v4 16/16] drm/nouveau: Use atomic VCPI helpers for MST

[PATCH v2 00/16] MST refcounting/atomic helpers cleanup
 2019-01-08 19:38 UTC  (23+ 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 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 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 16/16] drm/nouveau: Use atomic VCPI helpers for MST

[PATCH 1/4] drm/edid: Pass connector to AVI infoframe functions
 2019-01-08 17:28 UTC 

[Bug 99900] [NVC1] nouveau: freeze / crash after kernel update to 4.10
 2019-01-08 11:52 UTC  (5+ messages)

[Bug 100567] New: Nouveau system freeze fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT]
 2019-01-08 11:52 UTC  (13+ messages)
  ` [Bug 100567] "

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

Chromium - Application-level nouveau blacklist
 2019-01-08  6:56 UTC  (5+ messages)

[PATCH 7/7] drm: Split out drm_probe_helper.h
 2019-01-07 10:24 UTC  (5+ messages)

[Bug 109230] New: [crash] Xorg is crashing on startup with enabled xinerama
 2019-01-07  8:45 UTC  (10+ messages)
  ` [Bug 109230] "

[Bug 96562] New: nouveau crashes with SCHED_ERROR 0a [CTXSW_TIMEOUT]
 2019-01-06 14:37 UTC  (2+ messages)
  ` [Bug 96562] "

Chromium - Application-level nouveau blacklist
 2019-01-06  4:05 UTC  (2+ messages)

[Bug 99202] New: system freeze - fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT] - MULTIPLE_WARP_ERRORS - DATA_ERROR 00000004 [INVALID_VALUE] - ILLEGAL_CLASS ch 11 - RT_STORAGE_TYPE_MISMATCH - CLASS_SUBCH_MISMATCH
 2019-01-06  0:09 UTC  (2+ messages)
  ` [Bug 99202] "

[Bug 103721] New: Frequent freezes with nouveau on Thinkpad P50
 2019-01-05 23:45 UTC  (3+ messages)
  ` [Bug 103721] [GM107] "

[Bug 98138] New: Random Freeze - nouveau 0000:01:00.0: fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT]
 2019-01-05 21:44 UTC  (3+ messages)
  ` [Bug 98138] "

[Bug 98386] New: [NVE7] bus: MMIO write of FAULT at [ IBUS ], Pointer to {TDMS, flat panel) table invalid
 2019-01-04  9:36 UTC  (2+ 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  (2+ 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  (4+ messages)
  ` [Bug 100423] "

[Bug 105319] New: DRM: EVO timeout with kernel 4.15.x
 2018-12-31  2:42 UTC  (2+ 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)

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

[WIP PATCH 00/15] MST refcounting/atomic helpers cleanup
 2018-12-19 18:36 UTC  (10+ messages)
` [WIP PATCH 03/15] drm/dp_mst: Introduce new refcounting scheme for mstbs and ports
` [WIP PATCH 06/15] drm/i915: Keep malloc references to MST ports

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


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