[PATCH 1/2] Revert "drm/amdgpu: disable GFX PG on CZ/BR/ST"

2016-07-24 Thread Tom St Denis
This partially reverts commit bd0ced160a2a7f1b23058bdca008f7770fd863c3. But keeps the SMU SCLK slowdown and CP PG disabled since that is what is causing the system hangs on Carrizo(AM4) systems. PG is still disabled for ST systems as that hasn't been fully tested yet. Signed-off-by: Tom St Denis

[PATCH 2/2] drm/amd/amdgpu: Re-enable PG for GFX on Stoney

2016-07-24 Thread Tom St Denis
With SMU SCLK and CP PG disabled testing passes. Signed-off-by: Tom St Denis --- drivers/gpu/drm/amd/amdgpu/vi.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/vi.c b/drivers/gpu/drm/amd/amdgpu/vi.c index b912fa3efd2d..63850ddd955f 100644 --- a/

GFX PG on Stoney/Carrizo (v2)

2016-07-24 Thread Tom St Denis
Not really new content just resending them without the UVD PG patches. I've tested this on both an AM4 class Carrizo and a Gardenia Stoney for nearly 48 hours straight without a single glitch or failure. ___ amd-gfx mailing list amd-gfx@lists.freedeskt

Re: [PATCH 1/3] drm/amdgpu: add bypass mode for vce3.0

2016-07-24 Thread Alexandre Demers
Please, keep a similar syntax to other functions and to the file name. "vce_v3_set_bypass_mode" should be "vce_v3_0_set_bypass_mode". Alexandre Demers On 2016-07-21 20:10, Eric Huang wrote: Looks good to me. Reviewed-by: Eric Huang Regards, Eric On 07/18/2016 12:59 PM, Rex Zhu wrote: Chang

Re: [PATCH] drm/ttm: partial revert "cleanup ttm_tt_(unbind|destroy)" v2

2016-07-24 Thread Sean Paul
On Fri, Jul 22, 2016 at 9:10 AM, Christian König wrote: > From: Christian König > > We still need to unbind explicitely during a move. Sorry for the drive-by nit, but: s/explicitely/explicitly/ > > This partial reverts commit ff20caa0bcbfef9f7686f8d1868a3b990921afd6. > > v2: remove unnecessar

[PATCH v2 2/2] drm/amdgpu: expose AMDGPU_GEM_CREATE_VRAM_CLEARED to user space

2016-07-24 Thread Flora Cui
V2: fix the return value for fill failure and validate bo before filling data Change-Id: I256178afa18c1a433fe60d8656d1c5cc5d55cf2f Signed-off-by: Flora Cui Reviewed-by: Chunming Zhou --- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 33 ++ include/uapi/drm/amdgpu_drm.