Searched refs:enable_crtc (Results 1 - 25 of 31) sorted by relevance

12

/openbsd-current/sys/dev/pci/drm/amd/display/dc/bios/
H A Dcommand_table.h74 enum bp_result (*enable_crtc)( member in struct:cmd_tbl
H A Dcommand_table2.h74 enum bp_result (*enable_crtc)( member in struct:cmd_tbl
H A Dcommand_table2.c670 bp->cmd_tbl.enable_crtc = enable_crtc_v1;
673 dm_output_to_console("Don't have enable_crtc for v%d\n",
675 bp->cmd_tbl.enable_crtc = NULL;
776 dm_output_to_console("Don't enable_disp_power_gating enable_crtc for v%d\n",
H A Dbios_parser.c837 if (!bp->cmd_tbl.enable_crtc)
840 return bp->cmd_tbl.enable_crtc(bp, id, enable);
2823 .enable_crtc = bios_parser_enable_crtc,
H A Dcommand_table.c1994 bp->cmd_tbl.enable_crtc = enable_crtc_v1;
1997 dm_output_to_console("Don't have enable_crtc for v%d\n",
1999 bp->cmd_tbl.enable_crtc = NULL;
2331 dm_output_to_console("Don't enable_disp_power_gating enable_crtc for v%d\n",
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce80/
H A Ddce80_timing_generator.c188 .enable_crtc = dce110_timing_generator_enable_crtc,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn201/
H A Ddcn201_optc.c145 .enable_crtc = optc2_enable_crtc,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn301/
H A Ddcn301_optc.c119 .enable_crtc = optc2_enable_crtc,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/
H A Ddc_bios_types.h100 enum bp_result (*enable_crtc)( member in struct:dc_vbios_funcs
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce60/
H A Ddce60_timing_generator.c207 .enable_crtc = dce110_timing_generator_enable_crtc,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn31/
H A Ddcn31_optc.c242 .enable_crtc = optc31_enable_crtc,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/inc/hw/
H A Dtiming_generator.h183 bool (*enable_crtc)(struct timing_generator *tg); member in struct:timing_generator_funcs
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn314/
H A Ddcn314_optc.c203 .enable_crtc = optc314_enable_crtc,
H A Ddcn314_hwseq.c418 pipe->stream_res.tg->funcs->enable_crtc(pipe->stream_res.tg);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_optc.c277 .enable_crtc = optc32_enable_crtc,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_optc.c327 .enable_crtc = optc2_enable_crtc,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator_v.c663 .enable_crtc = dce110_timing_generator_v_enable_crtc,
H A Ddce110_timing_generator.c146 result = tg->bp->funcs->enable_crtc(tg->bp, tg110->controller_id, true);
238 result = tg->bp->funcs->enable_crtc(tg->bp, tg110->controller_id, false);
2206 .enable_crtc = dce110_timing_generator_enable_crtc,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_optc.c521 .enable_crtc = optc2_enable_crtc,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce120/
H A Ddce120_timing_generator.c151 result = tg->bp->funcs->enable_crtc(tg->bp, tg110->controller_id, true);
1168 .enable_crtc = dce120_timing_generator_enable_crtc,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn316/
H A Ddcn316_clk_mgr.c123 pipe->stream_res.tg->funcs->enable_crtc(pipe->stream_res.tg);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_optc.c1546 .enable_crtc = optc1_enable_crtc,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn31/
H A Ddcn31_clk_mgr.c128 pipe->stream_res.tg->funcs->enable_crtc(pipe->stream_res.tg);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn314/
H A Ddcn314_clk_mgr.c154 pipe->stream_res.tg->funcs->enable_crtc(pipe->stream_res.tg);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn315/
H A Ddcn315_clk_mgr.c119 pipe->stream_res.tg->funcs->enable_crtc(pipe->stream_res.tg);

Completed in 274 milliseconds

12