Home
last modified time | relevance | path

Searched refs:ready_shared_resources (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Dhw_sequencer.h211 void (*ready_shared_resources)(struct dc *dc, struct dc_state *context); member
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c2878 static void ready_shared_resources(struct dc *dc, struct dc_state *context) {} in ready_shared_resources() function
2916 .ready_shared_resources = ready_shared_resources,
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c2263 static void ready_shared_resources(struct dc *dc, struct dc_state *context) in ready_shared_resources() function
2698 .ready_shared_resources = ready_shared_resources,
/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc.c906 dc->hwss.ready_shared_resources(dc, context); in dc_commit_state_no_check()