drm/panel: simple: Use display_timing for AUO b101ean01
[platform/kernel/linux-rpi.git] / drivers / gpu / drm / panel / panel-simple.c
index 602809f..226f068 100644 (file)
@@ -595,22 +595,21 @@ static const struct panel_desc auo_b101aw03 = {
        },
 };
 
-static const struct drm_display_mode auo_b101ean01_mode = {
-       .clock = 72500,
-       .hdisplay = 1280,
-       .hsync_start = 1280 + 119,
-       .hsync_end = 1280 + 119 + 32,
-       .htotal = 1280 + 119 + 32 + 21,
-       .vdisplay = 800,
-       .vsync_start = 800 + 4,
-       .vsync_end = 800 + 4 + 20,
-       .vtotal = 800 + 4 + 20 + 8,
-       .vrefresh = 60,
+static const struct display_timing auo_b101ean01_timing = {
+       .pixelclock = { 65300000, 72500000, 75000000 },
+       .hactive = { 1280, 1280, 1280 },
+       .hfront_porch = { 18, 119, 119 },
+       .hback_porch = { 21, 21, 21 },
+       .hsync_len = { 32, 32, 32 },
+       .vactive = { 800, 800, 800 },
+       .vfront_porch = { 4, 4, 4 },
+       .vback_porch = { 8, 8, 8 },
+       .vsync_len = { 18, 20, 20 },
 };
 
 static const struct panel_desc auo_b101ean01 = {
-       .modes = &auo_b101ean01_mode,
-       .num_modes = 1,
+       .timings = &auo_b101ean01_timing,
+       .num_timings = 1,
        .bpc = 6,
        .size = {
                .width = 217,