]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
drivers: video: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 20 Jul 2024 12:41:04 +0000 (14:41 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 22 Jul 2024 16:53:06 +0000 (10:53 -0600)
Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
16 files changed:
drivers/video/broadwell_igd.c
drivers/video/console_rotate.c
drivers/video/dw_hdmi.c
drivers/video/exynos/exynos_dp.c
drivers/video/exynos/exynos_dp_lowlevel.c
drivers/video/imx/ipu.h
drivers/video/imx/ipu_common.c
drivers/video/imx/ipu_regs.h
drivers/video/mvebu_lcd.c
drivers/video/pwm_backlight.c
drivers/video/rockchip/rk_edp.c
drivers/video/rockchip/rk_mipi.h
drivers/video/stb_truetype.h
drivers/video/sunxi/tve_common.c
drivers/video/tegra124/dp.c
drivers/video/videomodes.h

index a26154ab588f9b65073eaf1e86f765e38848499b..03b37fd8a9ee36be96837f0ca0d5c72d18a74d6f 100644 (file)
@@ -319,7 +319,6 @@ err:
        return ret;
 };
 
-
 static unsigned long gtt_read(struct broadwell_igd_priv *priv,
                              unsigned long reg)
 {
index dc969836274108c9e1665f4d1154d6ec604358c3..a3f8c6352f83d1ffc18d52d51fa6090f52c9b2ba 100644 (file)
@@ -100,7 +100,6 @@ static int console_putc_xy_1(struct udevice *dev, uint x_frac, uint y, int cp)
        return VID_TO_POS(fontdata->width);
 }
 
-
 static int console_set_row_2(struct udevice *dev, uint row, int clr)
 {
        struct video_priv *vid_priv = dev_get_uclass_priv(dev->parent);
index 35559cef22985fc243464a2942b7ef97c5b1eea3..1bf65fbd89e2011a5ad6f886494c129af8eb205c 100644 (file)
@@ -762,7 +762,6 @@ static void hdmi_audio_set_format(struct dw_hdmi *hdmi)
        hdmi_write(hdmi, HDMI_AUD_CONF0_I2S_SELECT | HDMI_AUD_CONF0_I2S_IN_EN_0,
                   HDMI_AUD_CONF0);
 
-
        hdmi_write(hdmi, HDMI_AUD_CONF1_I2S_MODE_STANDARD_MODE |
                   HDMI_AUD_CONF1_I2S_WIDTH_16BIT, HDMI_AUD_CONF1);
 
index b0afb2338fb74b8a344d17e4b1f2e4d9453573c8..d17cea396fef7aec62c16c8c76fdb8dc90b574ae 100644 (file)
@@ -1064,7 +1064,6 @@ int exynos_dp_enable(struct udevice *dev, int panel_bpp,
        return ret;
 }
 
-
 static const struct dm_display_ops exynos_dp_ops = {
        .enable = exynos_dp_enable,
 };
index f007b319b20e78d4d3b4b3306a81966c57a6d129..552524d838d476d07e3e8437041818556d0a62c0 100644 (file)
@@ -65,7 +65,6 @@ void exynos_dp_enable_video_mute(struct exynos_dp *dp_regs, unsigned int enable)
        return;
 }
 
-
 static void exynos_dp_init_analog_param(struct exynos_dp *dp_regs)
 {
        unsigned int reg;
index 1e02c7ab6d5f78a6cca1cd30c66e2d491bee7649..4c13c9342f71289db81234ae6e53bd80a483326b 100644 (file)
@@ -143,7 +143,6 @@ enum ipu_dmfc_type {
        DMFC_HIGH_RESOLUTION_ONLY_DP,
 };
 
-
 /*
  * Union of initialization parameters for a logical channel.
  */
index d582fb8ad9d914c32081e5a0f09469042f6ea4ac..bd1ef0a800dc957b987f70c9641152021f1320e1 100644 (file)
@@ -204,7 +204,6 @@ static void clk_ipu_disable(struct clk *clk)
 #endif
 }
 
-
 static struct clk ipu_clk = {
        .name = "ipu_clk",
 #if defined(CONFIG_MX51) || defined(CONFIG_MX53)
@@ -272,7 +271,6 @@ static inline int ipu_is_dmfc_chan(uint32_t dma_chan)
        return ((dma_chan >= 23) && (dma_chan <= 29));
 }
 
