Searched refs:detect_ctx (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/xen/ |
D | xen_drm_front_conn.c | 91 .detect_ctx = connector_detect,
|
/Linux-v6.6/drivers/gpu/drm/ |
D | drm_probe_helper.c | 349 if (funcs->detect_ctx) in drm_helper_probe_detect_ctx() 350 ret = funcs->detect_ctx(connector, &ctx, force); in drm_helper_probe_detect_ctx() 400 if (funcs->detect_ctx) in drm_helper_probe_detect() 401 ret = funcs->detect_ctx(connector, ctx, force); in drm_helper_probe_detect()
|
/Linux-v6.6/include/drm/ |
D | drm_modeset_helper_vtables.h | 929 int (*detect_ctx)(struct drm_connector *connector, member
|
/Linux-v6.6/drivers/gpu/drm/gud/ |
D | gud_connector.c | 319 .detect_ctx = gud_connector_detect,
|
/Linux-v6.6/drivers/gpu/drm/ast/ |
D | ast_mode.c | 1598 .detect_ctx = ast_dp501_connector_helper_detect_ctx, 1708 .detect_ctx = ast_astdp_connector_helper_detect_ctx,
|
/Linux-v6.6/drivers/gpu/drm/i915/display/ |
D | intel_crt.c | 981 .detect_ctx = intel_crt_detect,
|
D | intel_dp_mst.c | 1036 .detect_ctx = intel_dp_mst_detect,
|
D | intel_tv.c | 1876 .detect_ctx = intel_tv_detect,
|
D | intel_dp.c | 5281 .detect_ctx = intel_dp_detect,
|
/Linux-v6.6/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_mst_types.c | 513 .detect_ctx = dm_dp_mst_detect,
|
/Linux-v6.6/drivers/gpu/drm/bridge/cadence/ |
D | cdns-mhdp8546-core.c | 1677 .detect_ctx = cdns_mhdp_connector_detect,
|
/Linux-v6.6/drivers/gpu/drm/nouveau/dispnv50/ |
D | disp.c | 1206 .detect_ctx = nv50_mstc_detect,
|
/Linux-v6.6/drivers/gpu/drm/vc4/ |
D | vc4_hdmi.c | 685 .detect_ctx = vc4_hdmi_connector_detect_ctx,
|