Re: [PATCH] drm/amd/amdgpu: fix spelling mistake: "comleted" -> "completed"

2017-01-02 Thread Edward O'Callaghan
Reviewed-by: Edward O'Callaghan On 12/30/2016 12:39 PM, Zhou, David(ChunMing) wrote: > +amd-gfx, patch is Reviewed-by: Chunming Zhou > > -Original Message- > From: Colin King [mailto:colin.k...@canonical.com] > Sent: Thursday, December 29, 2016 11:47 PM > To: Deucher, Alexander ; Koeni

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

2017-01-02 Thread Christian König
I hate to keep bringing up display topics in an unrelated conversation, but I'm not sure where you got "Application -> X server -> compositor -> X server" from. Sorry for that. It just sounded like you was assuming something about the current stack which looked like it won't work currently. Bu

Re: [PATCH] drm/amdgpu: fix compile warning in amdgpu_kms.c

2017-01-02 Thread Christian König
Am 02.01.2017 um 10:23 schrieb Rex Zhu: warning: comparison of distinct pointer types lacks a cast min((size_t)size, bios_size - bios_offset)) Change-Id: Ib77eac5b15d09d169d2e95cff7608b395fb0f64c Signed-off-by: Rex Zhu Reviewed-by: Christian König . --- drivers/gpu/drm/amd/amdgpu/amdgpu

Re: [PATCH 1/1] drm/amd/amdgpu: get maximum and used UVD handles (v3)

2017-01-02 Thread Christian König
Am 15.12.2016 um 23:43 schrieb Grazvydas Ignotas: On Thu, Dec 15, 2016 at 4:12 PM, Christian König wrote: Regarding which error code to return I think that Emil has the right idea here. Returning -EINVAL usually means that userspace provided an invalid value, but in this case it doesn't matter

[PATCH] drm/amdgpu: fix compile warning in amdgpu_kms.c

2017-01-02 Thread Rex Zhu
warning: comparison of distinct pointer types lacks a cast min((size_t)size, bios_size - bios_offset)) Change-Id: Ib77eac5b15d09d169d2e95cff7608b395fb0f64c Signed-off-by: Rex Zhu --- drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driv