Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.h77 void (*csc_setup)(struct vc4_hdmi *vc4_hdmi, bool enable); member
H A Dvc4_hdmi.c718 if (vc4_hdmi->variant->csc_setup) in vc4_hdmi_encoder_pre_crtc_enable()
719 vc4_hdmi->variant->csc_setup(vc4_hdmi, true); in vc4_hdmi_encoder_pre_crtc_enable()
723 if (vc4_hdmi->variant->csc_setup) in vc4_hdmi_encoder_pre_crtc_enable()
724 vc4_hdmi->variant->csc_setup(vc4_hdmi, false); in vc4_hdmi_encoder_pre_crtc_enable()
1930 .csc_setup = vc4_hdmi_csc_setup,
1956 .csc_setup = vc5_hdmi_csc_setup,
1982 .csc_setup = vc5_hdmi_csc_setup,