Home
last modified time | relevance | path

Searched defs:resource_funcs (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h67 struct resource_funcs { struct
68 enum engine_id (*get_preferred_eng_id_dpia)(unsigned int dpia_index);
69 void (*destroy)(struct resource_pool **pool);
70 void (*link_init)(struct dc_link *link);
71 struct panel_cntl*(*panel_cntl_create)(
73 struct link_encoder *(*link_enc_create)(
78 struct link_encoder *(*link_enc_create_minimal)(struct dc_context *ctx, enum engine_id eng_id);
80 bool (*validate_bandwidth)(
84 void (*calculate_wm_and_dlg)(
89 void (*update_soc_for_wm_a)(
[all …]