[PATCH v10 09/11] drm/etnaviv: Clean up etnaviv_pdev_probe() function

2023-06-21 Thread Sui Jingfeng
From: Sui Jingfeng Add a dedicate function to do the DMA configuration to the virtual master. Also replace the &pdev->dev with dev. Signed-off-by: Sui Jingfeng --- drivers/gpu/drm/etnaviv/etnaviv_drv.c | 65 +++ 1 file changed, 36 insertions(+), 29 deletions(-) diff --

[PATCH v10 09/11] drm/etnaviv: Clean up etnaviv_pdev_probe() function

2023-06-20 Thread Sui Jingfeng
Add a dedicate function to do the DMA configuration to the virtual master. Also replace the &pdev->dev with dev. Signed-off-by: Sui Jingfeng --- drivers/gpu/drm/etnaviv/etnaviv_drv.c | 65 +++ 1 file changed, 36 insertions(+), 29 deletions(-) diff --git a/drivers/gpu/drm