Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_dsc.h13 #define DSC_MODE_MULTIPLEX BIT(1) macro
Ddpu_hw_dsc_1_2.c107 if (mode & DSC_MODE_MULTIPLEX) in dpu_hw_dsc_config_1_2()
111 if (mode & DSC_MODE_MULTIPLEX) in dpu_hw_dsc_config_1_2()
231 if (mode & DSC_MODE_MULTIPLEX) in dpu_hw_dsc_config_1_2()
Ddpu_encoder.c1848 dsc_common_mode = DSC_MODE_MULTIPLEX | DSC_MODE_SPLIT_PANEL; in dpu_encoder_prep_dsc()