Searched full:max_bpc (Results 1 – 2 of 2) sorted by relevance
1271 * @max_bpc: Connector max_bpc based on the requested max_bpc property1274 u8 max_bpc; member2290 * @max_bpc: Maximum bits per color channel the connector supports.2292 unsigned int max_bpc; member2560 unsigned int max_bpc);
556 * @max_bpc: Maximum bits per char the HDMI connector supports579 unsigned int max_bpc) in drmm_connector_hdmi_init() argument600 if (!(max_bpc == 8 || max_bpc == 10 || max_bpc == 12)) in drmm_connector_hdmi_init()633 drm_connector_attach_max_bpc_property(connector, 8, max_bpc); in drmm_connector_hdmi_init()634 connector->max_bpc = max_bpc; in drmm_connector_hdmi_init()636 if (max_bpc > 8) in drmm_connector_hdmi_init()2890 connector->state->max_bpc = max; in drm_connector_attach_max_bpc_property()