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 +
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 ++
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
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
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