[PATCH] drm/amd/display: Fix a typo

2018-06-19 Thread Rex Zhu
change wm_min_memg_clk_in_khz -> wm_min_mem_clk_in_khz Signed-off-by: Rex Zhu --- drivers/gpu/drm/amd/display/dc/dce112/dce112_resource.c | 8 drivers/gpu/drm/amd/display/dc/dm_services_types.h | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/d

Re: [PATCH] drm/amd/display: Fix a typo

2018-06-20 Thread Alex Deucher
On Wed, Jun 20, 2018 at 12:56 AM, Rex Zhu wrote: > change wm_min_memg_clk_in_khz -> wm_min_mem_clk_in_khz > > Signed-off-by: Rex Zhu Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/amd/display/dc/dce112/dce112_resource.c | 8 > drivers/gpu/drm/amd/display/dc/dm_services_types.h

[PATCH] drm/amd/display: Fix a typo - amdpgu_dm --> amdgpu_dm

2019-08-09 Thread Christophe JAILLET
This should be 'amdgpu_dm', not 'amdpgu_dm' Signed-off-by: Christophe JAILLET --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/a

[PATCH] drm/amd/display: Fix a typo - dce_aduio_mask --> dce_audio_mask

2019-08-09 Thread Christophe JAILLET
This should be 'dce_audio_mask', not 'dce_aduio_mask'. Signed-off-by: Christophe JAILLET --- drivers/gpu/drm/amd/display/dc/dce/dce_audio.c | 2 +- drivers/gpu/drm/amd/display/dc/dce/dce_audio.h | 6 +++--- drivers/gpu/drm/amd/display/dc/dce100/dce100_resource.c | 2 +- drivers

Re: [PATCH] drm/amd/display: Fix a typo - dce_aduio_mask --> dce_audio_mask

2019-08-12 Thread Alex Deucher
Applied. thanks! Alex On Sat, Aug 10, 2019 at 9:55 AM Christophe JAILLET wrote: > > This should be 'dce_audio_mask', not 'dce_aduio_mask'. > > Signed-off-by: Christophe JAILLET > --- > drivers/gpu/drm/amd/display/dc/dce/dce_audio.c | 2 +- > drivers/gpu/drm/amd/display/dc/dce/dce_aud

[PATCH] drm/amd/display: Fix a typo when computing dsc configuration

2020-01-31 Thread mikita.lipski
From: Mikita Lipski [why] Remove a backslash symbol accidentally left in increase bpp function when computing mst dsc configuration. Signed-off-by: Mikita Lipski --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/

RE: [PATCH] drm/amd/display: Fix a typo when computing dsc configuration

2020-01-31 Thread Liu, Zhan
> -Original Message- > From: amd-gfx On Behalf Of > mikita.lip...@amd.com > Sent: 2020/January/31, Friday 10:00 AM > To: amd-gfx@lists.freedesktop.org > Cc: Deucher, Alexander ; Lipski, Mikita > ; Wentland, Harry > Subject: [PATCH] drm/amd/display: Fix a