Searched refs:csc_reg_off (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_util.c | 378 u32 csc_reg_off, in dpu_hw_csc_setup() argument 388 DPU_REG_WRITE(c, csc_reg_off, val); in dpu_hw_csc_setup() 391 DPU_REG_WRITE(c, csc_reg_off + 0x4, val); in dpu_hw_csc_setup() 394 DPU_REG_WRITE(c, csc_reg_off + 0x8, val); in dpu_hw_csc_setup() 397 DPU_REG_WRITE(c, csc_reg_off + 0xc, val); in dpu_hw_csc_setup() 399 DPU_REG_WRITE(c, csc_reg_off + 0x10, val); in dpu_hw_csc_setup() 403 DPU_REG_WRITE(c, csc_reg_off + 0x14, val); in dpu_hw_csc_setup() 405 DPU_REG_WRITE(c, csc_reg_off + 0x18, val); in dpu_hw_csc_setup() 407 DPU_REG_WRITE(c, csc_reg_off + 0x1c, val); in dpu_hw_csc_setup() 411 DPU_REG_WRITE(c, csc_reg_off + 0x20, val); in dpu_hw_csc_setup() [all …]
|
D | dpu_hw_util.h | 346 u32 csc_reg_off,
|