File tree Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -2304,17 +2304,21 @@ static const struct drm_display_mode nwe080_default_mode = {
2304
2304
};
2305
2305
2306
2306
static const struct drm_display_mode cfaf7201280a0_050tx_default_mode = {
2307
- .clock = 72830 ,
2308
- .hdisplay = 720 ,
2309
- .hsync_start = 720 + 87 ,
2310
- .hsync_end = 720 + 87 + 20 ,
2311
- .htotal = 720 + 87 + 20 + 87 ,
2312
- .vdisplay = 1280 ,
2313
- .vsync_start = 1280 + 16 ,
2314
- .vsync_end = 1280 + 16 + 8 ,
2315
- .vtotal = 1280 + 16 + 8 + 16 ,
2316
- .width_mm = 62 ,
2317
- .height_mm = 110 ,
2307
+ /*
2308
+ * These timings are a compromise so the panel will work with
2309
+ * both the CM4 and CM5.
2310
+ */
2311
+ .clock = 78000 ,
2312
+ .hdisplay = 720 ,
2313
+ .hsync_start = 720 + 120 ,
2314
+ .hsync_end = 720 + 120 + 2 ,
2315
+ .htotal = 720 + 120 + 2 + 80 ,
2316
+ .vdisplay = 1280 ,
2317
+ .vsync_start = 1280 + 60 ,
2318
+ .vsync_end = 1280 + 60 + 2 ,
2319
+ .vtotal = 1280 + 60 + 2 + 90 ,
2320
+ .width_mm = 62 ,
2321
+ .height_mm = 110 ,
2318
2322
};
2319
2323
2320
2324
static const struct drm_display_mode rpi_5inch_default_mode = {
You can’t perform that action at this time.
0 commit comments