OSDN Git Service

drm/amd/display: Consider DSC target bpp precision when calculating DSC target bpp
authorNikola Cornij <nikola.cornij@amd.com>
Fri, 5 Apr 2019 19:02:18 +0000 (15:02 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Sat, 22 Jun 2019 14:34:10 +0000 (09:34 -0500)
commit9c0ab2dd070db6282c27690e7b57976485055ff7
treece14da05263e1b44b2dfcfc563e7c48a166b32e7
parentd7c29549e35cecc7cd866dc566e595b0cdee2590
drm/amd/display: Consider DSC target bpp precision when calculating DSC target bpp

[why]
DSC target bpp precision is a decoder DPCD and an AMD encoder capability.
It must be taken into account when calculating target bitrate.

[how]
Add a DC DSC function that does this calculation.

Signed-off-by: Nikola Cornij <nikola.cornij@amd.com>
Reviewed-by: Wenjing Liu <Wenjing.Liu@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Acked-by: Hawking Zhang <Hawking.Zhang@amd.com>
Acked-by: Tony Cheng <Tony.Cheng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dc_dsc.h
drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c