]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
drm: panel: Fix bpc for OrtusTech COM43H4M85ULC panel
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 24 Aug 2020 00:32:54 +0000 (03:32 +0300)
committerStefan Bader <stefan.bader@canonical.com>
Mon, 9 Nov 2020 13:48:45 +0000 (14:48 +0100)
commita5bca853d1e78025a5641d4ecfbbd4e059ed95ab
tree2ffdf0fddb6ef170d17fadf527e2327c0c3af565
parent2c3ca490d7262f82cfd790760d59b237743b24ca
drm: panel: Fix bpc for OrtusTech COM43H4M85ULC panel

BugLink: https://bugs.launchpad.net/bugs/1902115
[ Upstream commit 3b8095169982ff4ec2a1b4be61b7224bbef23b48 ]

The OrtusTech COM43H4M85ULC panel is a 18-bit RGB panel. Commit
f098f168e91c ("drm: panel: Fix bus format for OrtusTech COM43H4M85ULC
panel") has fixed the bus formats, but forgot to address the bpc value.
Set it to 6.

Fixes: f098f168e91c ("drm: panel: Fix bus format for OrtusTech COM43H4M85ULC panel")
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200824003254.21904-1-laurent.pinchart@ideasonboard.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Ian May <ian.may@canonical.com>
drivers/gpu/drm/panel/panel-simple.c