Searched defs:dcn_dpp_state (Results 1 – 1 of 1) sorted by relevance
87 struct dcn_dpp_state { struct88 uint32_t is_enabled;89 uint32_t igam_lut_mode;90 uint32_t igam_input_format;91 uint32_t dgam_lut_mode;92 uint32_t rgam_lut_mode;93 uint32_t gamut_remap_mode;94 uint32_t gamut_remap_c11_c12;118 void (*dpp_read_state)(struct dpp *dpp, struct dcn_dpp_state *s); argument