Re: [PATCH 1/2] drm/amdgpu: fix vkms hrtimer settings

2021-11-23 Thread Alex Deucher
Then apply your patch on top to share more code with the existing dce files. Alex > > > > From: Deucher, Alexander > Sent: 2021年11月23日 0:43 > To: Chen, Guchun ; Cui, Flora ; > amd-gfx@lists.freedesktop.org > Subject: Re: [PATCH 1/2] drm/amdgpu: fix vkms hrtimer settings >

RE: [PATCH 1/2] drm/amdgpu: fix vkms hrtimer settings

2021-11-22 Thread Cui, Flora
er, Alexander Sent: 2021年11月23日 0:43 To: Chen, Guchun ; Cui, Flora ; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH 1/2] drm/amdgpu: fix vkms hrtimer settings [Public] Can you explain how the current code is failing? It's not immediately obvious to me. I'm not opposed to this change, it's ju

Re: [PATCH 1/2] drm/amdgpu: fix vkms hrtimer settings

2021-11-22 Thread Deucher, Alexander
, Flora ; amd-gfx@lists.freedesktop.org ; Deucher, Alexander Subject: RE: [PATCH 1/2] drm/amdgpu: fix vkms hrtimer settings [Public] Series is: Reviewed-by: Guchun Chen +Alex to comment this series as well. Regards, Guchun -Original Message- From: Cui, Flora Sent: Monday, November 22

RE: [PATCH 1/2] drm/amdgpu: fix vkms hrtimer settings

2021-11-22 Thread Chen, Guchun
[Public] Series is: Reviewed-by: Guchun Chen +Alex to comment this series as well. Regards, Guchun -Original Message- From: Cui, Flora Sent: Monday, November 22, 2021 5:04 PM To: amd-gfx@lists.freedesktop.org; Chen, Guchun Cc: Cui, Flora Subject: [PATCH 1/2] drm/amdgpu: fix vkms

[PATCH 1/2] drm/amdgpu: fix vkms hrtimer settings

2021-11-22 Thread Flora Cui
otherwise adev->mode_info.crtcs[] is NULL Signed-off-by: Flora Cui --- drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c | 38 drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.h | 5 ++-- 2 files changed, 28 insertions(+), 15 deletions(-) diff --git