Searched refs:csc_reg_off (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_util.c | 391 u32 csc_reg_off, in dpu_hw_csc_setup() argument 401 DPU_REG_WRITE(c, csc_reg_off, val); in dpu_hw_csc_setup() 404 DPU_REG_WRITE(c, csc_reg_off + 0x4, val); in dpu_hw_csc_setup() 407 DPU_REG_WRITE(c, csc_reg_off + 0x8, val); in dpu_hw_csc_setup() 410 DPU_REG_WRITE(c, csc_reg_off + 0xc, val); in dpu_hw_csc_setup() 412 DPU_REG_WRITE(c, csc_reg_off + 0x10, val); in dpu_hw_csc_setup() 416 DPU_REG_WRITE(c, csc_reg_off + 0x14, val); in dpu_hw_csc_setup() 418 DPU_REG_WRITE(c, csc_reg_off + 0x18, val); in dpu_hw_csc_setup() 420 DPU_REG_WRITE(c, csc_reg_off + 0x1c, val); in dpu_hw_csc_setup() 424 DPU_REG_WRITE(c, csc_reg_off + 0x20, val); in dpu_hw_csc_setup() [all …]
|
D | dpu_hw_util.h | 347 u32 csc_reg_off,
|