Re: [PATCH] drm/msm/gpu: Move gpu devcore's to gpu device

2023-11-16 Thread Dmitry Baryshkov
On Thu, 16 Nov 2023 at 00:58, Abhinav Kumar wrote: > > > > On 11/15/2023 2:44 PM, Rob Clark wrote: > > From: Rob Clark > > > > The dpu devcore's are already associated with the dpu device. So we > > should associate the gpu devcore's with the gpu device, for easier > > classification. > > > > Si

Re: [PATCH] drm/msm/gpu: Move gpu devcore's to gpu device

2023-11-15 Thread Abhinav Kumar
On 11/15/2023 2:44 PM, Rob Clark wrote: From: Rob Clark The dpu devcore's are already associated with the dpu device. So we should associate the gpu devcore's with the gpu device, for easier classification. Signed-off-by: Rob Clark Reviewed-by: Abhinav Kumar

[PATCH] drm/msm/gpu: Move gpu devcore's to gpu device

2023-11-15 Thread Rob Clark
From: Rob Clark The dpu devcore's are already associated with the dpu device. So we should associate the gpu devcore's with the gpu device, for easier classification. Signed-off-by: Rob Clark --- drivers/gpu/drm/msm/msm_gpu.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git