Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_hubbub.c705 enum dcc_control dcc_control; in hubbub1_get_dcc_compression_cap() local
726 dcc_control = dcc_control__256_256_xxx; in hubbub1_get_dcc_compression_cap()
729 dcc_control = dcc_control__256_256_xxx; in hubbub1_get_dcc_compression_cap()
731 dcc_control = dcc_control__128_128_xxx; in hubbub1_get_dcc_compression_cap()
733 dcc_control = dcc_control__256_64_64; in hubbub1_get_dcc_compression_cap()
736 dcc_control = dcc_control__256_256_xxx; in hubbub1_get_dcc_compression_cap()
738 dcc_control = dcc_control__128_128_xxx; in hubbub1_get_dcc_compression_cap()
740 dcc_control = dcc_control__256_64_64; in hubbub1_get_dcc_compression_cap()
747 dcc_control = dcc_control__256_64_64; in hubbub1_get_dcc_compression_cap()
752 dcc_control = dcc_control__128_128_xxx; in hubbub1_get_dcc_compression_cap()
[all …]
H A Ddcn10_hubp.c1159 .dcc_control = hubp1_dcc_control,
/dragonfly/sys/dev/drm/amd/display/dc/inc/hw/
H A Ddchubbub.h30 enum dcc_control { enum
H A Dhubp.h66 void (*dcc_control)(struct hubp *hubp, bool enable, member
H A Dmem_input.h96 void (*dcc_control)(struct mem_input *mem_input, bool enable, member