Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/sspl/
H A Ddc_spl.c787 enum linear_light_scaling *lls_pref) in spl_choose_lls_policy() argument
790 *lls_pref = LLS_PREF_NO; in spl_choose_lls_policy()
792 *lls_pref = LLS_PREF_YES; in spl_choose_lls_policy()
819 if (spl_in->lls_pref == LLS_PREF_DONT_CARE) in enable_easf()
821 &spl_in->lls_pref); in enable_easf()
1350 if (lls_pref == LLS_PREF_YES) { in spl_set_easf_data()
1492 if (lls_pref == LLS_PREF_YES) { in spl_set_easf_data()
1598 if (lls_pref == LLS_PREF_YES) { in spl_set_easf_data()
1689 if (lls_pref == LLS_PREF_NO) /* ISHARP_FMT_MODE */ in spl_set_isharp_data()
1772 if (lls_pref == LLS_PREF_YES) { in spl_set_isharp_data()
[all …]
H A Ddc_spl_types.h539 enum linear_light_scaling lls_pref; // Linear Light Scaling member
/linux-6.15/drivers/gpu/drm/amd/display/dc/
H A Ddc_spl_translate.c184 spl_in->lls_pref = pipe_ctx->stream->ctx->dc->debug.force_lls; in translate_SPL_in_params_from_pipe_ctx()
186 spl_in->lls_pref = plane_state->linear_light_scaling; in translate_SPL_in_params_from_pipe_ctx()