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.c387 case DP_REMOTE_DPCD_WRITE: in drm_dp_encode_sideband_req()
507 case DP_REMOTE_DPCD_WRITE: in drm_dp_decode_sideband_req()
636 case DP_REMOTE_DPCD_WRITE: in drm_dp_dump_sideband_msg_req_body()
710 case DP_REMOTE_DPCD_WRITE: in drm_dp_mst_dump_sideband_msg_tx()
1044 case DP_REMOTE_DPCD_WRITE: in drm_dp_sideband_parse_reply()
1146 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