| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_dp.c | 76 outp->dp.sink_count = ret; in nouveau_dp_probe_dpcd() 82 if (!outp->dp.sink_count) in nouveau_dp_probe_dpcd() 95 outp->dp.sink_count = 0; in nouveau_dp_probe_dpcd() 209 if (ret != outp->dp.sink_count) in nouveau_dp_irq() 212 outp->dp.sink_count = ret; in nouveau_dp_irq()
|
| H A D | nouveau_encoder.h | 78 u8 sink_count; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dp/ |
| H A D | dp_link.c | 724 &link->dp_link.sink_count); in dp_link_parse_sink_count() 730 cp_ready = link->dp_link.sink_count & DP_SINK_CP_READY; in dp_link_parse_sink_count() 732 link->dp_link.sink_count = in dp_link_parse_sink_count() 733 DP_GET_SINK_COUNT(link->dp_link.sink_count); in dp_link_parse_sink_count() 736 link->dp_link.sink_count, cp_ready); in dp_link_parse_sink_count() 744 link->prev_sink_count = link->dp_link.sink_count; in dp_link_parse_sink_status_field() 980 if (link->prev_sink_count == link->dp_link.sink_count) in dp_link_process_ds_port_status_change() 985 link->prev_sink_count = link->dp_link.sink_count; in dp_link_process_ds_port_status_change()
|
| H A D | dp_link.h | 79 u8 sink_count; member
|
| H A D | dp_panel.c | 185 panel->link->sink_count = 0; in dp_panel_read_sink_caps()
|
| H A D | dp_display.c | 297 (dp->link->sink_count == 0); in dp_display_is_sink_count_zero()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | cdn-dp-core.c | 148 static int cdn_dp_get_sink_count(struct cdn_dp_device *dp, u8 *sink_count) in cdn_dp_get_sink_count() argument 153 *sink_count = 0; in cdn_dp_get_sink_count() 158 *sink_count = DP_GET_SINK_COUNT(value); in cdn_dp_get_sink_count() 179 u8 sink_count = 0; in cdn_dp_check_sink_connection() local 193 if (!cdn_dp_get_sink_count(dp, &sink_count)) in cdn_dp_check_sink_connection() 194 return sink_count ? true : false; in cdn_dp_check_sink_connection()
|
| H A D | dw-dp.c | 298 u8 sink_count; member 1373 link->sink_count = 0; in dw_dp_link_reset() 1458 link->sink_count = ret; in dw_dp_link_probe() 1461 if (!link->sink_count) in dw_dp_link_probe()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc_dp_types.h | 210 union sink_count { union 371 union sink_count sink_cnt;/* 200h */
|
| H A D | dc_link.h | 91 unsigned int sink_count; member
|
| H A D | dc.h | 1061 union sink_count sink_count; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc.c | 2910 if (dc_link->sink_count >= MAX_SINKS_PER_LINK) { in link_add_remote_sink_helper() 2917 dc_link->remote_sinks[dc_link->sink_count] = sink; in link_add_remote_sink_helper() 2918 dc_link->sink_count++; in link_add_remote_sink_helper() 2996 if (!link->sink_count) { in dc_link_remove_remote_sink() 3001 for (i = 0; i < link->sink_count; i++) { in dc_link_remove_remote_sink() 3007 while (i < link->sink_count - 1) { in dc_link_remove_remote_sink() 3012 link->sink_count--; in dc_link_remove_remote_sink()
|
| H A D | dc_link.c | 100 for (i = 0; i < link->sink_count; ++i) in dc_link_destruct() 749 if (!link->dpcd_caps.sink_count.bits.SINK_COUNT) { in detect_dp() 958 link->dpcd_caps.sink_count.bits.SINK_COUNT == 0) { in dc_link_detect_helper() 1002 if (link->dpcd_caps.sink_count.bits.SINK_COUNT) in dc_link_detect_helper() 1004 link->dpcd_caps.sink_count.bits.SINK_COUNT; in dc_link_detect_helper()
|
| H A D | dc_link_dp.c | 3546 &link->dpcd_caps.sink_count.raw, in retrieve_link_cap() 3547 sizeof(link->dpcd_caps.sink_count.raw)); in retrieve_link_cap()
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_dp_mst_helper.h | 650 u8 sink_count; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_mst_types.c | 161 link->dpcd_caps.sink_count.bits.SINK_COUNT >= 2) in needs_dsc_aux_workaround()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_display_types.h | 1272 u8 sink_count; member
|
| H A D | intel_dp.c | 4774 intel_dp->sink_count = ret; in intel_dp_get_dpcd() 4783 if (!intel_dp->sink_count) in intel_dp_get_dpcd() 5986 u8 old_sink_count = intel_dp->sink_count; in intel_dp_short_pulse() 6003 if ((old_sink_count != intel_dp->sink_count) || !ret) { in intel_dp_short_pulse() 6054 return intel_dp->sink_count ? in intel_dp_detect_dpcd()
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | dw-dp.c | 199 u8 sink_count; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_dp_mst_topology.c | 4191 if (sc != mgr->sink_count) { in drm_dp_mst_hpd_irq() 4192 mgr->sink_count = sc; in drm_dp_mst_hpd_irq()
|