OSDN Git Service

drm/bridge/sii8620: fix display modes validation
authorMaciej Purski <m.purski@samsung.com>
Fri, 2 Feb 2018 10:54:25 +0000 (11:54 +0100)
committerAndrzej Hajda <a.hajda@samsung.com>
Wed, 13 Jun 2018 14:26:57 +0000 (16:26 +0200)
commitecba7cfa3afbe489288f2c819158b7402afd7ee9
tree328459a5aa04bfa7a63b345b0cbd78faa1f0ac67
parent8e627a1b1ce8feb3e1da4428b71b9b4905f04888
drm/bridge/sii8620: fix display modes validation

Current implementation of mode_valid() and mode_fixup() callbacks
handle packed pixel modes improperly.

Fix it by using proper maximum clock values from the documentation.

Signed-off-by: Maciej Purski <m.purski@samsung.com>
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1517568865-25219-1-git-send-email-m.purski@samsung.com
drivers/gpu/drm/bridge/sil-sii8620.c