We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dba9e34 commit 876153aCopy full SHA for 876153a
drivers/gpu/drm/panel/panel-simple.c
@@ -2500,6 +2500,7 @@ static const struct display_timing logictechno_lt161010_2nh_timing = {
2500
static const struct panel_desc logictechno_lt161010_2nh = {
2501
.timings = &logictechno_lt161010_2nh_timing,
2502
.num_timings = 1,
2503
+ .bpc = 6,
2504
.size = {
2505
.width = 154,
2506
.height = 86,
@@ -2529,6 +2530,7 @@ static const struct display_timing logictechno_lt170410_2whc_timing = {
2529
2530
static const struct panel_desc logictechno_lt170410_2whc = {
2531
.timings = &logictechno_lt170410_2whc_timing,
2532
2533
+ .bpc = 8,
2534
2535
.width = 217,
2536
.height = 136,
0 commit comments