Home
last modified time | relevance | path

Searched refs:DSC_MODE_VIDEO (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_dsc.h14 #define DSC_MODE_VIDEO BIT(2) macro
H A Ddpu_hw_dsc_1_2.c122 if (mode & DSC_MODE_VIDEO) in dpu_hw_dsc_config_1_2()
235 if (!(mode & DSC_MODE_VIDEO)) in dpu_hw_dsc_config_1_2()
H A Ddpu_hw_dsc.c54 bool is_cmd_mode = !(mode & DSC_MODE_VIDEO); in dpu_hw_dsc_config()
H A Ddpu_encoder.c2050 dsc_common_mode |= DSC_MODE_VIDEO; in dpu_encoder_prep_dsc()