Re: [PATCH v2] drm/amd/display: Fix bug use wrong pp interface

2018-08-23 Thread Harry Wentland
On 2018-08-20 03:54 AM, Rex Zhu wrote: > Used wrong pp interface, the original interface is > exposed by dpm on SI and paritial CI. > > Pointed out by Francis David > > v2: dal only need to set min_dcefclk and min_fclk to smu. > so use display_clock_voltage_request interface, > instand

Re: [PATCH v2] drm/amd/display: Fix bug use wrong pp interface

2018-08-22 Thread Deucher, Alexander
Acked-by: Alex Deucher From: amd-gfx on behalf of Rex Zhu Sent: Wednesday, August 22, 2018 2:41:19 AM To: amd-gfx@lists.freedesktop.org; Francis, David; Wentland, Harry Cc: Zhu, Rex Subject: [PATCH v2] drm/amd/display: Fix bug use wrong pp interface Used

[PATCH v2] drm/amd/display: Fix bug use wrong pp interface

2018-08-21 Thread Rex Zhu
Used wrong pp interface, the original interface is exposed by dpm on SI and paritial CI. Pointed out by Francis David v2: dal only need to set min_dcefclk and min_fclk to smu. so use display_clock_voltage_request interface, instand of update all display configuration. Acked-by: Alex Deu

[PATCH v2] drm/amd/display: Fix bug use wrong pp interface

2018-08-20 Thread Rex Zhu
Used wrong pp interface, the original interface is exposed by dpm on SI and paritial CI. Pointed out by Francis David v2: dal only need to set min_dcefclk and min_fclk to smu. so use display_clock_voltage_request interface, instand of update all display configuration. Acked-by: Alex Deu