Re: [PATCH 3/3] drm/vkms: Add documentation

2024-08-29 Thread Louis Chauvet
Le 19/08/24 - 17:07, José Expósito a écrit : > Hi Louis, > > Thanks for this patch, adding some minor review comments: > > > Add documentation around vkms_output and its initialization. > > > > Signed-off-by: Louis Chauvet > > --- > > drivers/gpu/drm/vkms/vkms_drv.h| 81 > > ++

[PATCH 3/3] drm/vkms: Add documentation

2024-08-19 Thread José Expósito
Hi Louis, Thanks for this patch, adding some minor review comments: > Add documentation around vkms_output and its initialization. > > Signed-off-by: Louis Chauvet > --- > drivers/gpu/drm/vkms/vkms_drv.h| 81 > -- > drivers/gpu/drm/vkms/vkms_output.c |

Re: [PATCH 3/3] drm/vkms: Add documentation

2024-08-15 Thread Maíra Canal
Hi Louis, I'd make this patch more incremental. First, send me a patch based on drm-misc-next with the new documentation for the things that already exists. Then, when you add a new field, you add the documentation with it. On 8/14/24 05:47, Louis Chauvet wrote: Add documentation around vkms_ou

[PATCH 3/3] drm/vkms: Add documentation

2024-08-14 Thread Louis Chauvet
Add documentation around vkms_output and its initialization. Signed-off-by: Louis Chauvet --- drivers/gpu/drm/vkms/vkms_drv.h| 81 -- drivers/gpu/drm/vkms/vkms_output.c | 12 +- 2 files changed, 80 insertions(+), 13 deletions(-) diff --git a/drivers/g