Home
last modified time | relevance | path

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

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