[PATCH v4] drm/etnaviv: add optional reset support

2024-12-18 Thread LECOINTRE Philippe
Add optional reset support which is mentioned in vivante,gc.yaml to allow the driver to work on SoCs whose reset signal is asserted by default Signed-off-by: Philippe Lecointre Acked-by: Simon Lenain --- v4: - Rework to match feedback --- drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 41 +

[PATCH v3] drm/etnaviv: add optional reset support

2024-12-06 Thread LECOINTRE Philippe
Add optional reset support which is mentioned in vivante,gc.yaml to allow the driver to work on SoCs whose reset signal is asserted by default Signed-off-by: Philippe Lecointre Reviewed-by: Simon Lenain --- v3: - Rework to match initial feedback --- drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 37 ++

RE: [PATCH v2] drm/etnaviv: add optional reset support

2024-12-06 Thread LECOINTRE Philippe
Hi Lucas, I am grateful to you for your answer as this is my first attempt to contribute to the kernel. > -Message d'origine- > De : Lucas Stach > Envoyé : mardi 3 décembre 2024 18:58 > À : LECOINTRE Philippe ; Russell King > ; Christian Gmeiner > > Cc : Da

[PATCH v2] drm/etnaviv: add optional reset support

2024-11-08 Thread LECOINTRE Philippe
Add optional reset support which is mentioned in vivante,gc.yaml to allow the driver to work on SoCs whose reset signal is asserted by default Avoid enabling the interrupt until everything is ready Signed-off-by: Philippe Lecointre Reviewed-by: Simon Lenain --- v2: - Add missing include of irq.h

[PATCH] drm/etnaviv: add optional reset support

2024-11-06 Thread LECOINTRE Philippe
Add optional reset support which is mentioned in vivante,gc.yaml to allow the driver to work on SoCs whose reset signal is asserted by default Avoid enabling the interrupt until everything is ready Signed-off-by: LECOINTRE Philippe Reviewed-by: LENAIN Simon --- drivers/gpu/drm/etnaviv