nouveau.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-20 05:29:47 to 2025-07-07 17:05:03 UTC [more...]

[PATCH v4 0/7] drm/panthor: support repeated mappings
 2025-07-07 17:04 UTC  (2+ messages)
` [PATCH v4 1/7] drm/panthor: Add support for atomic page table updates

[PATCH v2 0/7] drm/sched: Fix memory leaks with cancel_job() callback
 2025-07-07 15:25 UTC  (14+ messages)
` [PATCH v2 1/7] drm/sched: Avoid "
` [PATCH v2 2/7] drm/sched/tests: Implement "
` [PATCH v2 3/7] drm/sched/tests: Add unit test for cancel_job()
` [PATCH v2 4/7] drm/sched: Warn if pending list is not empty
` [PATCH v2 5/7] drm/nouveau: Make fence container helper usable driver-wide
` [PATCH v2 6/7] drm/nouveau: Add new callback for scheduler teardown
` [PATCH v2 7/7] drm/nouveau: Remove waitque for sched teardown

[PATCH] drm/nouveau/gsp: fix potential leak of memory used during acpi init
 2025-07-07 14:59 UTC  (4+ messages)

Reminder: Final week to submit a talk for XDC 2025!
 2025-07-07 14:49 UTC 

[PATCH v3 0/7] Documentation for nova-core
 2025-07-07 12:09 UTC  (13+ messages)
` [PATCH v3 1/7] gpu: nova-core: Add code comments related to devinit
` [PATCH v3 2/7] gpu: nova-core: Clarify sysmembar operations
` [PATCH v3 3/7] gpu: nova-core: Clarify falcon code
` [PATCH v3 4/7] Documentation: gpu: nova-core: Document vbios layout
` [PATCH v3 5/7] Documentation: gpu: nova-core: Document devinit process
` [PATCH v3 6/7] Documentation: gpu: nova-core: Document fwsec operation and layout
` [PATCH v3 7/7] Documentation: gpu: nova-core: Document basics of the Falcon

[RFC 00/11] THP support for zone device pages
 2025-07-06 16:34 UTC  (7+ messages)

[PATCH 1/6] rust: kernel: remove `fmt!`, fix clippy::uninlined-format-args
 2025-07-05  9:23 UTC  (7+ messages)
  ` [PATCH 2/6] rust: kernel: add `fmt` module
  ` [PATCH 4/6] rust: str: remove unnecessary qualification
  ` [PATCH 5/6] rust: add `CStr` methods matching `core::ffi::CStr`
  ` [PATCH 6/6] rust: use `core::ffi::CStr` method names
  ` [PATCH 3/6] rust: use `kernel::{fmt,prelude::fmt!}`

[PATCH v13 2/5] rust: support formatting of foreign types
 2025-07-05  8:04 UTC  (11+ messages)
  ` [PATCH v13 3/5] rust: replace `CStr` with `core::ffi::CStr`
  ` [PATCH v13 4/5] rust: replace `kernel::c_str!` with C-Strings

[RFC 0/4] Add Format Modifiers for NVIDIA Blackwell chipsets
 2025-07-04 14:45 UTC  (9+ messages)
` [RFC 1/4] drm: macros defining fields of NVIDIA modifiers
` [RFC 2/4] drm: add inline helper funcs for "
` [RFC 3/4] drm/nouveau: use format modifier helper funcs
` [RFC 4/4] drm: define NVIDIA DRM format modifiers for GB20x

[PATCH 0/6] drm/sched: Fix memory leaks with cancel_job() callback
 2025-07-04 12:30 UTC  (12+ messages)
` [PATCH 1/6] drm/sched: Avoid "
` [PATCH 2/6] drm/sched/tests: Port to cancel_job()
` [PATCH 3/6] drm/sched: Warn if pending list is not empty
` [PATCH 4/6] drm/nouveau: Make fence container helper usable driver-wide
` [PATCH 5/6] drm/nouveau: Add new callback for scheduler teardown
` [PATCH 6/6] drm/nouveau: Remove waitque for sched teardown

