Searched refs:detect_ctx (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/ |
D | drm_probe_helper.c | 292 if (funcs->detect_ctx) in drm_helper_probe_detect_ctx() 293 ret = funcs->detect_ctx(connector, &ctx, force); in drm_helper_probe_detect_ctx() 343 if (funcs->detect_ctx) in drm_helper_probe_detect() 344 ret = funcs->detect_ctx(connector, ctx, force); in drm_helper_probe_detect()
|
/linux-6.1.9/drivers/gpu/drm/xen/ |
D | xen_drm_front_conn.c | 91 .detect_ctx = connector_detect,
|
/linux-6.1.9/include/drm/ |
D | drm_modeset_helper_vtables.h | 927 int (*detect_ctx)(struct drm_connector *connector, member
|
/linux-6.1.9/drivers/gpu/drm/gud/ |
D | gud_connector.c | 319 .detect_ctx = gud_connector_detect,
|
/linux-6.1.9/drivers/gpu/drm/i915/display/ |
D | intel_crt.c | 984 .detect_ctx = intel_crt_detect,
|
D | intel_dp_mst.c | 770 .detect_ctx = intel_dp_mst_detect,
|
D | intel_tv.c | 1873 .detect_ctx = intel_tv_detect,
|
D | intel_dp.c | 5006 .detect_ctx = intel_dp_detect,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_mst_types.c | 464 .detect_ctx = dm_dp_mst_detect,
|
/linux-6.1.9/drivers/gpu/drm/bridge/cadence/ |
D | cdns-mhdp8546-core.c | 1661 .detect_ctx = cdns_mhdp_connector_detect,
|
/linux-6.1.9/drivers/gpu/drm/vc4/ |
D | vc4_hdmi.c | 587 .detect_ctx = vc4_hdmi_connector_detect_ctx,
|
/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv50/ |
D | disp.c | 1284 .detect_ctx = nv50_mstc_detect,
|