Re: [PATCH] drm/doc: document DRM_IOCTL_MODE_CREATE_DUMB

2023-08-21 Thread Pekka Paalanen
On Thu, 03 Aug 2023 10:00:44 + Simon Ser wrote: > The main motivation is to repeat that dumb buffers should not be > abused for anything else than basic software rendering with KMS. > User-space devs are more likely to look at the IOCTL docs than to > actively search for the driver-oriented "

[PATCH] drm/doc: document DRM_IOCTL_MODE_CREATE_DUMB

2023-08-03 Thread Simon Ser
The main motivation is to repeat that dumb buffers should not be abused for anything else than basic software rendering with KMS. User-space devs are more likely to look at the IOCTL docs than to actively search for the driver-oriented "Dumb Buffer Objects" section. Signed-off-by: Simon Ser Cc: D