Home
last modified time | relevance | path

Searched refs:lls_pref (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/spl/
Ddc_spl.c758 enum linear_light_scaling *lls_pref) in spl_choose_lls_policy() argument
761 *lls_pref = LLS_PREF_NO; in spl_choose_lls_policy()
768 *lls_pref = LLS_PREF_YES; in spl_choose_lls_policy()
772 *lls_pref = LLS_PREF_NO; in spl_choose_lls_policy()
801 if (spl_in->lls_pref == LLS_PREF_DONT_CARE) in enable_easf()
804 &spl_in->lls_pref); in enable_easf()
810 if (spl_in->lls_pref != LLS_PREF_YES && !spl_in->prefer_easf) in enable_easf()
1215 bool enable_easf_h, enum linear_light_scaling lls_pref, in spl_set_easf_data() argument
1273 if (lls_pref == LLS_PREF_YES) { in spl_set_easf_data()
1415 if (lls_pref == LLS_PREF_YES) { in spl_set_easf_data()
[all …]
Ddc_spl_types.h526 enum linear_light_scaling lls_pref; // Linear Light Scaling member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/
Ddc_spl_translate.c175 spl_in->lls_pref = pipe_ctx->stream->ctx->dc->debug.force_lls; in translate_SPL_in_params_from_pipe_ctx()
177 spl_in->lls_pref = plane_state->linear_light_scaling; in translate_SPL_in_params_from_pipe_ctx()