[PATCH] drm/amdgpu: Deactivate SW interrupt fallback in amdgpu_fence_process

2018-09-22 Thread Andrey Grodzovsky
Deactivate SW interrupt fallback when all emited fences are completed. Also switch interrupt SW fallback message from INFO to WARN. Signed-off-by: Andrey Grodzovsky Suggested-by: Christian Konig --- drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 4 +++- 1 file changed, 3 insertions(+), 1

Re: [Intel-gfx] [PATCH 3/6] drm/i915: Leave intel_conn->mst_port set, use mst_port_gone instead

2018-09-22 Thread Daniel Vetter
On Fri, Sep 21, 2018 at 04:17:16PM -0400, Lyude Paul wrote: > On Fri, 2018-09-21 at 11:27 +0200, Daniel Vetter wrote: > > On Tue, Sep 18, 2018 at 07:06:19PM -0400, Lyude Paul wrote: > > > Currently we set intel_connector->mst_port to NULL to signify that the > > > MST port has been removed from

Re: [PATCH 2/2] drm/amdgpu: Add warning message for INT SW fallback.

2018-09-22 Thread Christian König
Am 21.09.2018 um 21:51 schrieb Andrey Grodzovsky: Signed-off-by: Andrey Grodzovsky --- drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c index da36731..1ae2583

[PATCH] drm/amd/display: Change status's type in aux_reply_transaction_data

2018-09-22 Thread Nathan Chancellor
Clang warns when one enumerated type is implicitly converted to another. drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dce_aux.c:315:19: warning: implicit conversion from enumeration type 'enum aux_channel_operation_result' to different enumeration type 'enum aux_transaction_reply'

[PATCH] drm/amd/powerplay: Change id parameter type in pp_atomfwctrl_get_clk_information_by_clkid

2018-09-22 Thread Nathan Chancellor
Clang generates warnings when one enumerated type is implicitly converted to another. drivers/gpu/drm/amd/amdgpu/../powerplay/hwmgr/ppatomfwctrl.c:532:57: warning: implicit conversion from enumeration type 'enum atom_smu11_syspll0_clock_id' to different enumeration type 'BIOS_CLKID' (aka