]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c
drm/omap: omap_display_timings: rename hbp to hback_porch
[mirror_ubuntu-bionic-kernel.git] / drivers / gpu / drm / omapdrm / displays / panel-sony-acx565akm.c
index 157c512205d19f18d9fa3eb92e005bac8c438799..ed55ad9fa73199deed4d9e0b6f37a17baeb0f6b0 100644 (file)
@@ -28,7 +28,6 @@
 #include <linux/jiffies.h>
 #include <linux/sched.h>
 #include <linux/backlight.h>
-#include <linux/fb.h>
 #include <linux/gpio/consumer.h>
 #include <linux/of.h>
 #include <linux/of_gpio.h>
@@ -94,12 +93,12 @@ struct panel_drv_data {
 };
 
 static const struct omap_video_timings acx565akm_panel_timings = {
-       .x_res          = 800,
-       .y_res          = 480,
+       .hactive        = 800,
+       .vactive        = 480,
        .pixelclock     = 24000000,
-       .hfp            = 28,
-       .hsw            = 4,
-       .hbp            = 24,
+       .hfront_porch   = 28,
+       .hsync_len      = 4,
+       .hback_porch    = 24,
        .vfp            = 3,
        .vsw            = 3,
        .vbp            = 4,