Searched refs:drm_dp_dpcd_write_data (Results 1 – 3 of 3) sorted by relevance
| /linux/include/drm/display/ |
| H A D | drm_dp_helper.h | 635 static inline int drm_dp_dpcd_write_data(struct drm_dp_aux *aux, in drm_dp_dpcd_write_data() function 691 return drm_dp_dpcd_write_data(aux, offset, &value, 1); in drm_dp_dpcd_write_byte()
|
| /linux/drivers/gpu/drm/display/ |
| H A D | drm_dp_helper.c | 968 ret = drm_dp_dpcd_write_data(aux, DP_PAYLOAD_ALLOCATE_SET, payload_alloc, 3); in drm_dp_dpcd_write_payload() 4129 ret = drm_dp_dpcd_write_data(aux, DP_PCON_HDMI_PPS_OVERRIDE_BASE, &pps_buf, 128); in drm_dp_pcon_pps_override_buf() 4150 ret = drm_dp_dpcd_write_data(aux, DP_PCON_HDMI_PPS_OVRD_SLICE_HEIGHT, &pps_param[0], 2); in drm_dp_pcon_pps_override_param() 4153 ret = drm_dp_dpcd_write_data(aux, DP_PCON_HDMI_PPS_OVRD_SLICE_WIDTH, &pps_param[2], 2); in drm_dp_pcon_pps_override_param() 4156 ret = drm_dp_dpcd_write_data(aux, DP_PCON_HDMI_PPS_OVRD_BPP, &pps_param[4], 2); in drm_dp_pcon_pps_override_param() 4227 ret = drm_dp_dpcd_write_data(aux, offset, buf, len); in drm_edp_backlight_set_level()
|
| H A D | drm_dp_mst_topology.c | 2208 ret = drm_dp_dpcd_write_data(aux, DP_GUID, buf, sizeof(buf)); in drm_dp_check_mstb_guid() 2746 ret = drm_dp_dpcd_write_data(mgr->aux, regbase + offset, in drm_dp_send_sideband_msg()
|