Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vc4/
A Dvc4_hdmi.h80 void (*csc_setup)(struct vc4_hdmi *vc4_hdmi, bool enable); member
A Dvc4_hdmi.c994 if (vc4_hdmi->variant->csc_setup) in vc4_hdmi_encoder_pre_crtc_enable()
995 vc4_hdmi->variant->csc_setup(vc4_hdmi, true); in vc4_hdmi_encoder_pre_crtc_enable()
999 if (vc4_hdmi->variant->csc_setup) in vc4_hdmi_encoder_pre_crtc_enable()
1000 vc4_hdmi->variant->csc_setup(vc4_hdmi, false); in vc4_hdmi_encoder_pre_crtc_enable()
2282 .csc_setup = vc4_hdmi_csc_setup,
2310 .csc_setup = vc5_hdmi_csc_setup,
2338 .csc_setup = vc5_hdmi_csc_setup,

Completed in 16 milliseconds