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 @@ -2296,17 +2296,21 @@ static const struct drm_display_mode nwe080_default_mode = {
2296
2296
};
2297
2297
2298
2298
static const struct drm_display_mode cfaf7201280a0_050tx_default_mode = {
2299
- .clock = 72830 ,
2300
- .hdisplay = 720 ,
2301
- .hsync_start = 720 + 87 ,
2302
- .hsync_end = 720 + 87 + 20 ,
2303
- .htotal = 720 + 87 + 20 + 87 ,
2304
- .vdisplay = 1280 ,
2305
- .vsync_start = 1280 + 16 ,
2306
- .vsync_end = 1280 + 16 + 8 ,
2307
- .vtotal = 1280 + 16 + 8 + 16 ,
2308
- .width_mm = 62 ,
2309
- .height_mm = 110 ,
2299
+ /*
2300
+ * These timings are a compromise so the panel will work with
2301
+ * both the CM4 and CM5.
2302
+ */
2303
+ .clock = 78000 ,
2304
+ .hdisplay = 720 ,
2305
+ .hsync_start = 720 + 120 ,
2306
+ .hsync_end = 720 + 120 + 2 ,
2307
+ .htotal = 720 + 120 + 2 + 80 ,
2308
+ .vdisplay = 1280 ,
2309
+ .vsync_start = 1280 + 60 ,
2310
+ .vsync_end = 1280 + 60 + 2 ,
2311
+ .vtotal = 1280 + 60 + 2 + 90 ,
2312
+ .width_mm = 62 ,
2313
+ .height_mm = 110 ,
2310
2314
};
2311
2315
2312
2316
static const struct drm_display_mode rpi_5inch_default_mode = {
You can’t perform that action at this time.
0 commit comments