Hi,
This series modifies LCD I80 interface display for Exynos DRM driver.
This is based on exynos-drm-next branch.
Patches 1 and 2 modify trivial things.
Patch 3 changes ideal clock calculation standard as H/W guideline.
Patch 4 moves vblank handler in TE handler to privide proper VBLANK information.
Patch 5 arranges I80 interface interrupt configuration like RGB interface.
Patches 6 and 7 prevent showing the command mode panel garbage GRAM screen data.
I welcome any comments.
Thank you. Best regards YJ
YoungJun Cho (7): drm/exynos: fimd: remove unnecessary waiting vblank routine drm/exynos: fimd: add fimd_channel_win() to clean up code drm/exynos: fimd: modify vclk calculation for I80 i/f drm/exynos: fimd: move handle vblank position in TE handler drm/exynos: fimd: modify I80 i/f interrupt relevant routine drm/exynos: dsi: move TE irq handler registration position drm/exynos: dsi: move DSIM_STATE_ENABLED set position
drivers/gpu/drm/exynos/exynos_drm_dsi.c | 24 +++-- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 155 +++++++++++++++++-------------- 2 files changed, 98 insertions(+), 81 deletions(-)