Searched refs:detect_ctx (Results 1 – 7 of 7) sorted by relevance
/openbsd/sys/dev/pci/drm/ |
H A D | drm_probe_helper.c | 352 if (funcs->detect_ctx) in drm_helper_probe_detect_ctx() 353 ret = funcs->detect_ctx(connector, &ctx, force); in drm_helper_probe_detect_ctx() 403 if (funcs->detect_ctx) in drm_helper_probe_detect() 404 ret = funcs->detect_ctx(connector, ctx, force); in drm_helper_probe_detect()
|
/openbsd/sys/dev/pci/drm/include/drm/ |
H A D | drm_modeset_helper_vtables.h | 930 int (*detect_ctx)(struct drm_connector *connector, member
|
/openbsd/sys/dev/pci/drm/i915/display/ |
H A D | intel_crt.c | 988 .detect_ctx = intel_crt_detect,
|
H A D | intel_dp_mst.c | 1047 .detect_ctx = intel_dp_mst_detect,
|
H A D | intel_tv.c | 1882 .detect_ctx = intel_tv_detect,
|
H A D | intel_dp.c | 5301 .detect_ctx = intel_dp_detect,
|
/openbsd/sys/dev/pci/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_mst_types.c | 513 .detect_ctx = dm_dp_mst_detect,
|