[PATCH 13/14] drm/amd/display: Add refcount debug assert

2016-12-23 Thread Harry Wentland
From: Andrey Grodzovsky Change-Id: I5832e930aacc1549df6286885e5f2bc67d80a797 Signed-off-by: Andrey Grodzovsky Signed-off-by: Jordan Lazare Signed-off-by: Tony Cheng Reviewed-by: Andrey Grodzovsky

[PATCH 06/14] drm/amd/display: Implement gamma correction using input LUT

2016-12-23 Thread Harry Wentland
From: Aric Cyr The dc_gamma in dc_surface will be programmed to the input LUT if provided. If dc_gamma is not provided in dc_surface regamma may be used to emulate gamma. Some refactor and cleanup included as well. Change-Id: I6bd82a4528befd009a136775cb9953ee67488c3f

[PATCH 10/14] drm/amd/display: Fix licensing header

2016-12-23 Thread Harry Wentland
Change-Id: I571f298c0b4c01f1df8ebaf020daac3ea8e2974c Signed-off-by: Harry Wentland Reviewed-by: Anthony Koo Acked-by: Harry Wentland --- .../drm/amd/display/modules/color/color_helper.c | 31 +++---

[PATCH 05/14] drm/amd/display: Reset gamma to NULL after release

2016-12-23 Thread Harry Wentland
From: Anthony Koo Change-Id: I1542e96e23c2b2b943c09d2099d2fd5426cb0868 Signed-off-by: Anthony Koo Reviewed-by: Aric Cyr Acked-by: Harry Wentland --- drivers/gpu/drm/amd/display/modules/color/color.c | 4 +++-

[PATCH 03/14] drm/amd/display: Add dcc param to surface

2016-12-23 Thread Harry Wentland
From: Leon Elazar Change-Id: Ib8a0db5f2833602bb2c6a3480e81a63956b8c4ea Reviewed-by: Tony Cheng Acked-by: Harry Wentland --- drivers/gpu/drm/amd/display/dc/dc.h | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH 09/14] drm/amd/display: Fixed crash

2016-12-23 Thread Harry Wentland
From: Yongqiang Sun Change-Id: I921091f888efd1acd2a6d6421cf149326ebe8c17 Signed-off-by: Yongqiang Sun Reviewed-by: Tony Cheng Acked-by: Harry Wentland --- drivers/gpu/drm/amd/display/dc/core/dc.c | 14

[PATCH 08/14] drm/amd/display: reset transfer_func to NULL on release

2016-12-23 Thread Harry Wentland
From: Yongqiang Sun Change-Id: I9a5c699fd9b17c15ea2903d6a1b13c47209f8311 Signed-off-by: Yongqiang Sun Reviewed-by: Tony Cheng Acked-by: Harry Wentland --- drivers/gpu/drm/amd/display/dc/core/dc_stream.c

[PATCH 11/14] drm/amd/display: Fixed split update bug.

2016-12-23 Thread Harry Wentland
From: Yongqiang Sun Change-Id: I03970c775b188fabb05ee042e0b4482d4db209df Signed-off-by: Yongqiang Sun Reviewed-by: Tony Cheng Acked-by: Harry Wentland --- drivers/gpu/drm/amd/display/dc/core/dc.c | 14

[PATCH 14/14] drm/amd/display: Pass adev to fill_plane_attr

2016-12-23 Thread Harry Wentland
From: Andrey Grodzovsky Change-Id: I9e23df476423f216ac52727a288913ccb9c2ce94 Signed-off-by: Andrey Grodzovsky --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-)

[PATCH 02/14] drm/amd/display: minor clock source refactor

2016-12-23 Thread Harry Wentland
From: Dmytro Laktyushkin This should make it easier to share code with newer ASICs Change-Id: I615c5774257125383439bd27060eab9db205cc95 Signed-off-by: Dmytro Laktyushkin Reviewed-by: Tony Cheng Acked-by: Harry

[PATCH 01/14] drm/amd/display: add pitch to cursor attributes

