https://github.com/torvalds/linux
Revision 772970620a839141835eaf2bc507d957b10adcca authored by Dan Johansen on 18 August 2021, 21:48:18 UTC, committed by Maarten Lankhorst on 21 October 2021, 09:08:08 UTC
This adjusts sync values according to the datasheet

Fixes: 1c243751c095 ("drm/panel: ilitek-ili9881c: add support for Feixin K101-IM2BYL02 panel")
Co-developed-by: Marius Gripsgard <marius@ubports.com>
Signed-off-by: Dan Johansen <strit@manjaro.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210818214818.298089-1-strit@manjaro.org
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
1 parent 3cfc183
Raw File
Tip revision: 772970620a839141835eaf2bc507d957b10adcca authored by Dan Johansen on 18 August 2021, 21:48:18 UTC
drm/panel: ilitek-ili9881c: Fix sync for Feixin K101-IM2BYL02 panel
Tip revision: 7729706
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.rst.
#
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"

source "scripts/Kconfig.include"

source "init/Kconfig"

source "kernel/Kconfig.freezer"

source "fs/Kconfig.binfmt"

source "mm/Kconfig"

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"

source "security/Kconfig"

source "crypto/Kconfig"

source "lib/Kconfig"

source "lib/Kconfig.debug"

source "Documentation/Kconfig"
back to top