Commit 876153ab authored by Aishwarya Kothari's avatar Aishwarya Kothari Committed by Douglas Anderson

drm/panel: simple: set bpc field for logic technologies displays

In case bpc is not set for a panel it then throws a WARN(). Add bpc to
the panels logictechno_lt170410_2whc and logictechno_lt161010_2nh.

Fixes: 5728fe7f ("drm/panel: simple: add display timings for logic technologies displays")
Signed-off-by: default avatarAishwarya Kothari <aishwarya.kothari@toradex.com>
Signed-off-by: default avatarFrancesco Dolcini <francesco.dolcini@toradex.com>
Signed-off-by: default avatarDouglas Anderson <dianders@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220831141622.39605-1-francesco.dolcini@toradex.com
parent dba9e346
...@@ -2500,6 +2500,7 @@ static const struct display_timing logictechno_lt161010_2nh_timing = { ...@@ -2500,6 +2500,7 @@ static const struct display_timing logictechno_lt161010_2nh_timing = {
static const struct panel_desc logictechno_lt161010_2nh = { static const struct panel_desc logictechno_lt161010_2nh = {
.timings = &logictechno_lt161010_2nh_timing, .timings = &logictechno_lt161010_2nh_timing,
.num_timings = 1, .num_timings = 1,
.bpc = 6,
.size = { .size = {
.width = 154, .width = 154,
.height = 86, .height = 86,
...@@ -2529,6 +2530,7 @@ static const struct display_timing logictechno_lt170410_2whc_timing = { ...@@ -2529,6 +2530,7 @@ static const struct display_timing logictechno_lt170410_2whc_timing = {
static const struct panel_desc logictechno_lt170410_2whc = { static const struct panel_desc logictechno_lt170410_2whc = {
.timings = &logictechno_lt170410_2whc_timing, .timings = &logictechno_lt170410_2whc_timing,
.num_timings = 1, .num_timings = 1,
.bpc = 8,
.size = { .size = {
.width = 217, .width = 217,
.height = 136, .height = 136,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment