Searched refs:detect_ctx (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.15/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-v5.15/drivers/gpu/drm/xen/ |
| D | xen_drm_front_conn.c | 90 .detect_ctx = connector_detect,
|
| /Linux-v5.15/include/drm/ |
| D | drm_modeset_helper_vtables.h | 927 int (*detect_ctx)(struct drm_connector *connector, member
|
| /Linux-v5.15/drivers/gpu/drm/gud/ |
| D | gud_connector.c | 318 .detect_ctx = gud_connector_detect,
|
| /Linux-v5.15/drivers/gpu/drm/radeon/ |
| D | radeon_dp_mst.c | 255 .detect_ctx = radeon_dp_mst_detect,
|
| /Linux-v5.15/drivers/gpu/drm/i915/display/ |
| D | intel_dp_mst.c | 770 .detect_ctx = intel_dp_mst_detect,
|
| D | intel_crt.c | 984 .detect_ctx = intel_crt_detect,
|
| D | intel_tv.c | 1862 .detect_ctx = intel_tv_detect,
|
| D | intel_dp.c | 4607 .detect_ctx = intel_dp_detect,
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| D | amdgpu_dm_mst_types.c | 352 .detect_ctx = dm_dp_mst_detect,
|
| /Linux-v5.15/drivers/gpu/drm/bridge/cadence/ |
| D | cdns-mhdp8546-core.c | 1659 .detect_ctx = cdns_mhdp_connector_detect,
|
| /Linux-v5.15/drivers/gpu/drm/nouveau/dispnv50/ |
| D | disp.c | 1318 .detect_ctx = nv50_mstc_detect,
|