Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_dsc.c25 #define DSC_RC_MODEL_SIZE 0x034 macro
117 DPU_REG_WRITE(c, DSC_RC_MODEL_SIZE, data); in dpu_hw_dsc_config()
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_vdsc.c833 pps_val |= DSC_RC_MODEL_SIZE(vdsc_cfg->rc_model_size) | in intel_dsc_pps_configure()
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_reg.h8140 #define DSC_RC_MODEL_SIZE(rc_model_size) ((rc_model_size) << 0) macro