On Wed, May 03, 2017 at 08:44:53AM +0800, Shawn Guo wrote:
Hi Sean,
On Tue, Apr 11, 2017 at 7:30 PM, Shawn Guo shawnguo@kernel.org wrote:
From: Shawn Guo shawn.guo@linaro.org
It adds VGA driver support, which needs to configure corresponding VOU interface in RGB_888 format, and thus the following changes are needed on zx_vou.
- Rename the CSC block of Graphic Layer a bit to make it more specific, and add CSC of Channel to support RGB output.
- Bypass Dither block for RGB output.
Signed-off-by: Shawn Guo shawn.guo@linaro.org Acked-by: Daniel Vetter daniel.vetter@ffwll.ch
Changes for v3:
- Set device state into disconnected when edid read fails in .get_modes hook.
- Drop locking and add comments for understanding why it's not necessary.
Are you okay with this version? I need a 'go' from you to push the series to drm-misc-next.
Apologies for the delay.
Reviewed-by: Sean Paul seanpaul@chromium.org
Shawn