drm/imx: consolidate bus format variable names
[deliverable/linux.git] / drivers / gpu / ipu-v3 / ipu-dc.c
index 651c20cfe7e1a01cbf3cd4af2a835d1a31ea23e3..9ef2e1f54ca47c2611008d872ab8dda0e1c7df5a 100644 (file)
@@ -168,7 +168,7 @@ static int ipu_bus_format_to_map(u32 fmt)
 }
 
 int ipu_dc_init_sync(struct ipu_dc *dc, struct ipu_di *di, bool interlaced,
-               u32 pixel_fmt, u32 width)
+               u32 bus_format, u32 width)
 {
        struct ipu_dc_priv *priv = dc->priv;
        u32 reg = 0;
@@ -176,7 +176,7 @@ int ipu_dc_init_sync(struct ipu_dc *dc, struct ipu_di *di, bool interlaced,
 
        dc->di = ipu_di_get_num(di);
 
-       map = ipu_bus_format_to_map(pixel_fmt);
+       map = ipu_bus_format_to_map(bus_format);
        if (map < 0) {
                dev_dbg(priv->dev, "IPU_DISP: No MAP\n");
                return map;
This page took 0.029315 seconds and 5 git commands to generate.