Re: [PATCH] drm/intel_dsi_vbt: Remove duplicate header

2018-12-27 Thread Jani Nikula
On Tue, 25 Dec 2018, Brajeswar Ghosh wrote: > Remove video/mipi_display.h which is included more than once > > Signed-off-by: Brajeswar Ghosh Pushed to drm-intel-next-queued, thanks for the patch. BR, Jani. > --- > drivers/gpu/drm/i915/intel_dsi_vbt.c | 1 - > 1 file changed, 1 deletion(-) >

RE: [PATCH] drm/amdgpu/gfx_v8_0: Reorder the gfx, kiq and kcq rings test sequence

2018-12-27 Thread Zhou, Tiecheng
Ping... -Original Message- From: amd-gfx On Behalf Of Tiecheng Zhou Sent: Thursday, December 27, 2018 4:15 PM To: amd-gfx@lists.freedesktop.org Cc: Zhou, Tiecheng Subject: [PATCH] drm/amdgpu/gfx_v8_0: Reorder the gfx, kiq and kcq rings test sequence The kiq ring and the very first

Re: [PATCH] drm/amd/powerplay: support BOOTUP_DEFAULT power profile mode

2018-12-27 Thread Deucher, Alexander
Acked-by: Alex Deucher From: amd-gfx on behalf of Evan Quan Sent: Thursday, December 27, 2018 2:50:38 AM To: amd-gfx@lists.freedesktop.org Cc: Quan, Evan Subject: [PATCH] drm/amd/powerplay: support BOOTUP_DEFAULT power profile mode This can avoid unexpected

Re: [PATCH v6 1/2] drm/sched: Refactor ring mirror list handling.

2018-12-27 Thread kbuild test robot
Hi Andrey, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on next-20181224] [cannot apply to v4.20] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH v6 1/2] drm/sched: Refactor ring mirror list handling.

2018-12-27 Thread Andrey Grodzovsky
Decauple sched threads stop and start and ring mirror list handling from the policy of what to do about the guilty jobs. When stoppping the sched thread and detaching sched fences from non signaled HW fenes wait for all signaled HW fences to complete before rerunning the jobs. v2: Fix

[PATCH v6 2/2] drm/sched: Rework HW fence processing.

2018-12-27 Thread Andrey Grodzovsky
Expedite job deletion from ring mirror list to the HW fence signal callback instead from finish_work, together with waiting for all such fences to signal in drm_sched_stop we garantee that already signaled job will not be processed twice. Remove the sched finish fence callback and just submit

Re: [PATCH] drm/amdgpu: dma_fence finished signaled by unexpected callback

2018-12-27 Thread Grodzovsky, Andrey
They are still not pushed - I am fixing review comments. Andrey On 12/26/2018 01:38 AM, Lou, Wentao wrote: > Hi Andrey, > > In amd-staging-dkms-4.18's merged list, I can't find 'drm/sched: Refactor > ring mirror list handling', neither 'drm/sched: Rework HW fence processing'. > Now there was

Re: [PATCH] drm/amdgpu/virtual_dce: Need to pin the fb's bo

2018-12-27 Thread Michel Dänzer
On 2018-12-21 7:23 p.m., Koenig, Christian wrote: > Am 21.12.18 um 19:19 schrieb Alex Deucher: >> On Fri, Dec 21, 2018 at 1:15 PM Christian König >> wrote: >>> Am 21.12.18 um 10:09 schrieb Deng, Emily: > From: Michel Dänzer > On 2018-12-21 9:45 a.m., Deng, Emily wrote: >>> From:

Re: [PATCH 2/2] drm/amdgpu/virtual_dce: No need to pin the cursor bo

2018-12-27 Thread Michel Dänzer
On 2018-12-24 7:08 a.m., Emily Deng wrote: > For virtual display feature, no need to pin cursor bo. > > Signed-off-by: Emily Deng > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git

Re: [PATCH 1/2] drm/amdgpu/virtual_dce: No need to pin the fb's bo

2018-12-27 Thread Michel Dänzer
On 2018-12-24 7:08 a.m., Emily Deng wrote: > For virtual display, no need to pin the fb's bo. > > Signed-off-by: Emily Deng > > [...] > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c > b/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c > index ea89c54..4e94473 100644 > ---

Re: [PATCH] drm/i915_request.h: Remove duplicate header

2018-12-27 Thread Chris Wilson
Quoting Brajeswar Ghosh (2018-12-25 13:23:40) > Remove i915_scheduler.h which is included more than once > > Signed-off-by: Brajeswar Ghosh Thanks for the patch, pushed to dinq. -Chris ___ amd-gfx mailing list amd-gfx@lists.freedesktop.org

Re: [PATCH 2/3] drm/amd: validate user pitch alignment

2018-12-27 Thread Michel Dänzer
On 2018-12-23 10:44 p.m., Yu Zhao wrote: > On Fri, Dec 21, 2018 at 10:07:26AM +0100, Michel Dänzer wrote: >> On 2018-12-21 4:10 a.m., Yu Zhao wrote: >>> Userspace may request pitch alignment that is not supported by GPU. >>> Some requests 32, but GPU ignores it and uses default 64 when cpp is >>>

答复: [PATCH] gpu: drm: fix an improper check of amdgpu_bo_create_kernel

2018-12-27 Thread Qu, Jim
Comments in line. Thanks JimQu 发件人: amd-gfx 代表 Kangjie Lu 发送时间: 2018年12月26日 14:23 收件人: k...@umn.edu 抄送: Zhou, David(ChunMing); David Airlie; Xu, Feifei; Francis, David; linux-ker...@vger.kernel.org; amd-gfx@lists.freedesktop.org; Huang, Ray;

[PATCH] drm/amdgpu/gfx_v8_0: Reorder the gfx, kiq and kcq rings test sequence

2018-12-27 Thread Tiecheng Zhou
The kiq ring and the very first compute ring may fail occasionally if they are tested directly following kiq_kcq_enable. Insert the gfx ring test before kiq ring test to delay the kiq and kcq ring tests will fix the issue. Signed-off-by: Tiecheng Zhou --- drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c