[PATCH 17/80] drm/nouveau: Remove redundant pm_runtime_mark_last_busy() calls
 2025-07-04  9:24 UTC  (2+ messages)

[PATCH 00/18] gpu: nova-core: register!() macro improvements
 2025-07-04  7:25 UTC  (19+ messages)
` [PATCH 01/18] gpu: nova-core: register: minor grammar and spelling fixes
` [PATCH 02/18] gpu: nova-core: register: fix typo
` [PATCH 03/18] gpu: nova-core: register: fix alias documentation
` [PATCH 04/18] gpu: nova-core: register: simplify @leaf_accessor rule
` [PATCH 05/18] gpu: nova-core: register: remove `try_` accessors for relative registers
` [PATCH 06/18] gpu: nova-core: register: move OFFSET declaration to I/O impl block
` [PATCH 07/18] gpu: nova-core: register: fix documentation and indentation
` [PATCH 08/18] gpu: nova-core: register: add missing doccomments for fixed registers I/O accessors
` [PATCH 09/18] gpu: nova-core: register: add fields dispatcher internal rule
` [PATCH 10/18] gpu: nova-core: register: improve `Debug` implementation
` [PATCH 11/18] gpu: nova-core: register: generate correct `Default` implementation
` [PATCH 12/18] gpu: nova-core: register: split @io rule into fixed and relative versions
` [PATCH 13/18] gpu: nova-core: register: use #[inline(always)] for all methods
` [PATCH 14/18] gpu: nova-core: register: redesign relative registers
` [PATCH 15/18] gpu: nova-core: falcon: add distinct base address for PFALCON2
` [PATCH 16/18] gpu: nova-core: register: add support for register arrays
` [PATCH 17/18] gpu: nova-core: falcon: use register arrays for FUSE registers
` [PATCH 18/18] gpu: nova-core: registers: add support for relative array registers

[PATCH] drm/nouveau: Do not fail module init on debugfs errors
 2025-07-03 22:23 UTC  (2+ messages)

[PATCH] nouveau/gsp: add a 50ms delay between fbsr and driver unload rpcs
 2025-07-03 22:22 UTC  (4+ messages)

[PATCH v3 0/7] drm/panthor: support repeated mappings
 2025-07-03 21:02 UTC  (9+ messages)
` [PATCH v3 1/7] drm/panthor: Add support for atomic page table updates
` [PATCH v3 2/7] drm/gpuvm: Kill drm_gpuva_init()
` [PATCH v3 3/7] drm/gpuvm: Pass map arguments through a struct
` [PATCH v3 4/7] drm/gpuvm: Add a helper to check if two VA can be merged
` [PATCH v3 5/7] drm/gpuvm: Add a flags field to drm_gpuvm_map_req/drm_gpuva_op_map
` [PATCH v3 6/7] drm/gpuvm: Add DRM_GPUVA_REPEAT flag and logic
` [PATCH v3 7/7] drm/panthor: Add support for repeated mappings

[PATCH v2 3/7] drm/gpuvm: Pass map arguments through a struct
 2025-07-03 15:28 UTC 

[PATCH v2 3/7] drm/gpuvm: Pass map arguments through a struct
 2025-07-03  8:54 UTC  (2+ messages)

[PATCH v2 02/19] drm: Pass pixel_format+modifier directly to drm_get_format_info()
 2025-07-01 16:41 UTC  (5+ messages)
` [PATCH v2 04/19] drm: Pass the format info to .fb_create()
` [PATCH v2 05/19] drm: Allow the caller to pass in the format info to drm_helper_mode_fill_fb_struct()

[PATCH v12 4/5] rust: replace `kernel::c_str!` with C-Strings
 2025-07-01 10:44 UTC  (5+ messages)
  ` [PATCH v12 5/5] rust: remove core::ffi::CStr reexport
