Home
last modified time | relevance | path

Searched refs:csc_pre_bv (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_util.c425 DPU_REG_WRITE(c, csc_reg_off + 0x2c, data->csc_pre_bv[0]); in dpu_hw_csc_setup()
426 DPU_REG_WRITE(c, csc_reg_off + 0x30, data->csc_pre_bv[1]); in dpu_hw_csc_setup()
427 DPU_REG_WRITE(c, csc_reg_off + 0x34, data->csc_pre_bv[2]); in dpu_hw_csc_setup()
H A Ddpu_hw_mdss.h319 uint32_t csc_pre_bv[DPU_CSC_BIAS_SIZE]; member