Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vc4/
A Dvc4_hdmi.c644 u32 csc_ctl; in vc4_hdmi_csc_setup() local
646 csc_ctl = VC4_SET_FIELD(VC4_HD_CSC_CTL_ORDER_BGR, in vc4_hdmi_csc_setup()
660 csc_ctl |= VC4_HD_CSC_CTL_ENABLE; in vc4_hdmi_csc_setup()
661 csc_ctl |= VC4_HD_CSC_CTL_RGB2YCC; in vc4_hdmi_csc_setup()
662 csc_ctl |= VC4_SET_FIELD(VC4_HD_CSC_CTL_MODE_CUSTOM, in vc4_hdmi_csc_setup()
674 HDMI_WRITE(HDMI_CSC_CTL, csc_ctl); in vc4_hdmi_csc_setup()
679 u32 csc_ctl; in vc5_hdmi_csc_setup() local
681 csc_ctl = 0x07; /* RGB_CONVERT_MODE = custom matrix, || USE_RGB_TO_YCBCR */ in vc5_hdmi_csc_setup()
713 HDMI_WRITE(HDMI_CSC_CTL, csc_ctl); in vc5_hdmi_csc_setup()

Completed in 7 milliseconds