From mboxrd@z Thu Jan 1 00:00:00 1970 From: narmstrong@baylibre.com (Neil Armstrong) Date: Tue, 13 Mar 2018 11:51:20 +0100 Subject: [PATCH] drm/meson: Add support for DMT modes on HDMI In-Reply-To: <1520937363.4264.47.camel@baylibre.com> References: <1520935670-14187-1-git-send-email-narmstrong@baylibre.com> <1520937363.4264.47.camel@baylibre.com> Message-ID: <2db1d871-2cbf-a2f7-0bea-45e7841ff338@baylibre.com> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org On 13/03/2018 11:36, Jerome Brunet wrote: > On Tue, 2018-03-13 at 11:07 +0100, Neil Armstrong wrote: >> This patch adds support for DMT display modes over HDMI. >> The modes timings configurations are from the Amlogic Vendor linux tree >> and tested over multiples monitors. >> Previously only a selected number of CEA modes were supported. >> >> Only these following modes are supported with these changes: >> - 640x480 at 60Hz >> - 800x600 at 60Hz >> - 1024x768 at 60Hz >> - 1152x864 at 75Hz >> - 1280x1024 at 60Hz >> - 1600x1200 at 60Hz >> - 1920x1080 at 60Hz >> >> The associated code to handle the clock rates is also added. >> >> Signed-off-by: Neil Armstrong > > Looks good to me > > Acked-by: Jerome Brunet > Pushed to drm-misc-next, Neil