]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: fimd: Add support for FIMD variants with clock selection
authorTomasz Figa <tomasz.figa@gmail.com>
Wed, 1 May 2013 19:02:28 +0000 (21:02 +0200)
committerInki Dae <daeinki@gmail.com>
Fri, 28 Jun 2013 12:12:51 +0000 (21:12 +0900)
commit7809d4f8a856a8185c16c74b2255f9817a285474
tree671484b8b3fb90939180e2b7a52e245c4672227d
parentc8f667e5bbaa21e1f7f13eb9c8e20fd23e6c69c2
drm/exynos: fimd: Add support for FIMD variants with clock selection

Some platforms that can be supported this driver has additional clock
source selection bits in VIDCON0 register that allows to select which
clock should be used to drive the pixel clock: bus clock or special
clock.

Since this driver assumes that special clock always drives the pixel
clock, this patch sets the selection bitfield to use the special clock.

Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
Acked-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_fimd.c