Re: [PATCH libdrm] libdrm: Allow dynamic drm majors on linux

2018-09-30 Thread Thomas Hellstrom
Hi, Emil, On 09/05/2018 03:53 PM, Emil Velikov wrote: On 5 September 2018 at 14:20, Thomas Hellstrom wrote: In that case, please give me 24h to do a libdrm release before pushing. I had to push some workarounds for the sandboxing mentioned earlier :-\ Thanks Emil Ouch, I just pushed the

VegaM DP dpms issue

2018-09-30 Thread Louis Garcia
I am having an issue with intel NUC8i7HNK with AMD Vega M. I have three Dell U2415 monitors connected to one mDP daisychained. When the monitors go to sleep (dpms) trying to wake up the monitors after half hour or more fails, touching the keyboard and mouse. Only way is a hard reboot. Same

RE: [PATCH 5/5] drm/amdgpu: Disable sysfs pwm1 if not in manual fan control

2018-09-30 Thread Quan, Evan
Series is Reviewed-by: Evan Quan > -Original Message- > From: amd-gfx On Behalf Of Rex > Zhu > Sent: 2018年9月30日 14:18 > To: amd-gfx@lists.freedesktop.org > Cc: Zhu, Rex > Subject: [PATCH 5/5] drm/amdgpu: Disable sysfs pwm1 if not in manual fan > control > > Following lm-sensors 3.0.0,

[PATCH 5/5] drm/amdgpu: Disable sysfs pwm1 if not in manual fan control

2018-09-30 Thread Rex Zhu
Following lm-sensors 3.0.0, Only enable pwm1 sysfs when fan control mode(pwm1_enable) in manual Signed-off-by: Rex Zhu --- drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c

[PATCH 4/5] drm/amdgpu: Add fan RPM setting via sysfs

2018-09-30 Thread Rex Zhu
Add fan1_target for get/set fan speed in RPM unit Add fan1_min/fan1_max for get min, max fan speed in RPM unit Add fan1_enable to enable/disable the fan1 sensor v2: query the min/max rpm gpu support instand of hardcode. Signed-off-by: Rex Zhu --- drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.h

[PATCH 2/5] drm/amdgpu: Add new AMDGPU_PP_SENSOR_MIN/MAX_FAN_RPM sensor

2018-09-30 Thread Rex Zhu
For getting the min/max fan speed in RPM units. Signed-off-by: Rex Zhu --- drivers/gpu/drm/amd/include/kgd_pp_interface.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/amd/include/kgd_pp_interface.h b/drivers/gpu/drm/amd/include/kgd_pp_interface.h index 8593850..97001a6

[PATCH 1/5] drm/amdgpu: Refine uvd_v6/7_0_enc_get_destroy_msg

2018-09-30 Thread Rex Zhu
1. make uvd_v7_0_enc_get_destroy_msg static 2. drop a function variable that always true Signed-off-by: Rex Zhu --- drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c | 10 +++--- drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c | 12 2 files changed, 7 insertions(+), 15 deletions(-) diff --git

[PATCH 3/5] drm/amd/pp: Implement AMDGPU_PP_SENSOR_MIN/MAX_FAN_RPM

2018-09-30 Thread Rex Zhu
so user can query the RPM range Signed-off-by: Rex Zhu --- drivers/gpu/drm/amd/powerplay/amd_powerplay.c| 6 ++ drivers/gpu/drm/amd/powerplay/hwmgr/vega20_processpptables.c | 2 ++ 2 files changed, 8 insertions(+) diff --git a/drivers/gpu/drm/amd/powerplay/amd_powerplay.c

RE: [PATCH 4/4] drm/amdgpu: Change the gfx/sdma init/fini sequence

2018-09-30 Thread Jin, Jian-Rong
Thanks Zhi! -Original Message- From: amd-gfx On Behalf Of Quan, Evan Sent: 2018年9月30日 12:20 To: Zhu, Rex ; amd-gfx@lists.freedesktop.org Cc: Zhu, Rex Subject: RE: [PATCH 4/4] drm/amdgpu: Change the gfx/sdma init/fini sequence Reviewed-by: Evan Quan > -Original Message- >