From: Inki Dae <inki.dae@samsung.com>
To: Andrzej Hajda <a.hajda@samsung.com>
Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
Marek Szyprowski <m.szyprowski@samsung.com>,
dri-devel@lists.freedesktop.org,
linux-samsung-soc@vger.kernel.org,
Tobias Jakobi <tjakobi@math.uni-bielefeld.de>,
Daniel Drake <drake@endlessm.com>
Subject: Re: [PATCH v2 00/11] drm/exynos: TV path improvements
Date: Mon, 23 Oct 2017 10:37:27 +0900 [thread overview]
Message-ID: <59ED47D7.4030908@samsung.com> (raw)
In-Reply-To: <20170929100542.12849-1-a.hajda@samsung.com>
Hi Andrzej,
Merged. And regarding below patch 9, I will try to contact HW guy to ask for why the difference happens.
[PATCH v2 09/11] drm/exynos/hdmi: quirk for support mode timings conversion
Thanks,
Inki Dae
2017년 09월 29일 19:05에 Andrzej Hajda 이(가) 쓴 글:
> Hi all,
>
> This patchset does two main things:
> - removes mode limitation for Exynos542x chips, multiple modes were filtered
> out due to lack of HW version checking code,
> - enables two modes on older chips, thanks to quirk found by Daniel Drake,
> and published by Tobias Jakobi [1][2].
> Beside this it consolidates the code and performs multiple cleanups.
>
> v2:
> - addressed comments by Tobias,
> - added Daniel's patch adding 1366x768Hz mode
>
> [1]: http://www.spinics.net/lists/linux-samsung-soc/msg24617.html
> [2]: https://www.spinics.net/lists/dri-devel/msg150906.html
>
> Regards
> Andrzej
>
>
> Andrzej Hajda (10):
> drm/exynos/mixer: abstract out output mode setup code
> drm/exynos/mixer: move mode commit to enable callback
> drm/exynos/mixer: move resolution configuration to single function
> drm/exynos/mixer: fix mode validation code
> drm/exynos/mixer: remove mixer_resources sub-structure
> drm/exynos/hdmi: remove redundant mode field
> drm/exynos: add mode_fixup callback to exynos_drm_crtc_ops
> drm/exynos/mixer: pass actual mode on MIXER to encoder
> drm/exynos/hdmi: quirk for support mode timings conversion
> drm/exynos/mixer: enable support for 1024x768 and 1280x1024 modes
>
> Daniel Drake (1):
> drm/exynos/hdmi: add 85.5MHz pixel clock for v14 HDMI PHY
>
> drivers/gpu/drm/exynos/exynos_drm_crtc.c | 15 +
> drivers/gpu/drm/exynos/exynos_drm_drv.h | 3 +
> drivers/gpu/drm/exynos/exynos_hdmi.c | 58 ++--
> drivers/gpu/drm/exynos/exynos_mixer.c | 458 +++++++++++++++----------------
> 4 files changed, 278 insertions(+), 256 deletions(-)
>
prev parent reply other threads:[~2017-10-23 1:37 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20170929100545eucas1p24e82643e9ba934c6a0a1f437f4c0891a@eucas1p2.samsung.com>
2017-09-29 10:05 ` [PATCH v2 00/11] drm/exynos: TV path improvements Andrzej Hajda
2017-09-29 10:05 ` [PATCH v2 01/11] drm/exynos/mixer: abstract out output mode setup code Andrzej Hajda
2017-09-29 10:05 ` [PATCH v2 02/11] drm/exynos/mixer: move mode commit to enable callback Andrzej Hajda
2017-09-29 10:05 ` [PATCH v2 03/11] drm/exynos/mixer: move resolution configuration to single function Andrzej Hajda
2017-09-29 10:05 ` [PATCH v2 04/11] drm/exynos/mixer: fix mode validation code Andrzej Hajda
2017-09-29 10:05 ` [PATCH v2 05/11] drm/exynos/mixer: remove mixer_resources sub-structure Andrzej Hajda
2017-10-16 10:02 ` Inki Dae
2017-09-29 10:05 ` [PATCH v2 06/11] drm/exynos/hdmi: remove redundant mode field Andrzej Hajda
2017-09-29 10:05 ` [PATCH v2 07/11] drm/exynos: add mode_fixup callback to exynos_drm_crtc_ops Andrzej Hajda
2017-09-29 10:05 ` [PATCH v2 08/11] drm/exynos/mixer: pass actual mode on MIXER to encoder Andrzej Hajda
2017-09-29 10:05 ` [PATCH v2 09/11] drm/exynos/hdmi: quirk for support mode timings conversion Andrzej Hajda
2017-10-17 7:38 ` Inki Dae
2017-10-17 8:04 ` Andrzej Hajda
2017-10-18 2:31 ` Inki Dae
2017-10-18 9:36 ` Andrzej Hajda
2017-09-29 10:05 ` [PATCH v2 10/11] drm/exynos/mixer: enable support for 1024x768 and 1280x1024 modes Andrzej Hajda
2017-10-17 7:48 ` Inki Dae
2017-10-17 8:09 ` Andrzej Hajda
2017-09-29 10:05 ` [PATCH v2 11/11] drm/exynos/hdmi: add 85.5MHz pixel clock for v14 HDMI PHY Andrzej Hajda
2017-10-23 1:37 ` Inki Dae [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=59ED47D7.4030908@samsung.com \
--to=inki.dae@samsung.com \
--cc=a.hajda@samsung.com \
--cc=b.zolnierkie@samsung.com \
--cc=drake@endlessm.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=tjakobi@math.uni-bielefeld.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox