Re: [PATCH] drm/bridge/sii8620: fix display modes validation

2018-01-25 Thread kbuild test robot
Hi Maciej, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on drm/drm-next] [also build test WARNING on next-20180119] [cannot apply to v4.15-rc9] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://

[PATCH] drm/bridge/sii8620: fix display modes validation

2018-01-23 Thread Maciej Purski
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 --- drivers/gpu/drm/bridge/sil-sii8620.c | 90 1 file cha