Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_dsc.c27 #define DSC_RC_MODEL_SIZE 0x034 macro
115 DPU_REG_WRITE(c, DSC_RC_MODEL_SIZE, data); in dpu_hw_dsc_config()
H A Ddpu_hw_dsc_1_2.c37 #define DSC_RC_MODEL_SIZE 0x60 macro
208 DPU_REG_WRITE(hw, sblk->enc.base + DSC_RC_MODEL_SIZE, in dpu_hw_dsc_config_1_2()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_vdsc_regs.h234 #define DSC_RC_MODEL_SIZE(rc_model_size) ((rc_model_size) << 0) macro
H A Dintel_vdsc.c620 pps_val |= DSC_RC_MODEL_SIZE(vdsc_cfg->rc_model_size) | in intel_dsc_pps_configure()