Home
last modified time | relevance | path

Searched refs:DP_REMOTE_DPCD_WRITE (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/drm/display/
H A Ddrm_dp_mst_topology.c390 case DP_REMOTE_DPCD_WRITE: in drm_dp_encode_sideband_req()
510 case DP_REMOTE_DPCD_WRITE: in drm_dp_decode_sideband_req()
639 case DP_REMOTE_DPCD_WRITE: in drm_dp_dump_sideband_msg_req_body()
713 case DP_REMOTE_DPCD_WRITE: in drm_dp_mst_dump_sideband_msg_tx()
1047 case DP_REMOTE_DPCD_WRITE: in drm_dp_sideband_parse_reply()
1149 req.req_type = DP_REMOTE_DPCD_WRITE; in build_dpcd_write()
/openbsd/sys/dev/pci/drm/include/drm/display/
H A Ddrm_dp.h1499 #define DP_REMOTE_DPCD_WRITE 0x21 macro