Re: [PATCH] drm/amdgpu: explicitly set pg_flags for ST

2016-10-19 Thread StDenis, Tom
Alexander Subject: [PATCH] drm/amdgpu: explicitly set pg_flags for ST No need to retain previous settings as this is the first time we set pg_flags. Probably a copy/paste typo from the CZ code. Avoids confusion. No change in behavior as adev is kzallocated. Signed-off-by: Alex Deucher <alex

[PATCH] drm/amdgpu: explicitly set pg_flags for ST

2016-10-19 Thread Alex Deucher
No need to retain previous settings as this is the first time we set pg_flags. Probably a copy/paste typo from the CZ code. Avoids confusion. No change in behavior as adev is kzallocated. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/vi.c | 2 +- 1 file