summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/displays/panel-lgphilips-lb035q02.c
diff options
context:
space:
mode:
authorPeter Ujfalusi2016-09-22 13:06:46 +0200
committerTomi Valkeinen2016-11-02 09:48:18 +0100
commit81899060de35d80f17020d322e77311f1b255885 (patch)
tree38f3e5d75e99aef3623eb7f8f0392dba48afa697 /drivers/gpu/drm/omapdrm/displays/panel-lgphilips-lb035q02.c
parentvideo: of: display_timing: Add support for syncclk-active property (diff)
downloadkernel-qcow2-linux-81899060de35d80f17020d322e77311f1b255885.tar.gz
kernel-qcow2-linux-81899060de35d80f17020d322e77311f1b255885.tar.xz
kernel-qcow2-linux-81899060de35d80f17020d322e77311f1b255885.zip
drm/omap: omap_display_timings: rename x_res to hactive
In preparation to move the stack to use the generic videmode struct for display timing information rename the x_res member to hactive. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/displays/panel-lgphilips-lb035q02.c')
-rw-r--r--drivers/gpu/drm/omapdrm/displays/panel-lgphilips-lb035q02.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/displays/panel-lgphilips-lb035q02.c b/drivers/gpu/drm/omapdrm/displays/panel-lgphilips-lb035q02.c
index 6dfb96cea293..c8b5462f462f 100644
--- a/drivers/gpu/drm/omapdrm/displays/panel-lgphilips-lb035q02.c
+++ b/drivers/gpu/drm/omapdrm/displays/panel-lgphilips-lb035q02.c
@@ -20,7 +20,7 @@
#include "../dss/omapdss.h"
static struct omap_video_timings lb035q02_timings = {
- .x_res = 320,
+ .hactive = 320,
.y_res = 240,
.pixelclock = 6500000,