Home
last modified time | relevance | path

Searched refs:max_bpc (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_connector.h780 * @max_bpc: Connector max_bpc based on the requested max_bpc property
783 u8 max_bpc; member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c3391 u8 max_bpc = conn_state->max_requested_bpc; in dw_hdmi_bridge_atomic_get_output_bus_fmts() local
3419 if (max_bpc >= 0x10 && info->bpc == 0x10 && (info->hdmi.y420_dc_modes & DRM_EDID_YCBCR420_DC_48)) { in dw_hdmi_bridge_atomic_get_output_bus_fmts()
3423 if (max_bpc >= 0xc && info->bpc >= 0xc && (info->hdmi.y420_dc_modes & DRM_EDID_YCBCR420_DC_36)) { in dw_hdmi_bridge_atomic_get_output_bus_fmts()
3427 if (max_bpc >= 0xa && info->bpc >= 0xa && (info->hdmi.y420_dc_modes & DRM_EDID_YCBCR420_DC_30)) { in dw_hdmi_bridge_atomic_get_output_bus_fmts()
3444 if (max_bpc >= 0x10 && info->bpc == 0x10) { in dw_hdmi_bridge_atomic_get_output_bus_fmts()
3452 if (max_bpc >= 0xc && info->bpc >= 0xc) { in dw_hdmi_bridge_atomic_get_output_bus_fmts()
3464 if (max_bpc >= 0xa && info->bpc >= 0xa) { in dw_hdmi_bridge_atomic_get_output_bus_fmts()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Ddw-dp.c1925 if (fmt->bpc > conn_state->max_bpc) { in dw_dp_bridge_atomic_get_output_bus_fmts()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Ddw-dp.c1950 if (fmt->bpc > conn_state->max_bpc) in dw_dp_bridge_atomic_get_output_bus_fmts()

Completed in 15 milliseconds