[PATCH] drm/hisilicon: add the mode_valid function

2020-01-09 Thread Tian Tao
add mode_valid function, and we can also use it to make suse the resolution is valid. Signed-off-by: Tian Tao Signed-off-by: Gong junjie --- drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_de.c | 20 1 file changed, 20 insertions(+) diff --git a/drivers/gpu/drm/hisilicon/hibmc/h

答复: [PATCH] drm/hisilicon: add the mode_valid function

2020-01-09 Thread tiantao (H)
...@redhat.com; alexander.deuc...@amd.com; t...@linutronix.de; dri-devel@lists.freedesktop.org; xinliang@linaro.org; linux-ker...@vger.kernel.org 抄送: Linuxarm 主题: Re: [PATCH] drm/hisilicon: add the mode_valid function Hi, here are a few more nits to fix. Am 08.01.20 um 09:19 schrieb Tian Tao: >

Re: [PATCH] drm/hisilicon: add the mode_valid function

2020-01-08 Thread Thomas Zimmermann
Hi, here are a few more nits to fix. Am 08.01.20 um 09:19 schrieb Tian Tao: > add mode_valid function, and we can also use it to make suse the resolution > is valid. Start with capital 'Add' and make it a simple sentence. Change 'suse' to 'sure' > > Signed-off-by: Tian Tao > Signed-off-by: Go