[PATCH 2/2] drm/amd/display: Fix dm-pp clks type convert error
Harry Wentland
harry.wentland at amd.com
Tue Jun 26 14:44:19 UTC 2018
On 2018-06-26 01:53 AM, rex zhu wrote:
> fix a typo when convert displayphyclk type.
>
> Signed-off-by: Rex Zhu <Rex.Zhu at amd.com>
Reviewed-by: Harry Wentland <harry.wentland at amd.com>
Harry
> ---
> drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c
> index 2acbcc7..cf92d7a 100644
> --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c
> +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c
> @@ -167,6 +167,9 @@ static enum amd_pp_clock_type dc_to_pp_clock_type(
> amd_pp_clk_type = amd_pp_f_clock;
> break;
> case DM_PP_CLOCK_TYPE_DISPLAYPHYCLK:
> + amd_pp_clk_type = amd_pp_phy_clock;
> + break;
> + case DM_PP_CLOCK_TYPE_DPPCLK:
> amd_pp_clk_type = amd_pp_dpp_clock;
> break;
> default:
>
More information about the amd-gfx
mailing list