Re: [PATCH][next] drm/nouveau: Avoid multiple -Wflex-array-member-not-at-end warnings

2025-02-24 Thread Dave Airlie
On Sat, 15 Feb 2025 at 00:34, Danilo Krummrich wrote: > > On Wed, Feb 12, 2025 at 07:31:26PM +1030, Gustavo A. R. Silva wrote: > > -Wflex-array-member-not-at-end was introduced in GCC-14, and we are > > getting ready to enable it, globally. > > > > So, in order to avoid ending up with flexible-arr

Re: [RFC PATCH 0/3] gpu: nova-core: add basic timer subdevice implementation

2025-02-24 Thread Danilo Krummrich
On Mon, Feb 24, 2025 at 01:45:02PM -0500, Joel Fernandes wrote: > Hi Danilo, > > On Mon, Feb 24, 2025 at 01:11:17PM +0100, Danilo Krummrich wrote: > > On Mon, Feb 24, 2025 at 01:07:19PM +0100, Danilo Krummrich wrote: > > > CC: Gary > > > > > > On Mon, Feb 24, 2025 at 10:40:00AM +0900, Alexandre C

Re: [RFC PATCH 0/3] gpu: nova-core: add basic timer subdevice implementation

2025-02-24 Thread Danilo Krummrich
CC: Gary On Mon, Feb 24, 2025 at 10:40:00AM +0900, Alexandre Courbot wrote: > This inability to sleep while we are accessing registers seems very > constraining to me, if not dangerous. It is pretty common to have > functions intermingle hardware accesses with other operations that might > sleep,

Re: [RFC PATCH 0/3] gpu: nova-core: add basic timer subdevice implementation

2025-02-24 Thread Danilo Krummrich
On Mon, Feb 24, 2025 at 01:07:19PM +0100, Danilo Krummrich wrote: > CC: Gary > > On Mon, Feb 24, 2025 at 10:40:00AM +0900, Alexandre Courbot wrote: > > This inability to sleep while we are accessing registers seems very > > constraining to me, if not dangerous. It is pretty common to have > > func