drm/panel: simple: Fix Innolux G070Y2-L01 BPP settings
Marek Vasut authored
[ Upstream commit fc1b6ef7 ]

The Innolux G070Y2-L01 supports two modes of operation:
1) FRC=Low/NC ... MEDIA_BUS_FMT_RGB666_1X7X3_SPWG ... BPP=6
2) FRC=High ..... MEDIA_BUS_FMT_RGB888_1X7X4_SPWG ... BPP=8

Currently the panel description mixes both, BPP from 1) and bus
format from 2), which triggers a warning at panel-simple.c:615.

Pick the later, set bpp=8, fix the warning.

Fixes: a5d2ade6

 ("drm/panel: simple: Add support for Innolux G070Y2-L01")
Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Cc: Christoph Fritz <chf.fritz@googlemail.com>
Cc: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
Cc: Maxime Ripard <maxime@cerno.tech>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220220040718.532866-1-marex@denx.de
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@...
3fd96bc6
Name Last commit Last update
Documentation x86/speculation: Update link to AMD speculation whitepaper
LICENSES LICENSES: Rename other to deprecated
arch fixup for "arm64 entry: Add macro for reading symbol address from the trampoline"
block block: Fix fsync always failed if once failed
certs certs: Trigger creation of RSA module signing key if it's not an RSA key
crypto crypto: pcrypt - Delay write to padata->info
drivers drm/panel: simple: Fix Innolux G070Y2-L01 BPP settings
fs ocfs2: fix crash when initialize filecheck kobj fails
include xfrm: Check if_id in xfrm_migrate
init bpf: Add kconfig knob for disabling unpriv bpf by default
ipc shm: extend forced shm destroy to support objects from several IPC nses
kernel tracing: Ensure trace buffer is at least 4096 bytes large
lib ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSE
mm memfd: fix F_SEAL_WRITE after shmem huge page allocated
net net/packet: fix slab-out-of-bounds access in packet_recvmsg()
samples samples/kretprobes: Fix return value if register_kretprobe() failed
scripts kconfig: fix failing to generate auto.conf
security ima: Do not print policy rule with inactive LSM labels
sound ASoC: cs4265: Fix the duplicated control name
tools kselftest/vm: fix tests build with old libc
usr initramfs: restore default compression behavior
virt KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migrated
.clang-format clang-format: Update with the latest for_each macro list
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.