Re: [PATCH 2/9] drm/panfrost: handle inexistent GPU during probe

2024-10-24 Thread Steven Price
On 21/10/2024 15:06, Boris Brezillon wrote: > On Tue, 15 Oct 2024 00:31:37 +0100 > Adrián Larumbe wrote: > >> Just in case we're dealing with a yet not recognised device. > > While I can see how problematic it would be if we expose a GPU that > requires kernel quirks we don't know about, I suspe

Re: [PATCH 2/9] drm/panfrost: handle inexistent GPU during probe

2024-10-21 Thread Boris Brezillon
On Tue, 15 Oct 2024 00:31:37 +0100 Adrián Larumbe wrote: > Just in case we're dealing with a yet not recognised device. While I can see how problematic it would be if we expose a GPU that requires kernel quirks we don't know about, I suspect the original authors had a good reason to allow probin

[PATCH 2/9] drm/panfrost: handle inexistent GPU during probe

2024-10-14 Thread Adrián Larumbe
Just in case we're dealing with a yet not recognised device. Signed-off-by: Adrián Larumbe --- drivers/gpu/drm/panfrost/panfrost_gpu.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/panfrost/panfrost_gpu.c b/drivers/gpu/drm/panfrost/panfrost