[pull] amdgpu and ttm drm-next-4.16

2017-12-30 Thread Alex Deucher
Hi Dave, Last few updates for 4.16: - Misc fixes for amdgpu - Enable swapout for reserved BOs during allocation for ttm - Misc cleanups for ttm The following changes since commit df2869abd92b740af141ee2eb081bfc69bd80877: Merge branch 'drm-next-4.16' of

Re: [PATCH] Revert "drm/amd/amdgpu: set gtt size according to system memory size only"

2017-12-30 Thread Andrey Grodzovsky
On 12/29/2017 03:19 PM, Koenig, Christian wrote: The difference is that the OOM killer doesn't know of the pages an application allocates through the driver. This results in a bad decision which process to kill. I had patches to fix this a long time ago on the list, but never found time to

Re: [PATCH 1/4] drm/amd/powerplay: show the right unit for the temp printed out

2017-12-30 Thread Deucher, Alexander
I don't think the hwmon interface should expose the units in the string, this will probably break some applications that use the hwmon interface. They are assumed to be milli-degrees celsius as per the API. Alex From: amd-gfx

Re: [PATCH 3/4] drm/amd/powerplay: removed hwmgr_handle_task unused parameter and given a better name for other parameter

2017-12-30 Thread Deucher, Alexander
Acked-by: Alex Deucher From: amd-gfx on behalf of Evan Quan Sent: Friday, December 29, 2017 2:44:38 AM To: amd-gfx@lists.freedesktop.org Cc: Quan, Evan Subject: [PATCH 3/4]

Re: [PATCH 2/4] drm/amd/powerplay: remove unused parameter of phm_start_thermal_controller

2017-12-30 Thread Deucher, Alexander
Should this be used to set the default critical temperatures? IIRC, they were set to 0 until last week when someone sent a patch to fix them. Alex From: amd-gfx on behalf of Evan Quan Sent: Friday,

Re: [PATCH 4/4] drm/amd/powerplay: set pp_num_states as 0 on error situation

2017-12-30 Thread Deucher, Alexander
Acked-by: Alex Deucher From: amd-gfx on behalf of Evan Quan Sent: Friday, December 29, 2017 2:44:39 AM To: amd-gfx@lists.freedesktop.org Cc: Quan, Evan Subject: [PATCH 4/4]