Re: [PATCH] drm: Mark expected switch fall-throughs

2019-02-15 Thread Alex Deucher via dri-devel
On Fri, Feb 15, 2019 at 11:08 AM Gustavo A. R. Silva wrote: > > In preparation to enabling -Wimplicit-fallthrough, mark switch > cases where we are expecting to fall through. > > Warning level 3 was used: -Wimplicit-fallthrough=3 > > Notice that, in some cases, the code comment is modified > in

Re: [PATCH libdrm] libdrm: Fix issue about differrent domainID but same BDF

2019-02-15 Thread Alex Deucher via dri-devel
Adding dri-devel. On Thu, Feb 14, 2019 at 2:53 AM Emily Deng wrote: > > For multiple GPUs which has the same BDF, but has different domain ID, > the drmOpenByBusid will return the wrong fd when startx. > > The reproduce sequence as below: > 1. Call drmOpenByBusid to open Card0, then will return

Re: [PATCH 2/2] drm/lima: driver for ARM Mali4xx GPUs

2019-02-13 Thread Alex Deucher via dri-devel
I typed this up yesterday, but it looks like I never hit send. On Tue, Feb 12, 2019 at 3:05 PM Rob Herring wrote: > > On Tue, Feb 12, 2019 at 10:24 AM Alex Deucher wrote: > > > > On Tue, Feb 12, 2019 at 10:53 AM Rob Herring via dri-devel > > wrote: > > > > > > On Wed, Feb 6, 2019 at 7:16 AM

Re: [PATCH v2 1/4] drm/sched: Fix entities with 0 rqs.

2019-02-13 Thread Alex Deucher via dri-devel
On Wed, Jan 30, 2019 at 5:43 AM Christian König wrote: > > Am 30.01.19 um 02:53 schrieb Bas Nieuwenhuizen: > > Some blocks in amdgpu can have 0 rqs. > > > > Job creation already fails with -ENOENT when entity->rq is NULL, > > so jobs cannot be pushed. Without a rq there is no scheduler to > > pop

Re: [PATCH] drm/amd/display: Fix reference counting for struct dc_sink.

2019-02-13 Thread Alex Deucher via dri-devel
Add amd-gfx and some DC people. Alex On Sun, Feb 10, 2019 at 5:13 AM wrote: > > From: Mathias Fröhlich > > Reference counting in amdgpu_dm_connector for amdgpu_dm_connector::dc_sink > and amdgpu_dm_connector::dc_em_sink as well as in dc_link::local_sink seems > to be out of shape. Thus make

[pull] amdgpu, sched drm-fixes-5.0

2019-02-13 Thread Alex Deucher via dri-devel
Hi Dave, Daniel, A few small fixes for 5.0. amdgpu: - Vega20 psp fix - Add vrr range to debugfs for freesync debugging sched: - Scheduler race fix The following changes since commit 78eb1ca47589f0cd9db2ceb28b60434e8d512131: Merge branch 'vmwgfx-fixes-5.0-2' of

Re: [PATCH 2/2] drm/lima: driver for ARM Mali4xx GPUs

2019-02-12 Thread Alex Deucher via dri-devel
On Tue, Feb 12, 2019 at 10:53 AM Rob Herring via dri-devel wrote: > > On Wed, Feb 6, 2019 at 7:16 AM Qiang Yu wrote: > > > > From: Lima Project Developers > > This should be a person (you). > > > Signed-off-by: Andreas Baierl > > Signed-off-by: Erico Nunes > > Signed-off-by: Heiko Stuebner >