Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm: xlnx: zynqmp_dpsub: Fix few function comments

Fix arguments description for zynqmp_disp_layer_find_live_format() and
zynqmp_disp_layer_set_live_format().

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202404260616.KFGDpCDN-lkp@intel.com/

Signed-off-by: Anatoliy Klymenko <anatoliy.klymenko@amd.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Fixes: 1b5151bd3a2e ("drm: xlnx: zynqmp_dpsub: Set input live format")
Link: https://patchwork.freedesktop.org/patch/msgid/20240426-dp-live-fmt-fix-v3-1-e904b5ae51d7@amd.com
(cherry picked from commit 87f36e03c0f1d69245ad295309418e982c88fbe7)
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>

authored by

Anatoliy Klymenko and committed by
Thomas Zimmermann
ced8c517 be3f3042

+2 -2
+2 -2
drivers/gpu/drm/xlnx/zynqmp_disp.c
··· 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 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.