Searched refs:bp_funcs (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dcn201/ |
A D | dcn201_link_encoder.c | 121 const struct dc_vbios_funcs *bp_funcs = init_data->ctx->dc_bios->funcs; in dcn201_link_encoder_construct() local 189 result = bp_funcs->get_encoder_cap_info(enc10->base.ctx->dc_bios, in dcn201_link_encoder_construct()
|
/linux/drivers/gpu/drm/amd/display/dc/dcn301/ |
A D | dcn301_dio_link_encoder.c | 90 const struct dc_vbios_funcs *bp_funcs = init_data->ctx->dc_bios->funcs; in dcn301_link_encoder_construct() local 172 result = bp_funcs->get_encoder_cap_info(enc10->base.ctx->dc_bios, in dcn301_link_encoder_construct()
|
/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
A D | dcn30_dio_link_encoder.c | 103 const struct dc_vbios_funcs *bp_funcs = init_data->ctx->dc_bios->funcs; in dcn30_link_encoder_construct() local 185 result = bp_funcs->get_encoder_cap_info(enc10->base.ctx->dc_bios, in dcn30_link_encoder_construct()
|
/linux/drivers/gpu/drm/amd/display/dc/dcn21/ |
A D | dcn21_link_encoder.c | 343 const struct dc_vbios_funcs *bp_funcs = init_data->ctx->dc_bios->funcs; in dcn21_link_encoder_construct() local 425 result = bp_funcs->get_encoder_cap_info(enc10->base.ctx->dc_bios, in dcn21_link_encoder_construct()
|
/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
A D | dcn20_link_encoder.c | 401 const struct dc_vbios_funcs *bp_funcs = init_data->ctx->dc_bios->funcs; in dcn20_link_encoder_construct() local 483 result = bp_funcs->get_encoder_cap_info(enc10->base.ctx->dc_bios, in dcn20_link_encoder_construct()
|
/linux/drivers/gpu/drm/amd/display/dc/dcn31/ |
A D | dcn31_dio_link_encoder.c | 239 const struct dc_vbios_funcs *bp_funcs = init_data->ctx->dc_bios->funcs; in dcn31_link_encoder_construct() local 318 result = bp_funcs->get_encoder_cap_info(enc10->base.ctx->dc_bios, in dcn31_link_encoder_construct()
|
/linux/drivers/gpu/drm/amd/display/dc/dce/ |
A D | dce_link_encoder.c | 819 const struct dc_vbios_funcs *bp_funcs = init_data->ctx->dc_bios->funcs; in dce110_link_encoder_construct() local 898 result = bp_funcs->get_encoder_cap_info(enc110->base.ctx->dc_bios, in dce110_link_encoder_construct() 1719 const struct dc_vbios_funcs *bp_funcs = init_data->ctx->dc_bios->funcs; in dce60_link_encoder_construct() local 1798 result = bp_funcs->get_encoder_cap_info(enc110->base.ctx->dc_bios, in dce60_link_encoder_construct()
|
/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
A D | dcn10_link_encoder.c | 681 const struct dc_vbios_funcs *bp_funcs = init_data->ctx->dc_bios->funcs; in dcn10_link_encoder_construct() local 762 result = bp_funcs->get_encoder_cap_info(enc10->base.ctx->dc_bios, in dcn10_link_encoder_construct()
|
/linux/drivers/gpu/drm/amd/display/dc/core/ |
A D | dc_link.c | 1454 const struct dc_vbios_funcs *bp_funcs = bios->funcs; in dc_link_construct_legacy() local 1596 bp_funcs->get_src_obj(dc_ctx->dc_bios, link->link_id, 0, in dc_link_construct_legacy() 1629 if (bp_funcs->get_device_tag(dc_ctx->dc_bios, in dc_link_construct_legacy() 1639 if (!bp_funcs->is_device_id_supported(dc_ctx->dc_bios, in dc_link_construct_legacy()
|
Completed in 20 milliseconds