-
 static inline void ipu_ch_param_set_buffer(uint32_t ch, int bufNum,
                                            dma_addr_t phyaddr)
 {
@@ -588,7 +586,6 @@ int32_t ipu_init_channel(ipu_channel_t channel, ipu_channel_params_t *params)
                clk_enable(g_ipu_clk);
        }
 
-
        if (g_channel_init_mask & (1L << IPU_CHAN_ID(channel))) {
                printf("Warning: channel already initialized %d\n",
                        IPU_CHAN_ID(channel));
@@ -954,7 +951,6 @@ static void ipu_ch_param_init(int ch,
                break;
        }
 
-
        if (uv_stride)
                ipu_ch_param_set_field(&params, 1, 128, 14, uv_stride - 1);
 
index deb44002d75359293638f53966ca0f215fd357e1..8d6ec4845f406fd958728f255d2c9b13340622d1 100644 (file)
@@ -353,13 +353,11 @@ struct ipu_dmfc {
 #define DMFC_GENERAL1          (&DMFC_REG->general[0])
 #define DMFC_IC_CTRL           (&DMFC_REG->ic_ctrl)
 
-
 #define DC_REG                 ((struct ipu_dc *)(IPU_CTRL_BASE_ADDR + \
                                IPU_DC_REG_BASE))
 #define DC_MAP_CONF_PTR(n)     (&DC_REG->dc_map_ptr[n / 2])
 #define DC_MAP_CONF_VAL(n)     (&DC_REG->dc_map_val[n / 2])
 