` [PATCH v12 0/5] rust: replace kernel::str::CStr w/ core::ffi::CStr

[PATCH v6 00/24] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-07-01  6:29 UTC  (12+ messages)
` [PATCH v6 01/24] rust: dma: fix comment
` [PATCH v6 02/24] rust: dma: expose the count and size of CoherentAllocation
` [PATCH v6 03/24] rust: dma: add dma_handle_with_offset method to CoherentAllocation

[PATCH v2 0/7] Documentation for nova-core
 2025-06-30 11:33 UTC  (2+ messages)

[PATCH 00/13] Modify drm helpers to use luminance
 2025-06-30  6:58 UTC  (24+ messages)
` [PATCH v3 01/13] drm/dp: Introduce new member in drm_backlight_info
` [PATCH v3 02/13] drm/dp: Add argument in drm_edp_backlight_init
` [PATCH v3 03/13] drm/dp: Add argument for max luminance "
` [PATCH v3 04/13] drm/dp: Move from u16 to u32 for max in drm_edp_backlight_info
` [PATCH v3 05/13] drm/dp: Change current_level argument type to u32
` [PATCH v3 06/13] drm/dp: Modify drm_edp_probe_state
` [PATCH v3 07/13] drm/dp: Change argument type for drm_edp_backlight_set_level
` [PATCH v3 08/13] drm/dp: Modify drm_edp_backlight_set_level
` [PATCH v3 09/13] drm/dp: Change argument type of drm_edp_backlight_enable
` [PATCH v3 10/13] drm/dp: Enable backlight control using luminance
` [PATCH v3 11/13] drm/i915/backlight: Use drm helper to initialize edp backlight
` [PATCH v3 12/13] drm/i915/backlight: Use drm helper to set "
` [PATCH v3 13/13] drm/i915/backlight: Use drm_edp_backlight_enable

[PATCH 0/2] drm/nouveau: Remove DRM_NOUVEAU_GSP_DEFAULT config
 2025-06-26 17:15 UTC  (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] drm/nouveau: Remove nvkm_gsp_fwif.enable

[PATCH] gpu: nova-core: replace `Duration` with `Delta`
 2025-06-25 18:20 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add Alexandre Courbot as co-maintainer to nova-core
 2025-06-25 18:20 UTC  (4+ messages)

[PATCH 1/1] drm/nouveau/disp: Use dev->dev to get the device
 2025-06-25 18:10 UTC  (4+ messages)

[PATCH 0/4] rust: add `FromPrimitive` support
 2025-06-25 14:07 UTC 

[PATCH 1/2] gpu: nova-core: impl From for u32 for enums used from register!
 2025-06-24 23:29 UTC  (7+ messages)
` [PATCH 2/2] gpu: nova-core: consider `clippy::cast_lossless`

Set DRM_NOUVEAU_GSP_DEFAULT to default y ?
 2025-06-23 18:41 UTC  (4+ messages)

[PATCH 0/3] rust: add `num` module
 2025-06-23 11:42 UTC  (9+ messages)
` [PATCH 1/3] rust: add `num` module with `PowerOfTwo` type
` [PATCH 2/3] rust: num: add the `last_set_bit` operation
` [PATCH 3/3] nova-core: use `num` module

[PATCH 00/13] Modify drm helpers to use luminance
 2025-06-20  5:53 UTC  (10+ messages)
` [PATCH 07/13] drm/dp: Change argument type for drm_edp_backlight_set_level
` [PATCH 11/13] drm/i915/backlight: Use drm helper to initialize edp backlight
` [PATCH 12/13] drm/i915/backlight: Use drm helper to set "
` [PATCH 13/13] drm/i915/backlight: Use drm_edp_backlight_enable

[PATCH 00/13] Modify drm helpers to use luminance
 2025-06-20  5:44 UTC  (5+ messages)
` [PATCH 07/13] drm/dp: Change argument type for drm_edp_backlight_set_level
` [PATCH 08/13] drm/dp: Modify drm_edp_backlight_set_level


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).