drm/amd/display: Rename bytes_pp to the correct bits_pp
authorEryk Brol <eryk.brol@amd.com>
Tue, 16 Jun 2020 20:24:11 +0000 (16:24 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 27 Jul 2020 20:23:21 +0000 (16:23 -0400)
commit91b2e45be439e098f4f2e17be1c87570e5a42928
tree3de0af7986e0461d41af79d419f4e10767e81f73
parenta00d8fd405ed7c071b2e3fa12a2e03d0a0d2d6fa
drm/amd/display: Rename bytes_pp to the correct bits_pp

[Why]
Struct dcn_dsc_state is used for reading current state
and parameters of DSC on a pipe, the target rate parameter
uses bytes per pixel even though its reading BITS_PER_PIXEL
register.

[How]
Changing it to Bits Per Pixel for consistency.

Signed-off-by: Eryk Brol <eryk.brol@amd.com>
Signed-off-by: Mikita Lipski <mikita.lipski@amd.com>
Reviewed-by: Mikita Lipski <Mikita.Lipski@amd.com>
Acked-by: Eryk Brol <eryk.brol@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dsc.c
drivers/gpu/drm/amd/display/dc/inc/hw/dsc.h