Searched refs:csc_reg_off (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_util.c | 320 u32 csc_reg_off, in dpu_hw_csc_setup() argument 330 DPU_REG_WRITE(c, csc_reg_off, val); in dpu_hw_csc_setup() 333 DPU_REG_WRITE(c, csc_reg_off + 0x4, val); in dpu_hw_csc_setup() 336 DPU_REG_WRITE(c, csc_reg_off + 0x8, val); in dpu_hw_csc_setup() 339 DPU_REG_WRITE(c, csc_reg_off + 0xc, val); in dpu_hw_csc_setup() 341 DPU_REG_WRITE(c, csc_reg_off + 0x10, val); in dpu_hw_csc_setup() 345 DPU_REG_WRITE(c, csc_reg_off + 0x14, val); in dpu_hw_csc_setup() 347 DPU_REG_WRITE(c, csc_reg_off + 0x18, val); in dpu_hw_csc_setup() 349 DPU_REG_WRITE(c, csc_reg_off + 0x1c, val); in dpu_hw_csc_setup() 353 DPU_REG_WRITE(c, csc_reg_off + 0x20, val); in dpu_hw_csc_setup() [all …]
|
D | dpu_hw_util.h | 345 u32 csc_reg_off,
|