RE: [PATCH 3/6] drm/amdgpu: should call drm_helper with dc support

2018-02-27 Thread Liu, Monk
c: amd-gfx@lists.freedesktop.org Subject: Re: [PATCH 3/6] drm/amdgpu: should call drm_helper with dc support On 2018-02-27 10:26 AM, Liu, Monk wrote: > I'm not familiar with DC stuffs, I found without this patch DRM always > reporting error like this: [

Re: [PATCH 3/6] drm/amdgpu: should call drm_helper with dc support

2018-02-27 Thread Michel Dänzer
On 2018-02-27 10:26 AM, Liu, Monk wrote: > I'm not familiar with DC stuffs, I found without this patch DRM always > reporting error like this: [...] > [ 89.936514] [drm:drm_helper_disable_unused_functions [drm_kms_helper]] > *ERROR* Called for atomic driver, this is not what you want. "atomi

RE: [PATCH 3/6] drm/amdgpu: should call drm_helper with dc support

2018-02-27 Thread Liu, Monk
Okay, I think maybe the problem is sr-iov related, I'll prepare another one -Original Message- From: Liu, Monk Sent: 2018年2月27日 17:27 To: 'Michel Dänzer' Cc: amd-gfx@lists.freedesktop.org Subject: RE: [PATCH 3/6] drm/amdgpu: should call drm_helper with dc support I

RE: [PATCH 3/6] drm/amdgpu: should call drm_helper with dc support

2018-02-27 Thread Liu, Monk
From: Michel Dänzer [mailto:mic...@daenzer.net] Sent: 2018年2月27日 17:17 To: Liu, Monk Cc: amd-gfx@lists.freedesktop.org Subject: Re: [PATCH 3/6] drm/amdgpu: should call drm_helper with dc support On 2018-02-27 09:47 AM, Monk Liu wrote: > otherwise DRM keep reporting complain on ATOMIC flags du

Re: [PATCH 3/6] drm/amdgpu: should call drm_helper with dc support

2018-02-27 Thread Michel Dänzer
On 2018-02-27 09:47 AM, Monk Liu wrote: > otherwise DRM keep reporting complain on ATOMIC flags > during kmd reloading > > Change-Id: I835b96e6d61c7995bbd5dd5478d056671dde9192 > Signed-off-by: Monk Liu > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c | 2 +- > 1 file changed, 1 insertion(+), 1 del