Searched refs:detect_ctx (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/sys/external/bsd/drm2/dist/drm/ |
| H A D | drm_probe_helper.c | 280 if (funcs->detect_ctx) in drm_helper_probe_detect_ctx() 281 ret = funcs->detect_ctx(connector, &ctx, force); in drm_helper_probe_detect_ctx() 328 if (funcs->detect_ctx) in drm_helper_probe_detect() 329 return funcs->detect_ctx(connector, ctx, force); in drm_helper_probe_detect()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/xen/ |
| H A D | xen_drm_front_conn.c | 94 .detect_ctx = connector_detect,
|
| /netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
| H A D | drm_modeset_helper_vtables.h | 902 int (*detect_ctx)(struct drm_connector *connector, member
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
| H A D | radeon_dp_mst.c | 258 .detect_ctx = radeon_dp_mst_detect,
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| H A D | intel_dp_mst.c | 623 .detect_ctx = intel_dp_mst_detect,
|
| H A D | intel_crt.c | 952 .detect_ctx = intel_crt_detect,
|
| H A D | intel_tv.c | 1855 .detect_ctx = intel_tv_detect,
|
| H A D | intel_dp.c | 6597 .detect_ctx = intel_dp_detect,
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_mst_types.c | 334 .detect_ctx = dm_dp_mst_detect,
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
| H A D | nouveau_dispnv50_disp.c | 1168 .detect_ctx = nv50_mstc_detect,
|