File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -940,7 +940,7 @@ zynqmp_disp_layer_find_format(struct zynqmp_disp_layer *layer,
940
940
* zynqmp_disp_layer_find_live_format - Find format information for given
941
941
* media bus format
942
942
* @layer: The layer
943
- * @drm_fmt : Media bus format to search
943
+ * @media_bus_format : Media bus format to search
944
944
*
945
945
* Search display subsystem format information corresponding to the given media
946
946
* bus format @media_bus_format for the @layer, and return a pointer to the
@@ -1117,7 +1117,7 @@ void zynqmp_disp_layer_set_format(struct zynqmp_disp_layer *layer,
1117
1117
/**
1118
1118
* zynqmp_disp_layer_set_live_format - Set the live video layer format
1119
1119
* @layer: The layer
1120
- * @info: The format info
1120
+ * @media_bus_format: Media bus format to set
1121
1121
*
1122
1122
* NOTE: This function should not be used to set format for non-live video
1123
1123
* layer. Use zynqmp_disp_layer_set_format() instead.
You can’t perform that action at this time.
0 commit comments