Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/tests/
A Ddrm_dp_mst_helper_test.c293 .u.dpcd_read.port_number = 0xf,
300 .u.dpcd_read.dpcd_address = 0xfedcb,
307 .u.dpcd_read.num_bytes = U8_MAX,
/linux/drivers/gpu/drm/display/
A Ddrm_dp_mst_topology.c377 buf[idx] = (req->u.dpcd_read.port_number & 0xf) << 4; in drm_dp_encode_sideband_req()
378 buf[idx] |= ((req->u.dpcd_read.dpcd_address & 0xf0000) >> 16) & 0xf; in drm_dp_encode_sideband_req()
380 buf[idx] = (req->u.dpcd_read.dpcd_address & 0xff00) >> 8; in drm_dp_encode_sideband_req()
382 buf[idx] = (req->u.dpcd_read.dpcd_address & 0xff); in drm_dp_encode_sideband_req()
384 buf[idx] = (req->u.dpcd_read.num_bytes); in drm_dp_encode_sideband_req()
497 struct drm_dp_remote_dpcd_read *r = &req->u.dpcd_read; in drm_dp_decode_sideband_req()
634 req->u.dpcd_read.port_number, req->u.dpcd_read.dpcd_address, in drm_dp_dump_sideband_msg_req_body()
635 req->u.dpcd_read.num_bytes); in drm_dp_dump_sideband_msg_req_body()
2717 req.u.dpcd_read.port_number = port_num; in build_dpcd_read()
2718 req.u.dpcd_read.dpcd_address = offset; in build_dpcd_read()
[all …]
/linux/include/drm/display/
A Ddrm_dp_mst_helper.h447 struct drm_dp_remote_dpcd_read dpcd_read; member

Completed in 17 milliseconds