Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/ipu-v3/
H A Dipu-ic.c89 u32 ic_conf_csc1_en; member
114 .ic_conf_csc1_en = IC_CONF_PRPENC_CSC1,
122 .ic_conf_csc1_en = IC_CONF_PRPVF_CSC1,
130 .ic_conf_csc1_en = IC_CONF_PP_CSC1,
284 ic_conf |= ic->bit->ic_conf_csc1_en; in ipu_ic_task_enable()
288 ic_conf |= ic->bit->ic_conf_csc1_en; in ipu_ic_task_enable()
311 ic->bit->ic_conf_csc1_en | in ipu_ic_task_disable()
342 if (!(ic_conf & ic->bit->ic_conf_csc1_en)) { in ipu_ic_task_graphics_init()