Re: [PATCH v2 1/2] drm/exynos: mixer: simplify mixer_cfg_rgb_fmt()

2017-04-08 Thread Inki Dae
2017-03-29 20:55 GMT+09:00 Tobias Jakobi : > Hello Daniel, > > I'm not getting any response from the Exynos DRM maintainer concerning > this patch. Since this is just a simple cleanup, and Andrzej has already > review, could you perhaps merge it through drm-misc? > Sorry for late. Confirmed just n

Re: [PATCH v2 1/2] drm/exynos: mixer: simplify mixer_cfg_rgb_fmt()

2017-03-29 Thread Tobias Jakobi
Hello Daniel, I'm not getting any response from the Exynos DRM maintainer concerning this patch. Since this is just a simple cleanup, and Andrzej has already review, could you perhaps merge it through drm-misc? With best wishes, Tobias Tobias Jakobi wrote: > Convert if-statements to switch sta

Re: [PATCH v2 1/2] drm/exynos: mixer: simplify mixer_cfg_rgb_fmt()

2017-03-22 Thread Tobias Jakobi
Gentle ping. - Tobias Tobias Jakobi wrote: > Convert if-statements to switch statement. Removes > duplicated code. > > Reviewed-by: Andrzej Hajda > Signed-off-by: Tobias Jakobi > --- > drivers/gpu/drm/exynos/exynos_mixer.c | 30 -- > 1 file changed, 8 insertions(+)

[PATCH v2 1/2] drm/exynos: mixer: simplify mixer_cfg_rgb_fmt()

2017-03-10 Thread Tobias Jakobi
Convert if-statements to switch statement. Removes duplicated code. Reviewed-by: Andrzej Hajda Signed-off-by: Tobias Jakobi --- drivers/gpu/drm/exynos/exynos_mixer.c | 30 -- 1 file changed, 8 insertions(+), 22 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos