Searched refs:detect_ctx (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/gpu/drm/xen/ |
H A D | xen_drm_front_conn.c | 91 .detect_ctx = connector_detect,
|
/openbmc/linux/drivers/gpu/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()
|
/openbmc/linux/include/drm/ |
H A D | drm_modeset_helper_vtables.h | 930 int (*detect_ctx)(struct drm_connector *connector, member
|
/openbmc/linux/drivers/gpu/drm/ast/ |
H A D | ast_mode.c | 1598 .detect_ctx = ast_dp501_connector_helper_detect_ctx, 1708 .detect_ctx = ast_astdp_connector_helper_detect_ctx, 1801 .detect_ctx = ast_bmc_connector_helper_detect_ctx,
|
/openbmc/linux/drivers/gpu/drm/gud/ |
H A D | gud_connector.c | 319 .detect_ctx = gud_connector_detect,
|
/openbmc/linux/drivers/gpu/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 | 5299 .detect_ctx = intel_dp_detect,
|
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_mst_types.c | 517 .detect_ctx = dm_dp_mst_detect,
|
/openbmc/linux/drivers/gpu/drm/bridge/cadence/ |
H A D | cdns-mhdp8546-core.c | 1677 .detect_ctx = cdns_mhdp_connector_detect,
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | disp.c | 1205 .detect_ctx = nv50_mstc_detect,
|
/openbmc/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_hdmi.c | 695 .detect_ctx = vc4_hdmi_connector_detect_ctx,
|