Re: [U-Boot] [PATCH 5/5] sunxi: display: Add DDC & EDID support

2014-11-25 Thread Ian Campbell
On Mon, 2014-11-24 at 17:14 +0100, Hans de Goede wrote: > This can be overriden through the hdmi_mode env. > variable. Apart from the question regarding the variable name I asked on "sunxi: video: Add extra modes and allow selecting the mode via hdmi_mode env" the code here looks fine to me. ___

[U-Boot] [PATCH 5/5] sunxi: display: Add DDC & EDID support

2014-11-24 Thread Hans de Goede
Add DDC & EDID support and use it to automatically select the native mode of the attached monitor. This can be overriden through the hdmi_mode env. variable. Signed-off-by: Hans de Goede --- arch/arm/include/asm/arch-sunxi/display.h | 85 drivers/video/sunxi_display.c