Re: [PATCH 1/2] drm/radeon: add rdev in ring struct

2021-02-15 Thread Christian König
Am 15.02.21 um 19:16 schrieb Nirmoy Das: Retrieving radeon device struct from ring struct will be used in next patch where debugfs's show function can only pass one private data pointer. Signed-off-by: Nirmoy Das Reviewed-by: Christian König for this one. Acked-by: Christian König for the

[PATCH 1/2] drm/radeon: add rdev in ring struct

2021-02-15 Thread Nirmoy Das
Retrieving radeon device struct from ring struct will be used in next patch where debugfs's show function can only pass one private data pointer. Signed-off-by: Nirmoy Das --- drivers/gpu/drm/radeon/radeon.h | 1 + drivers/gpu/drm/radeon/radeon_ring.c | 1 + 2 files changed, 2 insertions(+)