Re: [PATCH 3/5] drm/radeon: check dri root before debugfs init

2021-10-08 Thread Das, Nirmoy
: Koenig, Christian Sent: Friday, October 8, 2021 12:23 PM To: Das, Nirmoy ; dri-devel@lists.freedesktop.org Cc: intel-...@lists.freedesktop.org ; Deucher, Alexander ; Pan, Xinhui Subject: Re: [PATCH 3/5] drm/radeon: check dri root before debugfs init Am 08.10.21 um 11:17 schrieb Nirmoy Das

Re: [PATCH 3/5] drm/radeon: check dri root before debugfs init

2021-10-08 Thread Christian König
Am 08.10.21 um 11:17 schrieb Nirmoy Das: Return early if dri minor root dentry is NULL. CC: Alex Deucher CC: "Christian König" CC: "Pan, Xinhui" Signed-off-by: Nirmoy Das Acked-by: Christian König Where are the other patches from the series? Thanks, Christian. --- drivers/gpu/drm/r

[PATCH 3/5] drm/radeon: check dri root before debugfs init

2021-10-08 Thread Nirmoy Das
Return early if dri minor root dentry is NULL. CC: Alex Deucher CC: "Christian König" CC: "Pan, Xinhui" Signed-off-by: Nirmoy Das --- drivers/gpu/drm/radeon/r100.c | 9 + drivers/gpu/drm/radeon/r300.c | 3 +++ drivers/gpu/drm/radeon/r420.c | 3 +++ drivers/