Searched refs:apply_ctx_to_hw (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_init.c | 35 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn201/ |
D | dcn201_init.c | 36 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn301/ |
D | dcn301_init.c | 39 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_init.c | 36 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn21/ |
D | dcn21_init.c | 37 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_init.c | 37 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_init.c | 40 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/ |
D | dcn32_init.c | 37 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn314/ |
D | dcn314_init.c | 42 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/ |
D | hw_sequencer.h | 60 enum dc_status (*apply_ctx_to_hw)(struct dc *dc, member
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/ |
D | dc.c | 1807 result = dc->hwss.apply_ctx_to_hw(dc, context); in dc_commit_state_no_check() 3324 dc->hwss.apply_ctx_to_hw(dc, context); in commit_planes_for_stream() 3342 dc->hwss.apply_ctx_to_hw(dc, context); in commit_planes_for_stream()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_hw_sequencer.c | 3131 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
|