// SPDX-License-Identifier: GPL-2.0-only /* * Ilitek ILI9322 TFT LCD drm_panel driver. * * This panel can be configured to support: * - 8-bit serial RGB interface * - 24-bit parallel RGB interface * - 8-bit ITU-R BT.601 interface * - 8-bit ITU-R BT.656 interface * - Up to 320RGBx240 dots resolution TFT LCD displays * - Scaling, brightness and contrast * * The scaling means that the display accepts a 640x480 or 720x480 * input and rescales it to fit to the 320x240 display. So what we * present to the system is something else than what comes out on the * actual display. * * Copyright (C) 2017 Linus Walleij * Derived from drivers/drm/gpu/panel/panel-samsung-ld9040.c */ #include #include #include #include #include #include #include #include