]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/omapdrm/dss/hdmi4.c
drm/omap: omap_display_timings: rename x_res to hactive
[karo-tx-linux.git] / drivers / gpu / drm / omapdrm / dss / hdmi4.c
index cbd28dfdb86ac4a0b0c1c571eacf9a26d998a8b3..c5e89c8876875c6b30f1f853489482ffca2c8c81 100644 (file)
@@ -171,7 +171,7 @@ static int hdmi_power_on_full(struct omap_dss_device *dssdev)
 
        p = &hdmi.cfg.timings;
 
-       DSSDBG("hdmi_power_on x_res= %d y_res = %d\n", p->x_res, p->y_res);
+       DSSDBG("hdmi_power_on hactive= %d y_res = %d\n", p->hactive, p->y_res);
 
        pc = p->pixelclock;
        if (p->double_pixel)