Re: [PATCH] drm/mgag200: Added support for the new device G200eH5

2025-02-11 Thread Jocelyn Falempe
On 07/02/2025 20:04, Gwenael Georgeault wrote: - Added the new device ID - Added new pll algorithm I pushed it to drm-misc/drm-misc-next. Thanks -- Jocelyn Signed-off-by: Gwenael Georgeault Co-authored-by: Mamadou Insa Diop ---  drivers/gpu/drm/mgag200/Makefile  |   1 +  driver

[PATCH] drm/mgag200: Added support for the new device G200eH5

2025-02-07 Thread Gwenael Georgeault
- Added the new device ID - Added new pll algorithm Signed-off-by: Gwenael Georgeault Co-authored-by: Mamadou Insa Diop --- drivers/gpu/drm/mgag200/Makefile | 1 + drivers/gpu/drm/mgag200/mgag200_drv.c | 4 + drivers/gpu/drm/mgag200/mgag200_drv.h | 3 + drivers/gpu/drm/m

Re: [PATCH] drm/mgag200: Added support for the new device G200eH5

2025-02-07 Thread Jocelyn Falempe
On 07/02/2025 14:36, Thomas Zimmermann wrote: Hi Am 07.02.25 um 14:21 schrieb Gwenael Georgeault: - Added the new device ID - Added new pll algorithm Signed-off-by: Gwenael Georgeault Co-authored-by: Mamadou Insa Diop Reviewed-by: Thomas Zimmermann There's a remark below, but it might n

Re: [PATCH] drm/mgag200: Added support for the new device G200eH5

2025-02-07 Thread Thomas Zimmermann
Hi Am 07.02.25 um 14:21 schrieb Gwenael Georgeault: - Added the new device ID - Added new pll algorithm Signed-off-by: Gwenael Georgeault Co-authored-by: Mamadou Insa Diop Reviewed-by: Thomas Zimmermann There's a remark below, but it might not be an issue. ---  drivers/gpu/drm/mgag200/

[PATCH] drm/mgag200: Added support for the new device G200eH5

2025-02-07 Thread Gwenael Georgeault
- Added the new device ID - Added new pll algorithm Signed-off-by: Gwenael Georgeault Co-authored-by: Mamadou Insa Diop --- drivers/gpu/drm/mgag200/Makefile | 1 + drivers/gpu/drm/mgag200/mgag200_drv.c | 4 + drivers/gpu/drm/mgag200/mgag200_drv.h | 3 + drivers/gpu/drm/m

Re: [PATCH] drm/mgag200: Added support for the new device G200eH5

2025-02-06 Thread Thomas Zimmermann
Hi, I want to second what Jocelyn said. Am 05.02.25 um 23:28 schrieb Gwenael Georgeault: - Added the new device ID - Added new pll algorithm Co-authored-by: Mamadou Insa Diop ---  drivers/gpu/drm/mgag200/Makefile  |   1 +  drivers/gpu/drm/mgag200/mgag200_drv.c |   4 +  drivers/gp

Re: [PATCH] drm/mgag200: Added support for the new device G200eH5

2025-02-06 Thread Jocelyn Falempe
Thanks a lot for this rework. When sending a new version of your patch, you can use "git send-email -v2" to show that it's the second version of this patch. On 05/02/2025 23:28, Gwenael Georgeault wrote: - Added the new device ID - Added new pll algorithm Co-authored-by: Mamadou Insa Diop

[PATCH] drm/mgag200: Added support for the new device G200eH5

2025-02-06 Thread Gwenael Georgeault
- Added the new device ID - Added new pll algorithm Co-authored-by: Mamadou Insa Diop --- drivers/gpu/drm/mgag200/Makefile | 1 + drivers/gpu/drm/mgag200/mgag200_drv.c | 4 + drivers/gpu/drm/mgag200/mgag200_drv.h | 3 + drivers/gpu/drm/mgag200/mgag200_g200eh5.c | 202

Re: [PATCH] drm/mgag200: Added support for the new device G200eH5

2025-02-04 Thread Thomas Zimmermann
Hi Am 03.02.25 um 14:07 schrieb Gwenael Georgeault: Thanks for sending this patch and welcome to the kernel community - Added the new device ID - Added new pll algorithm Co-authored-by: Mamadou Insa Diop ---  drivers/gpu/drm/mgag200/Makefile  |   1 +  drivers/gpu/drm/mgag200/mgag200

[PATCH] drm/mgag200: Added support for the new device G200eH5

2025-02-04 Thread Gwenael Georgeault
- Added the new device ID - Added new pll algorithm Co-authored-by: Mamadou Insa Diop --- drivers/gpu/drm/mgag200/Makefile | 1 + drivers/gpu/drm/mgag200/mgag200_drv.c | 4 + drivers/gpu/drm/mgag200/mgag200_drv.h | 7 +- drivers/gpu/drm/mgag200/mgag200_g200eh5.c | 212 +++

Re: [PATCH] drm/mgag200: Added support for the new device G200eH5

2025-02-03 Thread Jocelyn Falempe
On 03/02/2025 14:07, Gwenael Georgeault wrote: - Added the new device ID - Added new pll algorithm Hi, Thanks for this patch. Overall it looks good, I have a few comments below: Best regards, -- Jocelyn Co-authored-by: Mamadou Insa Diop ---  drivers/gpu/drm/mgag200/Makefile  |