linux/drivers/gpu/drm/amd/display/dc/dpp
Dan Carpenter 01d6606bec drm/amd/display: re-indent dpp401_dscl_program_isharp()
Smatch complains because some lines are indented more than they should
be.  I went a bit crazy re-indenting this.  ;)

The comments were not useful except as a marker of things which are left
to implement so I deleted most of them except for the TODO.

I introduced a "data" pointer so that I could replace
"scl_data->dscl_prog_data." with just "data->" and shorten the lines a
bit.  It's more readable without the line breaks.

I also tried to align it so you can see what is changing on each line.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2024-04-30 09:59:44 -04:00
..
dcn10 drm/amd/display: Remove unnecessary files 2024-04-30 09:52:21 -04:00
dcn20 drm/amd/display: Remove unnecessary files 2024-04-30 09:52:21 -04:00
dcn30 drm/amd/display: Remove unnecessary files 2024-04-30 09:52:21 -04:00
dcn32 drm/amd/display: Remove unnecessary files 2024-04-30 09:52:21 -04:00
dcn35 drm/amd/display: Remove unnecessary files 2024-04-30 09:52:21 -04:00
dcn201 drm/amd/display: Remove unnecessary files 2024-04-30 09:52:21 -04:00
dcn401 drm/amd/display: re-indent dpp401_dscl_program_isharp() 2024-04-30 09:59:44 -04:00
Makefile drm/amd/display: Add misc DC changes for DCN401 2024-04-26 17:23:34 -04:00