OSDN Git Service

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)
committerSam Ravnborg <sam@ravnborg.org>
Sat, 29 Aug 2020 22:10:44 +0000 (00:10 +0200)
commit3b8095169982ff4ec2a1b4be61b7224bbef23b48
tree16c60b1d9afad61634c80cd2a0e1daa827962445
parent85a51673660d43a3f4543f4623f747dc9a51d35b
drm: panel: Fix bpc for OrtusTech COM43H4M85ULC panel

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
drivers/gpu/drm/panel/panel-simple.c