bianbu-linux-6.6/drivers/gpu/drm/amd/display/dc/dsc
zhengbin a1fc51477c drm/amd/display: Remove set but not used variable 'source_bpp'
Fixes gcc '-Wunused-but-set-variable' warning:

drivers/gpu/drm/amd/display/dc/dsc/rc_calc.c: In function calc_rc_params:
drivers/gpu/drm/amd/display/dc/dsc/rc_calc.c:180:6: warning: variable source_bpp set but not used [-Wunused-but-set-variable]

It is not used since commit 97bda0322b ("drm/amd/display:
Add DSC support for Navi (v2)")

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2019-10-07 15:10:34 -05:00
..
dc_dsc.c drm/amd/display: Isolate DSC module from driver dependencies 2019-09-13 18:03:13 -05:00
dscc_types.h
Makefile drm/amd/display: readd -msse2 to prevent Clang from emitting libcalls to undefined SW FP routines 2019-07-30 23:18:33 -05:00
qp_tables.h
rc_calc.c drm/amd/display: Remove set but not used variable 'source_bpp' 2019-10-07 15:10:34 -05:00
rc_calc.h
rc_calc_dpi.c