]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm: sti: fix W=1 warnings
authorBenjamin Gaignard <benjamin.gaignard@st.com>
Mon, 9 Sep 2019 10:12:53 +0000 (12:12 +0200)
committerBenjamin Gaignard <benjamin.gaignard@linaro.org>
Mon, 16 Sep 2019 13:14:43 +0000 (15:14 +0200)
Fix warnings when W=1.
No code changes, only clean up in sti internal structures and functions
descriptions.

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
Reviewed-by: Benjamin Gaignard <benjamin.gaignard@st.com>
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190909101254.24191-1-benjamin.gaignard@st.com
drivers/gpu/drm/sti/sti_cursor.c
drivers/gpu/drm/sti/sti_dvo.c
drivers/gpu/drm/sti/sti_gdp.c
drivers/gpu/drm/sti/sti_hda.c
drivers/gpu/drm/sti/sti_hdmi.c
drivers/gpu/drm/sti/sti_tvout.c
drivers/gpu/drm/sti/sti_vtg.c

index 0bf7c332cf0b56b36c82112cecef1b24fbf6fe9c..ea64c1dcaf634042a41e3bef1162eda03630c521 100644 (file)
@@ -47,7 +47,7 @@ struct dma_pixmap {
        void *base;
 };
 
-/**
+/*
  * STI Cursor structure
  *
  * @sti_plane:    sti_plane structure
index 0a4f00253f394b36891c1f0bd5fcb9c495a351cc..68289b0b063a7a06c06e8d54e603fd4047fc05e9 100644 (file)
@@ -66,7 +66,7 @@ static struct dvo_config rgb_24bit_de_cfg = {
        .awg_fwgen_fct = sti_awg_generate_code_data_enable_mode,
 };
 
-/**
+/*
  * STI digital video output structure
  *
  * @dev: driver device
index 8e926cd6a1c8e11e481905c6a124057ece70d27b..11595c748844f6f0a088f698b4c4cf0011142bf7 100644 (file)
@@ -103,7 +103,7 @@ struct sti_gdp_node_list {
        dma_addr_t btm_field_paddr;
 };
 
-/**
+/*
  * STI GDP structure
  *
  * @sti_plane:          sti_plane structure
index 9d3fd6370a298cf9a9ba8f74b863b706ad1a2397..8f7bf33815fd18f6e0b3f11eb078b98282a57e8c 100644 (file)
@@ -231,7 +231,7 @@ static const struct sti_hda_video_config hda_supported_modes[] = {
         AWGi_720x480p_60, NN_720x480p_60, VID_ED}
 };
 
-/**
+/*
  * STI hd analog structure
  *
  * @dev: driver device
index 7c3f88f24ae450409853c8f3d63951c6beddaf38..814560ead4e184063a9fc7b33ac4bdb7e9795b08 100644 (file)
@@ -334,7 +334,6 @@ static void hdmi_infoframe_reset(struct sti_hdmi *hdmi,
  * Helper to concatenate infoframe in 32 bits word
  *
  * @ptr: pointer on the hdmi internal structure
- * @data: infoframe to write
  * @size: size to write
  */
 static inline unsigned int hdmi_infoframe_subpack(const u8 *ptr, size_t size)
@@ -544,13 +543,14 @@ static int hdmi_vendor_infoframe_config(struct sti_hdmi *hdmi)
        return 0;
 }
 
+#define HDMI_TIMEOUT_SWRESET  100   /*milliseconds */
+
 /**
  * Software reset of the hdmi subsystem
  *
  * @hdmi: pointer on the hdmi internal structure
  *
  */
-#define HDMI_TIMEOUT_SWRESET  100   /*milliseconds */
 static void hdmi_swreset(struct sti_hdmi *hdmi)
 {
        u32 val;
index aba79c17251222f77d386a68f5d24a0393cbc15a..5767e93dd1cdc034c520adac8b774f745c1f185a 100644 (file)
@@ -157,9 +157,9 @@ static void tvout_write(struct sti_tvout *tvout, u32 val, int offset)
  *
  * @tvout: tvout structure
  * @reg: register to set
- * @cr_r:
- * @y_g:
- * @cb_b:
+ * @cr_r: red chroma or red order
+ * @y_g: y or green order
+ * @cb_b: blue chroma or blue order
  */
 static void tvout_vip_set_color_order(struct sti_tvout *tvout, int reg,
                                      u32 cr_r, u32 y_g, u32 cb_b)
@@ -214,7 +214,7 @@ static void tvout_vip_set_rnd(struct sti_tvout *tvout, int reg, u32 rnd)
  * @tvout: tvout structure
  * @reg: register to set
  * @main_path: main or auxiliary path
- * @sel_input: selected_input (main/aux + conv)
+ * @video_out: selected_input (main/aux + conv)
  */
 static void tvout_vip_set_sel_input(struct sti_tvout *tvout,
                                    int reg,
@@ -251,7 +251,7 @@ static void tvout_vip_set_sel_input(struct sti_tvout *tvout,
  *
  * @tvout: tvout structure
  * @reg: register to set
- * @in_vid_signed: used video input format
+ * @in_vid_fmt: used video input format
  */
 static void tvout_vip_set_in_vid_fmt(struct sti_tvout *tvout,
                int reg, u32 in_vid_fmt)
index ef4009f11396a0b20c3a95425ce3942a9eddc0e4..0b17ac8a3faaa840095a8665083143060c15b4c4 100644 (file)
@@ -121,7 +121,7 @@ struct sti_vtg_sync_params {
        u32 vsync_off_bot;
 };
 
-/**
+/*
  * STI VTG structure
  *
  * @regs: register mapping