Home
last modified time | relevance | path

Searched refs:enable_crtc (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dcommand_table2.h74 enum bp_result (*enable_crtc)( member
H A Dcommand_table.h80 enum bp_result (*enable_crtc)( member
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn301/
H A Ddcn301_optc.c119 .enable_crtc = optc2_enable_crtc,
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn201/
H A Ddcn201_optc.c139 .enable_crtc = optc2_enable_crtc,
/linux/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_timing_generator.c208 .enable_crtc = dce110_timing_generator_enable_crtc,
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
H A Ddcn31_clk_mgr.c132 pipe->stream_res.tg->funcs->enable_crtc(pipe->stream_res.tg); in dcn31_disable_otg_wa()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
H A Ddcn314_clk_mgr.c171 pipe->stream_res.tg->funcs->enable_crtc(pipe->stream_res.tg); in dcn314_disable_otg_wa()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
H A Ddcn35_clk_mgr.c250 pipe->stream_res.tg->funcs->enable_crtc(pipe->stream_res.tg); in dcn35_disable_otg_wa()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1451 if (tg->funcs->enable_crtc) { in disable_dangling_plane()
1454 tg->funcs->enable_crtc(tg); in disable_dangling_plane()