[PATCH v2] drm/amd/display: adds kernel-doc comment for dc_stream_remove_writeback()

2025-05-03 Thread James Flowers
Adds kernel-doc for externally linked dc_stream_remove_writeback function. Signed-off-by: James Flowers --- V1 -> V2: Corrected checkpatch warnings and errors drivers/gpu/drm/amd/display/dc/core/dc_stream.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/gpu/drm/amd/disp

[PATCH RESEND] drm/amd/display: adds kernel-doc comment for dc_stream_remove_writeback()

2025-04-30 Thread James Flowers
Adds a kernel-doc for externally linked dc_stream_remove_writeback() function. Signed-off-by: James Flowers --- drivers/gpu/drm/amd/display/dc/core/dc_stream.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_stream.c b/drivers/gpu/drm/amd

[PATCH] drm/amd/display: adds kernel-doc comment for dc_stream_remove_writeback()

2025-04-17 Thread James Flowers
Adds a kernel-doc for externally linked dc_stream_remove_writeback() function. Signed-off-by: James Flowers --- drivers/gpu/drm/amd/display/dc/core/dc_stream.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_stream.c b/drivers/gpu/drm/amd

[PATCH] drm/amd/display: removed unused function

2025-03-27 Thread James Flowers
Removed unused function mpc401_get_3dlut_fast_load_status. Signed-off-by: James Flowers --- drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h | 17 - .../drm/amd/display/dc/mpc/dcn401/dcn401_mpc.c | 11 --- .../drm/amd/display/dc/mpc/dcn401/dcn401_mpc.h | 14

[PATCH] drm/amd/display: replace use of msleep(<20) with usleep_range for better accuracy

2025-03-26 Thread James Flowers
msleep < 20ms will often sleep for ~20ms (according to Documentation/timers/timers-howto.rst). Signed-off-by: James Flowers --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/amdgpu