Searched refs:csc_post_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 | 354 DPU_REG_WRITE(c, csc_reg_off + 0x38, data->csc_post_bv[0]); in dpu_hw_csc_setup() 355 DPU_REG_WRITE(c, csc_reg_off + 0x3c, data->csc_post_bv[1]); in dpu_hw_csc_setup() 356 DPU_REG_WRITE(c, csc_reg_off + 0x40, data->csc_post_bv[2]); in dpu_hw_csc_setup()
|
H A D | dpu_hw_mdss.h | 399 uint32_t csc_post_bv[DPU_CSC_BIAS_SIZE]; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_util.c | 436 DPU_REG_WRITE(c, csc_reg_off + 0x38, data->csc_post_bv[0]); in dpu_hw_csc_setup() 437 DPU_REG_WRITE(c, csc_reg_off + 0x3c, data->csc_post_bv[1]); in dpu_hw_csc_setup() 438 DPU_REG_WRITE(c, csc_reg_off + 0x40, data->csc_post_bv[2]); in dpu_hw_csc_setup()
|
H A D | dpu_hw_mdss.h | 427 uint32_t csc_post_bv[DPU_CSC_BIAS_SIZE]; member
|
Completed in 4 milliseconds