Searched refs:csc_pre_bv (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_util.c | 349 DPU_REG_WRITE(c, csc_reg_off + 0x2c, data->csc_pre_bv[0]); in dpu_hw_csc_setup() 350 DPU_REG_WRITE(c, csc_reg_off + 0x30, data->csc_pre_bv[1]); in dpu_hw_csc_setup() 351 DPU_REG_WRITE(c, csc_reg_off + 0x34, data->csc_pre_bv[2]); in dpu_hw_csc_setup()
|
H A D | dpu_hw_mdss.h | 398 uint32_t csc_pre_bv[DPU_CSC_BIAS_SIZE]; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_util.c | 431 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 D | dpu_hw_mdss.h | 426 uint32_t csc_pre_bv[DPU_CSC_BIAS_SIZE]; member
|
Completed in 4 milliseconds