Home
last modified time | relevance | path

Searched refs:dcc_control (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn401/
H A Ddcn401_hubbub.c834 enum dcc_control dcc_control; in hubbub401_get_dcc_compression_cap() local
942 dcc_control = dcc_control__256_256; in hubbub401_get_dcc_compression_cap()
945 dcc_control = dcc_control__256_256; in hubbub401_get_dcc_compression_cap()
947 dcc_control = dcc_control__256_128; in hubbub401_get_dcc_compression_cap()
949 dcc_control = dcc_control__256_64; in hubbub401_get_dcc_compression_cap()
952 dcc_control = dcc_control__256_256; in hubbub401_get_dcc_compression_cap()
954 dcc_control = dcc_control__256_128; in hubbub401_get_dcc_compression_cap()
956 dcc_control = dcc_control__256_64; in hubbub401_get_dcc_compression_cap()
963 dcc_control = dcc_control__256_64; in hubbub401_get_dcc_compression_cap()
968 dcc_control = dcc_control__256_128; in hubbub401_get_dcc_compression_cap()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn20/
H A Ddcn20_hubbub.c223 enum dcc_control dcc_control; in hubbub2_get_dcc_compression_cap() local
246 dcc_control = dcc_control__256_256_xxx; in hubbub2_get_dcc_compression_cap()
249 dcc_control = dcc_control__256_256_xxx; in hubbub2_get_dcc_compression_cap()
251 dcc_control = dcc_control__128_128_xxx; in hubbub2_get_dcc_compression_cap()
253 dcc_control = dcc_control__256_64_64; in hubbub2_get_dcc_compression_cap()
256 dcc_control = dcc_control__256_256_xxx; in hubbub2_get_dcc_compression_cap()
258 dcc_control = dcc_control__128_128_xxx; in hubbub2_get_dcc_compression_cap()
260 dcc_control = dcc_control__256_64_64; in hubbub2_get_dcc_compression_cap()
267 dcc_control = dcc_control__256_64_64; in hubbub2_get_dcc_compression_cap()
272 dcc_control = dcc_control__128_128_xxx; in hubbub2_get_dcc_compression_cap()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn201/
H A Ddcn201_hubp.c123 .dcc_control = hubp1_dcc_control,
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn30/
H A Ddcn30_hubp.c639 .dcc_control = hubp3_dcc_control,
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn10/
H A Ddcn10_hubp.c1375 .dcc_control = hubp1_dcc_control,
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn20/
H A Ddcn20_hubp.c1685 .dcc_control = hubp2_dcc_control,
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c13259 …out->informative.dcc_control[k].max_uncompressed_block_plane0 = mode_lib->mp.DCCYMaxUncompressedBl… in dml2_core_calcs_get_informative()
13260 …out->informative.dcc_control[k].max_compressed_block_plane0 = mode_lib->mp.DCCYMaxCompressedBlock[… in dml2_core_calcs_get_informative()
13261 out->informative.dcc_control[k].independent_block_plane0 = mode_lib->mp.DCCYIndependentBlock[k]; in dml2_core_calcs_get_informative()
13262 …out->informative.dcc_control[k].max_uncompressed_block_plane1 = mode_lib->mp.DCCCMaxUncompressedBl… in dml2_core_calcs_get_informative()
13263 …out->informative.dcc_control[k].max_compressed_block_plane1 = mode_lib->mp.DCCCMaxCompressedBlock[… in dml2_core_calcs_get_informative()
13264 out->informative.dcc_control[k].independent_block_plane1 = mode_lib->mp.DCCCIndependentBlock[k]; in dml2_core_calcs_get_informative()