Re: [PATCH] Documentation: dma-buf: heaps: Add naming guidelines

2025-05-20 Thread John Stultz
On Tue, May 20, 2025 at 3:00 AM Maxime Ripard wrote: > > We've discussed a number of times of how some heap names are bad, but > not really what makes a good heap name. > > Let's document what we expect the heap names to look like. > > Signed-off-by: Maxime Ripard > --- > Documentation/userspace

Re: [PATCH] Documentation: dma-buf: heaps: Add naming guidelines

2025-05-20 Thread Bagas Sanjaya
On Tue, May 20, 2025 at 12:00:53PM +0200, Maxime Ripard wrote: > +Naming Convention > += > + > +A good heap name is a name that: > + > +- Is stable, and won't change from one version to the other; > + > +- Describes the memory region the heap will allocate from, and will > + unique

[PATCH] Documentation: dma-buf: heaps: Add naming guidelines

2025-05-20 Thread Maxime Ripard
We've discussed a number of times of how some heap names are bad, but not really what makes a good heap name. Let's document what we expect the heap names to look like. Signed-off-by: Maxime Ripard --- Documentation/userspace-api/dma-buf-heaps.rst | 19 +++ 1 file changed, 19 in