Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/msm/dp/
Ddp_panel.c119 dp_panel->ds_port_cnt &= DP_PORT_COUNT_MASK; in dp_panel_read_dpcd()
/linux-6.6.21/include/drm/display/
Ddrm_dp.h144 # define DP_PORT_COUNT_MASK 0x0f macro
/linux-6.6.21/drivers/gpu/drm/display/
Ddrm_dp_helper.c875 u8 port_count = dpcd[DP_DOWN_STREAM_PORT_COUNT] & DP_PORT_COUNT_MASK; in drm_dp_downstream_port_count()