Re: [PATCH 00/12] mise patch related uvd/vce cg and pg.

2017-01-27 Thread Christian König
I only skimmed over it, but what I saw looked mostly good to me. Patch #7: Please add a code comment explaining why we do this. Apart from that the rest is Acked-by: Christian König . Regards, Christian. Am 26.01.2017 um 12:00 schrieb Rex Zhu: Rex Zhu (12): drm/amdgpu: when dpm disabled,

[PATCH] drm/amdgpu: fix amdgpu_bo_va_mapping flags

2017-01-27 Thread Christian König
From: Christian König They are 64bit not 32 for a while now. Signed-off-by: Christian König Reviewed-by: Nicolai Hähnle --- drivers/gpu/drm/amd/amdgpu/amdgpu.h| 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | 2 +- 3 files changed, 3 insertion

RE: [PATCH] drm/amdgpu: fix amdgpu_bo_va_mapping flags

2017-01-27 Thread Deucher, Alexander
> -Original Message- > From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf > Of Christian König > Sent: Friday, January 27, 2017 5:29 AM > To: amd-gfx@lists.freedesktop.org > Subject: [PATCH] drm/amdgpu: fix amdgpu_bo_va_mapping flags > > From: Christian König > > They

[PATCH] drm/amdgpu/si: fix crash on headless asics

2017-01-27 Thread Alex Deucher
Missing check for crtcs present. Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=193341 https://bugs.freedesktop.org/show_bug.cgi?id=99387 Signed-off-by: Alex Deucher Cc: sta...@vger.kernel.org --- drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)

Re: [PATCH] drm/amdgpu/si: fix crash on headless asics

2017-01-27 Thread Christian König
Am 27.01.2017 um 16:33 schrieb Alex Deucher: Missing check for crtcs present. Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=193341 https://bugs.freedesktop.org/show_bug.cgi?id=99387 Signed-off-by: Alex Deucher Cc: sta...@vger.kernel.org Reviewed-by: Christian König . --- drivers/gpu

[pull] radeon and amdgpu drm-next-4.11

2017-01-27 Thread Alex Deucher
Hi Dave, This is the main feature pull for radeon and amdgpu for 4.11. Highlights: - Power and clockgating improvements - Preliminary SR-IOV support - ttm buffer priority support - ttm eviction fixes - Removal of the ttm lru callbacks - Remove SI DPM quirks due to MC firmware issues - Handle VFCT

[PATCH] drm/amd/display: Fix MST physical ports always disconnected

2017-01-27 Thread Krzysztof Nowicki
From: Krzysztof Nowicki Remove a false assumption that a cached EDID will be present whenever the connector is in a connected state as this will only be true for logical MST ports. For physical ports the EDID will never be cached, which will cause them to always appear as disconnected. This reve

Re: [PATCH] drm/amdgpu: drop pitcairn dpm quirks

2017-01-27 Thread Nicolai Hähnle
On 25.01.2017 00:26, Alex Deucher wrote: No longer necessary with the new 58 mc ucode. Should this perhaps have a firmware version check? Would suck if somebody's system regressed if they upgrade the kernel but missed upgrading the firmware... Nicolai Signed-off-by: Alex Deucher --- dr

RE: [PATCH] drm/amdgpu: drop pitcairn dpm quirks

2017-01-27 Thread Deucher, Alexander
> -Original Message- > From: Nicolai Hähnle [mailto:nhaeh...@gmail.com] > Sent: Friday, January 27, 2017 3:19 PM > To: Alex Deucher; amd-gfx@lists.freedesktop.org > Cc: Deucher, Alexander > Subject: Re: [PATCH] drm/amdgpu: drop pitcairn dpm quirks > > On 25.01.2017 00:26, Alex Deucher wrot