2016-12-23 Thread Harry Wentland
From: Tony Cheng Change-Id: Ic9a3c7d606b6e48967da59746ca3ec4c217565af Signed-off-by: Tony Cheng Reviewed-by: Yongqiang Sun Acked-by: Harry Wentland --- drivers/gpu/drm/amd/display/dc/dc_hw_types.h | 1 + 1

Re: [RFC] Mechanism for high priority scheduling in amdgpu

2016-12-23 Thread Christian König
But yes, in general you don't want another compositor in the way, so we'll be acquiring the HMD display directly, separate from any desktop or display server. Assuming that the the HMD is attached to the rendering device in some way you have the X server and the Compositor which both try to be

Re: [PATCH 02/23] drm/amdgpu: add kiq into compiling

2016-12-23 Thread Mike Lothian
Ah, I've clicked now - I thought Vega was a star name AI - Arctic Islands :D On Tue, 20 Dec 2016 at 04:07 Bridgman, John wrote: > An upcoming GPU generation (Vega). > > > > > > *From:* amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] *On Behalf > Of *Mike Lothian >

[PATCH 1/2] drm/amd/powerplay: refine code in cz_smumgr.c

2016-12-23 Thread Rex Zhu
cz_smu_init will be called in sw_init. so it should not touch other blocks's firmware as they were not ready. Change-Id: I3af8cce2059aaacfc260e24a41b1af46a0aeb18b Signed-off-by: Rex Zhu Reviewed-by: Huang Rui ---

Re: [PATCH 1/2] drm/amd/powerplay: add prefix for all powerplay pr_* prints

2016-12-23 Thread Edward O'Callaghan
On 12/23/2016 08:54 PM, Huang Rui wrote: > On Fri, Dec 23, 2016 at 05:32:58PM +0800, Edward O'Callaghan wrote: >> Hi, >> >> I would say drop all the header relocation churn, it distracts away from >> the functional changes in this commit. Also see inline comments. >> > > Yes, if double check

[PATCH 2/2] drm/amd/powerplay: fix issue can't load another smu firmware.

2016-12-23 Thread Rex Zhu
need to release failed smu firmware before load another firmware. Change-Id: Ifb9e0f63a5261dffef28ee1e0ce982d9c5b0344c Signed-off-by: Rex Zhu Reviewed-by: Alex Deucher Reviewed-by: Huang Rui ---

Re: [PATCH 1/2] drm/amd/powerplay: add prefix for all powerplay pr_* prints

2016-12-23 Thread Edward O'Callaghan
Hi, I would say drop all the header relocation churn, it distracts away from the functional changes in this commit. Also see inline comments. With those fixes, Acked-by: Edward O'Callaghan Kindest Regards, Edward. On 12/23/2016 01:45 PM, Huang Rui wrote: >

[PATCH 4/4] drm/amd/powerplay: add profiling mode in dpm level

2016-12-23 Thread Rex Zhu
Change-Id: I4a46440882cd94fe5e77e3f351aaccc218a2ece5 --- drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | 17 + drivers/gpu/drm/amd/amdgpu/ci_dpm.c | 4 ++-- drivers/gpu/drm/amd/include/amd_shared.h | 1 + drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c |

[PATCH 2/4] drm/amd/powerplay: Unify dpm level defines

2016-12-23 Thread Rex Zhu
Change-Id: I209a6732f7956778485b7e55fa9e85e6987c0229 --- drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.h | 19 --- drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c| 39 +-- drivers/gpu/drm/amd/amdgpu/ci_dpm.c | 12 +++

[PATCH 3/4] drm/amd/powerplay: fix bug dpm level set by user was reset to auto.

2016-12-23 Thread Rex Zhu
Change-Id: Id68b42dbb2c4e9403e097835a6758c9f930b836e Signed-off-by: Rex Zhu --- drivers/gpu/drm/amd/powerplay/eventmgr/eventtasks.c | 5 - drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git