Searched refs:apply_ctx_to_hw (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_init.c | 35 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/ |
H A D | dcn201_init.c | 36 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/ |
H A D | dcn301_init.c | 39 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/ |
H A D | dcn21_init.c | 37 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_init.c | 36 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/ |
H A D | dcn31_init.c | 40 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_init.c | 37 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/ |
H A D | dcn314_init.c | 42 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_init.c | 38 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
|
H A D | dcn32_hwseq.c | 1493 dc->hwss.apply_ctx_to_hw(dc, context); in dcn32_enable_phantom_streams()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | hw_sequencer.h | 192 enum dc_status (*apply_ctx_to_hw)(struct dc *dc, member
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc.c | 1877 result = dc->hwss.apply_ctx_to_hw(dc, context); in dc_commit_state_no_check() 3846 dc->hwss.apply_ctx_to_hw(dc, context); in commit_planes_for_stream()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_hw_sequencer.c | 3139 .apply_ctx_to_hw = dce110_apply_ctx_to_hw,
|