Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/display/
H A Ddrm_dp_helper.h525 int drm_dp_downstream_max_bpc(const u8 dpcd[DP_RECEIVER_CAP_SIZE],
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c1184 int drm_dp_downstream_max_bpc(const u8 dpcd[DP_RECEIVER_CAP_SIZE], in drm_dp_downstream_max_bpc() function
1230 EXPORT_SYMBOL(drm_dp_downstream_max_bpc);
1475 bpc = drm_dp_downstream_max_bpc(dpcd, port_cap, edid); in drm_dp_downstream_debug()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c4744 drm_dp_downstream_max_bpc(intel_dp->dpcd, in intel_dp_update_dfp()