Home
last modified time | relevance | path

Searched refs:csc_reg_off (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_util.c391 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 …]
H A Ddpu_hw_util.h347 u32 csc_reg_off,