-
 static inline struct ipu_dc_ch *dc_ch_offset(int ch)
 {
        switch (ch) {
index 3fc5640b71ec45fd9d5dbd93c8f21b0353748898..9f1ea9c356453185debe3c2b7617774a2520e782 100644 (file)
@@ -334,7 +334,6 @@ static void mvebu_lcd_register_init(struct mvebu_lcd_info *lcd_info,
         */
        writel(0x00000000, regs + MVEBU_LCD_SPU_SRAM_PARA1);
 
-
        /* Clock settings in the at 01A8 and in the range F0A0 see below */
 
        /*
index a4576c888cf0244ff2733c2304479e372e552034..1470eaf4cabc89049b6eddb0c964ad8109f3ae76 100644 (file)
@@ -250,7 +250,6 @@ static int pwm_backlight_of_to_plat(struct udevice *dev)
        priv->cur_level = priv->default_level;
        log_debug("done\n");
 
-
        return 0;
 }
 
index eb881ba4b0efbdbe9cbfe4b135aacd7a67445334..0ba68dbce3d126f8a3230435ffa0f780c1e08d61 100644 (file)
@@ -72,7 +72,6 @@ static void rk_edp_init_refclk(struct rk3288_edp *regs, enum rockchip_dp_types c
                reg ^= REF_CLK_MASK;
        writel(reg, &regs->pll_reg_1);
 
-
        writel(LDO_OUTPUT_V_SEL_145 | KVCO_DEFALUT | CHG_PUMP_CUR_SEL_5US |
               V2L_CUR_SEL_1MA, &regs->pll_reg_2);
 
@@ -314,7 +313,6 @@ static int rk_edp_dpcd_write(struct rk3288_edp *regs, u32 addr, u8 *values,
        return rk_edp_dpcd_transfer(regs, addr, values, size, DPCD_WRITE);
 }
 
-
 static int rk_edp_link_power_up(struct rk_edp_priv *edp)
 {
        u8 value;
index 3d1e440b0ec5ddadb42dc4b1e51cb601ca6162b8..0d75a263e451b70807f273ac37440eb4260de910 100644 (file)
@@ -28,5 +28,4 @@ int rk_mipi_dsi_enable(struct udevice *dev,
 
 int rk_mipi_phy_enable(struct udevice *dev);
 
-
 #endif
index c6973bb353c3e5ef162c672e0eecbb585448a9de..32a7b6e1dc0d64894e786325cfa3d46d1b78d053 100644 (file)
@@ -412,7 +412,6 @@ int main(int arg, char **argv)
 }
 #endif
 
-
 //////////////////////////////////////////////////////////////////////////////
 //////////////////////////////////////////////////////////////////////////////
 ////
@@ -564,7 +563,6 @@ STBTT_DEF void stbtt_GetBakedQuad(const stbtt_bakedchar *chardata, int pw, int p
 STBTT_DEF void stbtt_GetScaledFontVMetrics(const unsigned char *fontdata, int index, float size, float *ascent, float *descent, float *lineGap);
 // Query the font vertical metrics without having to create a font first.
 
-
 //////////////////////////////////////////////////////////////////////////////
 //
 // NEW TEXTURE BAKING API
@@ -737,7 +735,6 @@ STBTT_DEF int stbtt_InitFont(stbtt_fontinfo *info, const unsigned char *data, in
 // need to do anything special to free it, because the contents are pure
 // value data with no additional data structures. Returns 0 on failure.
 
-
 //////////////////////////////////////////////////////////////////////////////
 //
 // CHARACTER TO GLYPH-INDEX CONVERSIOn
@@ -749,7 +746,6 @@ STBTT_DEF int stbtt_FindGlyphIndex(const stbtt_fontinfo *info, int unicode_codep
 // codepoint-based functions.
 // Returns 0 if the character codepoint is not defined in the font.
 
-
 //////////////////////////////////////////////////////////////////////////////
 //
 // CHARACTER PROPERTIES
@@ -919,7 +915,6 @@ STBTT_DEF void stbtt_MakeGlyphBitmapSubpixelPrefilter(const stbtt_fontinfo *info
 STBTT_DEF void stbtt_GetGlyphBitmapBox(const stbtt_fontinfo *font, int glyph, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1);
 STBTT_DEF void stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1);
 
-
 // @TODO: don't expose this structure
 typedef struct
 {
@@ -994,8 +989,6 @@ STBTT_DEF unsigned char * stbtt_GetCodepointSDF(const stbtt_fontinfo *info, floa
 // The algorithm has not been optimized at all, so expect it to be slow
 // if computing lots of characters or very large sizes.
 
-
-
 //////////////////////////////////////////////////////////////////////////////
 //
 // Finding the right font...
@@ -1017,7 +1010,6 @@ STBTT_DEF unsigned char * stbtt_GetCodepointSDF(const stbtt_fontinfo *info, floa
 //             from the file yourself and do your own comparisons on them.
 //             You have to have called stbtt_InitFont() first.
 
-
 STBTT_DEF int stbtt_FindMatchingFont(const unsigned char *fontdata, const char *name, int flags);
 // returns the offset (not index) of the font that matches, or -1 if none
 //   if you use STBTT_MACSTYLE_DONTCARE, use a font name like "Arial Bold".
@@ -2809,7 +2801,6 @@ typedef struct stbtt__edge {
    int invert;
 } stbtt__edge;
 
-
 typedef struct stbtt__active_edge
 {
    struct stbtt__active_edge *next;
@@ -4970,7 +4961,6 @@ STBTT_DEF int stbtt_CompareUTF8toUTF16_bigendian(const char *s1, int len1, const
 
 #endif // STB_TRUETYPE_IMPLEMENTATION
 
-
 // FULL VERSION HISTORY
 //
 //   1.25 (2021-07-11) many fixes
index 7bc2b3b29090ec5cc42718feba0d6d55a578906c..b3e9bd98ef1445a2d353ea1a1d91f38bf25bac3f 100644 (file)
@@ -7,7 +7,6 @@
  * (C) Copyright 2017 Jernej Skrabec <jernej.skrabec@siol.net>
  */
 
-
 #include <asm/arch/tve.h>
 #include <asm/io.h>
 
index 763f7ee39fcdc00fb8d0c5bf35b9ecbb1c8f228b..b95b14da77d0f4d552c214e3a3f9f241f1cd4361 100644 (file)
@@ -627,7 +627,6 @@ static int tegra_dc_dp_calc_config(struct tegra_dp_priv *dp,
        if (link_cfg->hblank_sym < 0)
                link_cfg->hblank_sym = 0;
 
-
        /*
         * Refer to dev_disp.ref for more information.
         * # symbols/vblank = ((SetRasterBlankStart.X -
index 405f4e1fc2c6a9c8c6c47a37d5a67f91fa0671a3..3c9638670f16973886aa250580ef6c095ac843cb 100644 (file)
@@ -24,7 +24,6 @@
 #define FB_VMODE_SMOOTH_XPAN   512     /* smooth xpan possible (internally used) */
 #define FB_VMODE_CONUPDATE     512     /* don't update x/yoffset       */
 
-
 /******************************************************************
  * Resolution Struct
  ******************************************************************/