Home
last modified time | relevance | path

Searched refs:kzalloc (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/openbsd-src/sys/dev/pci/drm/amd/display/dc/clk_mgr/
H A Dclk_mgr.c158 struct clk_mgr_internal *clk_mgr = kzalloc(sizeof(*clk_mgr), GFP_KERNEL); in dc_clk_mgr_create()
171 struct clk_mgr_internal *clk_mgr = kzalloc(sizeof(*clk_mgr), GFP_KERNEL); in dc_clk_mgr_create()
181 struct clk_mgr_internal *clk_mgr = kzalloc(sizeof(*clk_mgr), GFP_KERNEL); in dc_clk_mgr_create()
191 struct clk_mgr_internal *clk_mgr = kzalloc(sizeof(*clk_mgr), GFP_KERNEL); in dc_clk_mgr_create()
215 struct clk_mgr_internal *clk_mgr = kzalloc(sizeof(*clk_mgr), GFP_KERNEL); in dc_clk_mgr_create()
229 struct clk_mgr_internal *clk_mgr = kzalloc(sizeof(*clk_mgr), GFP_KERNEL); in dc_clk_mgr_create()
257 struct clk_mgr_internal *clk_mgr = kzalloc(sizeof(*clk_mgr), GFP_KERNEL); in dc_clk_mgr_create()
284 struct clk_mgr_vgh *clk_mgr = kzalloc(sizeof(*clk_mgr), GFP_KERNEL); in dc_clk_mgr_create()
296 struct clk_mgr_dcn31 *clk_mgr = kzalloc(sizeof(*clk_mgr), GFP_KERNEL); in dc_clk_mgr_create()
308 struct clk_mgr_dcn315 *clk_mgr = kzalloc(sizeof(*clk_mgr), GFP_KERNEL); in dc_clk_mgr_create()
[all …]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn302/
H A Ddcn302_resource.c254 struct dcn20_hubbub *hubbub3 = kzalloc(sizeof(struct dcn20_hubbub), GFP_KERNEL); in dcn302_hubbub_create()
296 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL); in dcn302_vpg_create()
328 struct dcn30_afmt *afmt3 = kzalloc(sizeof(struct dcn30_afmt), GFP_KERNEL); in dcn302_afmt_create()
403 enc1 = kzalloc(sizeof(struct dcn10_stream_encoder), GFP_KERNEL); in dcn302_stream_encoder_create()
442 struct dce110_clk_src *clk_src = kzalloc(sizeof(struct dce110_clk_src), GFP_KERNEL); in dcn302_clock_source_create()
471 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); in dcn302_hwseq_create()
503 struct dcn20_hubp *hubp2 = kzalloc(sizeof(struct dcn20_hubp), GFP_KERNEL); in dcn302_hubp_create()
537 struct dcn3_dpp *dpp = kzalloc(sizeof(struct dcn3_dpp), GFP_KERNEL); in dcn302_dpp_create()
571 struct dcn20_opp *opp = kzalloc(sizeof(struct dcn20_opp), GFP_KERNEL); in dcn302_opp_create()
603 struct optc *tgn10 = kzalloc(sizeof(struct optc), GFP_KERNEL); in dcn302_timing_generator_create()
[all …]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn303/
H A Ddcn303_resource.c232 struct dcn20_hubbub *hubbub3 = kzalloc(sizeof(struct dcn20_hubbub), GFP_KERNEL); in dcn303_hubbub_create()
271 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL); in dcn303_vpg_create()
300 struct dcn30_afmt *afmt3 = kzalloc(sizeof(struct dcn30_afmt), GFP_KERNEL); in dcn303_afmt_create()
372 enc1 = kzalloc(sizeof(struct dcn10_stream_encoder), GFP_KERNEL); in dcn303_stream_encoder_create()
408 struct dce110_clk_src *clk_src = kzalloc(sizeof(struct dce110_clk_src), GFP_KERNEL); in dcn303_clock_source_create()
437 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); in dcn303_hwseq_create()
466 struct dcn20_hubp *hubp2 = kzalloc(sizeof(struct dcn20_hubp), GFP_KERNEL); in dcn303_hubp_create()
497 struct dcn3_dpp *dpp = kzalloc(sizeof(struct dcn3_dpp), GFP_KERNEL); in dcn303_dpp_create()
528 struct dcn20_opp *opp = kzalloc(sizeof(struct dcn20_opp), GFP_KERNEL); in dcn303_opp_create()
557 struct optc *tgn10 = kzalloc(sizeof(struct optc), GFP_KERNEL); in dcn303_timing_generator_create()
[all …]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dce100/
H A Ddce100_resource.c467 kzalloc(sizeof(struct dce110_timing_generator), GFP_KERNEL); in dce100_timing_generator_create()
481 kzalloc(sizeof(struct dce110_stream_encoder), GFP_KERNEL); in dce100_stream_encoder_create()
509 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); in dce100_hwseq_create()
562 struct dce_mem_input *dce_mi = kzalloc(sizeof(struct dce_mem_input), in dce100_mem_input_create()
586 kzalloc(sizeof(struct dce_transform), GFP_KERNEL); in dce100_transform_create()
599 struct dce_ipp *ipp = kzalloc(sizeof(struct dce_ipp), GFP_KERNEL); in dce100_ipp_create()
623 kzalloc(sizeof(struct dce110_link_encoder), GFP_KERNEL); in dce100_link_encoder_create()
644 kzalloc(sizeof(struct dce_panel_cntl), GFP_KERNEL); in dce100_panel_cntl_create()
663 kzalloc(sizeof(struct dce110_opp), GFP_KERNEL); in dce100_opp_create()
678 kzalloc(sizeof(struct aux_engine_dce110), GFP_KERNEL); in dce100_aux_engine_create()
[all …]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn314/
H A Ddcn314_resource.c968 kzalloc(sizeof(struct dcn3_dpp), GFP_KERNEL); in dcn31_dpp_create()
986 kzalloc(sizeof(struct dcn20_opp), GFP_KERNEL); in dcn31_opp_create()
1003 kzalloc(sizeof(struct aux_engine_dce110), GFP_KERNEL); in dcn31_aux_engine_create()
1062 kzalloc(sizeof(struct dce_i2c_hw), GFP_KERNEL); in dcn31_i2c_hw_create()
1077 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), in dcn31_mpc_create()
1097 struct dcn20_hubbub *hubbub3 = kzalloc(sizeof(struct dcn20_hubbub), in dcn31_hubbub_create()
1130 kzalloc(sizeof(struct optc), GFP_KERNEL); in dcn31_timing_generator_create()
1164 kzalloc(sizeof(struct dcn20_link_encoder), GFP_KERNEL); in dcn31_link_encoder_create()
1193 enc20 = kzalloc(sizeof(struct dcn20_link_encoder), GFP_KERNEL); in dcn31_link_enc_create_minimal()
1210 kzalloc(sizeo in dcn31_panel_cntl_create()
[all...]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dce60/
H A Ddce60_resource.c500 kzalloc(sizeof(struct dce110_timing_generator), GFP_KERNEL); in dce60_timing_generator_create()
514 kzalloc(sizeof(struct dce110_opp), GFP_KERNEL); in dce60_opp_create()
529 kzalloc(sizeof(struct aux_engine_dce110), GFP_KERNEL); in dce60_aux_engine_create()
567 kzalloc(sizeof(struct dce_i2c_hw), GFP_KERNEL); in dce60_i2c_hw_create()
582 kzalloc(sizeof(struct dce_i2c_sw), GFP_KERNEL); in dce60_i2c_sw_create()
596 kzalloc(sizeof(struct dce110_stream_encoder), GFP_KERNEL); in dce60_stream_encoder_create()
625 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); in dce60_hwseq_create()
670 struct dce_mem_input *dce_mi = kzalloc(sizeof(struct dce_mem_input), in dce60_mem_input_create()
694 kzalloc(sizeof(struct dce_transform), GFP_KERNEL); in dce60_transform_create()
717 kzalloc(sizeof(struct dce110_link_encoder), GFP_KERNEL); in dce60_link_encoder_create()
[all …]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dce80/
H A Ddce80_resource.c507 kzalloc(sizeof(struct dce110_timing_generator), GFP_KERNEL); in dce80_timing_generator_create()
521 kzalloc(sizeof(struct dce110_opp), GFP_KERNEL); in dce80_opp_create()
536 kzalloc(sizeof(struct aux_engine_dce110), GFP_KERNEL); in dce80_aux_engine_create()
574 kzalloc(sizeof(struct dce_i2c_hw), GFP_KERNEL); in dce80_i2c_hw_create()
589 kzalloc(sizeof(struct dce_i2c_sw), GFP_KERNEL); in dce80_i2c_sw_create()
603 kzalloc(sizeof(struct dce110_stream_encoder), GFP_KERNEL); in dce80_stream_encoder_create()
632 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); in dce80_hwseq_create()
677 struct dce_mem_input *dce_mi = kzalloc(sizeof(struct dce_mem_input), in dce80_mem_input_create()
701 kzalloc(sizeof(struct dce_transform), GFP_KERNEL); in dce80_transform_create()
724 kzalloc(sizeof(struct dce110_link_encoder), GFP_KERNEL); in dce80_link_encoder_create()
[all …]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn316/
H A Ddcn316_resource.c912 kzalloc(sizeof(struct dcn3_dpp), GFP_KERNEL); in dcn31_dpp_create()
930 kzalloc(sizeof(struct dcn20_opp), GFP_KERNEL); in dcn31_opp_create()
947 kzalloc(sizeof(struct aux_engine_dce110), GFP_KERNEL); in dcn31_aux_engine_create()
984 kzalloc(sizeof(struct dce_i2c_hw), GFP_KERNEL); in dcn31_i2c_hw_create()
999 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), in dcn31_mpc_create()
1019 struct dcn20_hubbub *hubbub3 = kzalloc(sizeof(struct dcn20_hubbub), in dcn31_hubbub_create()
1052 kzalloc(sizeof(struct optc), GFP_KERNEL); in dcn31_timing_generator_create()
1086 kzalloc(sizeof(struct dcn20_link_encoder), GFP_KERNEL); in dcn31_link_encoder_create()
1115 enc20 = kzalloc(sizeof(struct dcn20_link_encoder), GFP_KERNEL); in dcn31_link_enc_create_minimal()
1132 kzalloc(sizeo in dcn31_panel_cntl_create()
[all...]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dce120/
H A Ddce120_resource.c430 kzalloc(sizeof(struct dce110_opp), GFP_KERNEL); in dce120_opp_create()
444 kzalloc(sizeof(struct aux_engine_dce110), GFP_KERNEL); in dce120_aux_engine_create()
482 kzalloc(sizeof(struct dce_i2c_hw), GFP_KERNEL); in dce120_i2c_hw_create()
540 kzalloc(sizeof(*clk_src), GFP_KERNEL); in dce120_clock_source_create()
581 kzalloc(sizeof(struct dce110_timing_generator), GFP_KERNEL); in dce120_timing_generator_create()
706 kzalloc(sizeof(struct dce110_link_encoder), GFP_KERNEL); in dce120_link_encoder_create()
728 kzalloc(sizeof(struct dce_panel_cntl), GFP_KERNEL); in dce120_panel_cntl_create()
745 struct dce_ipp *ipp = kzalloc(sizeof(struct dce_ipp), GFP_KERNEL); in dce120_ipp_create()
762 kzalloc(sizeof(struct dce110_stream_encoder), GFP_KERNEL); in dce120_stream_encoder_create()
805 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); in dce120_hwseq_create()
[all …]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn301/
H A Ddcn301_resource.c714 kzalloc(sizeof(struct dcn3_dpp), GFP_KERNEL); in dcn301_dpp_create()
731 kzalloc(sizeof(struct dcn20_opp), GFP_KERNEL); in dcn301_opp_create()
746 kzalloc(sizeof(struct aux_engine_dce110), GFP_KERNEL); in dcn301_aux_engine_create()
780 kzalloc(sizeof(struct dce_i2c_hw), GFP_KERNEL); in dcn301_i2c_hw_create()
795 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), in dcn301_mpc_create()
815 struct dcn20_hubbub *hubbub3 = kzalloc(sizeof(struct dcn20_hubbub), in dcn301_hubbub_create()
846 kzalloc(sizeof(struct optc), GFP_KERNEL); in dcn301_timing_generator_create()
880 kzalloc(sizeof(struct dcn20_link_encoder), GFP_KERNEL); in dcn301_link_encoder_create()
900 kzalloc(sizeof(struct dcn301_panel_cntl), GFP_KERNEL); in dcn301_panel_cntl_create()
949 struct dcn30_vpg *vpg3 = kzalloc(sizeof(struct dcn30_vpg), GFP_KERNEL); in dcn301_vpg_create()
[all …]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dce110/
H A Ddce110_resource.c515 kzalloc(sizeof(struct dce110_timing_generator), GFP_KERNEL); in dce110_timing_generator_create()
529 kzalloc(sizeof(struct dce110_stream_encoder), GFP_KERNEL); in dce110_stream_encoder_create()
562 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); in dce110_hwseq_create()
607 struct dce_mem_input *dce_mi = kzalloc(sizeof(struct dce_mem_input), in dce110_mem_input_create()
631 kzalloc(sizeof(struct dce_transform), GFP_KERNEL); in dce110_transform_create()
644 struct dce_ipp *ipp = kzalloc(sizeof(struct dce_ipp), GFP_KERNEL); in dce110_ipp_create()
668 kzalloc(sizeof(struct dce110_link_encoder), GFP_KERNEL); in dce110_link_encoder_create()
689 kzalloc(sizeof(struct dce_panel_cntl), GFP_KERNEL); in dce110_panel_cntl_create()
708 kzalloc(sizeof(struct dce110_opp), GFP_KERNEL); in dce110_opp_create()
723 kzalloc(sizeof(struct aux_engine_dce110), GFP_KERNEL); in dce110_aux_engine_create()
[all …]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn31/
H A Ddcn31_resource.c918 kzalloc(sizeof(struct dcn3_dpp), GFP_KERNEL); in dcn31_dpp_create()
936 kzalloc(sizeof(struct dcn20_opp), GFP_KERNEL); in dcn31_opp_create()
953 kzalloc(sizeof(struct aux_engine_dce110), GFP_KERNEL); in dcn31_aux_engine_create()
990 kzalloc(sizeof(struct dce_i2c_hw), GFP_KERNEL); in dcn31_i2c_hw_create()
1005 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), in dcn31_mpc_create()
1025 struct dcn20_hubbub *hubbub3 = kzalloc(sizeof(struct dcn20_hubbub), in dcn31_hubbub_create()
1058 kzalloc(sizeof(struct optc), GFP_KERNEL); in dcn31_timing_generator_create()
1092 kzalloc(sizeof(struct dcn20_link_encoder), GFP_KERNEL); in dcn31_link_encoder_create()
1121 enc20 = kzalloc(sizeof(struct dcn20_link_encoder), GFP_KERNEL); in dcn31_link_enc_create_minimal()
1138 kzalloc(sizeo in dcn31_panel_cntl_create()
[all...]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn201/
H A Ddcn201_resource.c630 kzalloc(sizeof(struct dcn201_dpp), GFP_ATOMIC); in dcn201_dpp_create()
647 kzalloc(sizeof(struct dcn10_ipp), GFP_ATOMIC); in dcn201_ipp_create()
663 kzalloc(sizeof(struct dcn201_opp), GFP_ATOMIC); in dcn201_opp_create()
678 kzalloc(sizeof(struct aux_engine_dce110), GFP_ATOMIC); in dcn201_aux_engine_create()
711 kzalloc(sizeof(struct dce_i2c_hw), GFP_ATOMIC); in dcn201_i2c_hw_create()
724 struct dcn201_mpc *mpc201 = kzalloc(sizeof(struct dcn201_mpc), in dcn201_mpc_create()
741 struct dcn20_hubbub *hubbub = kzalloc(sizeof(struct dcn20_hubbub), in dcn201_hubbub_create()
760 kzalloc(sizeof(struct optc), GFP_ATOMIC); in dcn201_timing_generator_create()
794 kzalloc(sizeof(struct dcn20_link_encoder), GFP_ATOMIC); in dcn201_link_encoder_create()
820 kzalloc(sizeof(struct dce110_clk_src), GFP_ATOMIC); in dcn201_clock_source_create()
[all …]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn315/
H A Ddcn315_resource.c916 kzalloc(sizeof(struct dcn3_dpp), GFP_KERNEL); in dcn31_dpp_create()
934 kzalloc(sizeof(struct dcn20_opp), GFP_KERNEL); in dcn31_opp_create()
951 kzalloc(sizeof(struct aux_engine_dce110), GFP_KERNEL); in dcn31_aux_engine_create()
988 kzalloc(sizeof(struct dce_i2c_hw), GFP_KERNEL); in dcn31_i2c_hw_create()
1003 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), in dcn31_mpc_create()
1023 struct dcn20_hubbub *hubbub3 = kzalloc(sizeof(struct dcn20_hubbub), in dcn31_hubbub_create()
1056 kzalloc(sizeof(struct optc), GFP_KERNEL); in dcn31_timing_generator_create()
1090 kzalloc(sizeof(struct dcn20_link_encoder), GFP_KERNEL); in dcn31_link_encoder_create()
1119 enc20 = kzalloc(sizeof(struct dcn20_link_encoder), GFP_KERNEL); in dcn31_link_enc_create_minimal()
1136 kzalloc(sizeo in dcn31_panel_cntl_create()
[all...]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_resource.c581 kzalloc(sizeof(struct dcn10_dpp), GFP_KERNEL); in dcn10_dpp_create()
595 kzalloc(sizeof(struct dcn10_ipp), GFP_KERNEL); in dcn10_ipp_create()
612 kzalloc(sizeof(struct dcn10_opp), GFP_KERNEL); in dcn10_opp_create()
628 kzalloc(sizeof(struct aux_engine_dce110), GFP_KERNEL); in dcn10_aux_engine_create()
665 kzalloc(sizeof(struct dce_i2c_hw), GFP_KERNEL); in dcn10_i2c_hw_create()
677 struct dcn10_mpc *mpc10 = kzalloc(sizeof(struct dcn10_mpc), in dcn10_mpc_create()
694 struct dcn10_hubbub *dcn10_hubbub = kzalloc(sizeof(struct dcn10_hubbub), in dcn10_hubbub_create()
713 kzalloc(sizeof(struct optc), GFP_KERNEL); in dcn10_timing_generator_create()
746 kzalloc(sizeof(struct dcn10_link_encoder), GFP_KERNEL); in dcn10_link_encoder_create()
770 kzalloc(sizeof(struct dce_panel_cntl), GFP_KERNEL); in dcn10_panel_cntl_create()
[all …]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn21/
H A Ddcn21_resource.c487 kzalloc(sizeof(struct dcn10_ipp), GFP_KERNEL); in dcn21_ipp_create()
504 kzalloc(sizeof(struct dcn20_dpp), GFP_KERNEL); in dcn21_dpp_create()
523 kzalloc(sizeof(struct aux_engine_dce110), GFP_KERNEL); in dcn21_aux_engine_create()
560 kzalloc(sizeof(struct dce_i2c_hw), GFP_KERNEL); in dcn21_i2c_hw_create()
979 kzalloc(sizeof(struct dce110_clk_src), GFP_KERNEL); in dcn21_clock_source_create()
1000 kzalloc(sizeof(struct dcn21_hubp), GFP_KERNEL); in dcn21_hubp_create()
1018 struct dcn20_hubbub *hubbub = kzalloc(sizeof(struct dcn20_hubbub), in dcn21_hubbub_create()
1047 kzalloc(sizeof(struct dcn20_opp), GFP_KERNEL); in dcn21_opp_create()
1063 kzalloc(sizeof(struct optc), GFP_KERNEL); in dcn21_timing_generator_create()
1082 struct dcn20_mpc *mpc20 = kzalloc(sizeof(struct dcn20_mpc), in dcn21_mpc_create()
[all …]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn321/
H A Ddcn321_resource.c742 kzalloc(sizeof(struct aux_engine_dce110), GFP_KERNEL); in dcn321_aux_engine_create()
782 kzalloc(sizeof(struct dce_i2c_hw), GFP_KERNEL); in dcn321_i2c_hw_create()
809 kzalloc(sizeof(struct dce110_clk_src), GFP_KERNEL); in dcn321_clock_source_create()
829 struct dcn20_hubbub *hubbub2 = kzalloc(sizeof(struct dcn20_hubbub), in dcn321_hubbub_create()
885 kzalloc(sizeof(struct dcn20_hubp), GFP_KERNEL); in dcn321_hubp_create()
917 kzalloc(sizeof(struct dcn3_dpp), GFP_KERNEL); in dcn321_dpp_create()
943 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), in dcn321_mpc_create()
967 kzalloc(sizeof(struct dcn20_opp), GFP_KERNEL); in dcn321_opp_create()
992 kzalloc(sizeof(struct optc), GFP_KERNEL); in dcn321_timing_generator_create()
1033 kzalloc(sizeo in dcn321_link_encoder_create()
[all...]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dce112/
H A Ddce112_resource.c496 kzalloc(sizeof(struct dce110_timing_generator), GFP_KERNEL); in dce112_timing_generator_create()
510 kzalloc(sizeof(struct dce110_stream_encoder), GFP_KERNEL); in dce112_stream_encoder_create()
539 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); in dce112_hwseq_create()
579 struct dce_mem_input *dce_mi = kzalloc(sizeof(struct dce_mem_input), in dce112_mem_input_create()
602 kzalloc(sizeof(struct dce_transform), GFP_KERNEL); in dce112_transform_create()
629 kzalloc(sizeof(struct dce110_link_encoder), GFP_KERNEL); in dce112_link_encoder_create()
650 kzalloc(sizeof(struct dce_panel_cntl), GFP_KERNEL); in dce112_panel_cntl_create()
667 struct dce_ipp *ipp = kzalloc(sizeof(struct dce_ipp), GFP_KERNEL); in dce112_ipp_create()
684 kzalloc(sizeof(struct dce110_opp), GFP_KERNEL); in dce112_opp_create()
699 kzalloc(sizeof(struct aux_engine_dce110), GFP_KERNEL); in dce112_aux_engine_create()
[all …]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_dccg.c61 struct dcn_dccg *dccg_dcn = kzalloc(sizeof(*dccg_dcn), GFP_KERNEL); in dccg3_create()
86 struct dcn_dccg *dccg_dcn = kzalloc(sizeof(*dccg_dcn), GFP_KERNEL); in dccg30_create()
H A Ddcn30_resource.c751 kzalloc(sizeof(struct dcn3_dpp), GFP_KERNEL); in dcn30_dpp_create()
769 kzalloc(sizeof(struct dcn20_opp), GFP_KERNEL); in dcn30_opp_create()
786 kzalloc(sizeof(struct aux_engine_dce110), GFP_KERNEL); in dcn30_aux_engine_create()
825 kzalloc(sizeof(struct dce_i2c_hw), GFP_KERNEL); in dcn30_i2c_hw_create()
841 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), in dcn30_mpc_create()
861 struct dcn20_hubbub *hubbub3 = kzalloc(sizeof(struct dcn20_hubbub), in dcn30_hubbub_create()
891 kzalloc(sizeof(struct optc), GFP_KERNEL); in dcn30_timing_generator_create()
925 kzalloc(sizeof(struct dcn20_link_encoder), GFP_KERNEL); in dcn30_link_encoder_create()
945 kzalloc(sizeof(struct dce_panel_cntl), GFP_KERNEL); in dcn30_panel_cntl_create()
979 struct dcn30_vpg *vpg3 = kzalloc(sizeo in dcn30_vpg_create()
[all...]
/openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crtc.c183 work = kzalloc(sizeof(*work), GFP_ATOMIC); in dm_set_vblank()
238 state = kzalloc(sizeof(*state), GFP_KERNEL); in dm_crtc_duplicate_state()
276 state = kzalloc(sizeof(*state), GFP_KERNEL); in dm_crtc_reset_state()
440 cursor_plane = kzalloc(sizeof(*cursor_plane), GFP_KERNEL); in amdgpu_dm_crtc_init()
447 acrtc = kzalloc(sizeof(struct amdgpu_crtc), GFP_KERNEL); in amdgpu_dm_crtc_init()
/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dintel_dsi.c92 host = kzalloc(sizeof(*host), GFP_KERNEL); in intel_dsi_host_init()
107 device = kzalloc(sizeof(*device), GFP_KERNEL); in intel_dsi_host_init()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn32/
H A Ddcn32_resource.c743 kzalloc(sizeof(struct aux_engine_dce110), GFP_KERNEL); in dcn32_aux_engine_create()
783 kzalloc(sizeof(struct dce_i2c_hw), GFP_KERNEL); in dcn32_i2c_hw_create()
810 kzalloc(sizeof(struct dce110_clk_src), GFP_KERNEL); in dcn32_clock_source_create()
830 struct dcn20_hubbub *hubbub2 = kzalloc(sizeof(struct dcn20_hubbub), in dcn32_hubbub_create()
886 kzalloc(sizeof(struct dcn20_hubp), GFP_KERNEL); in dcn32_hubp_create()
918 kzalloc(sizeof(struct dcn3_dpp), GFP_KERNEL); in dcn32_dpp_create()
944 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), in dcn32_mpc_create()
968 kzalloc(sizeof(struct dcn20_opp), GFP_KERNEL); in dcn32_opp_create()
993 kzalloc(sizeof(struct optc), GFP_KERNEL); in dcn32_timing_generator_create()
1034 kzalloc(sizeo in dcn32_link_encoder_create()
[all...]
/openbsd-src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dprocess_pptables_v1_0.c168 table = kzalloc(struct_size(table, entries, max_levels), GFP_KERNEL); in get_vddc_lookup_table()
203 struct phm_ppm_table *ptr = kzalloc(sizeof(*ptr), GFP_KERNEL); in get_platform_power_management_table()
324 table = kzalloc(struct_size(table, values, clk_volt_pp_table->count), in get_valid_clk()
374 mclk_table = kzalloc(struct_size(mclk_table, entries, mclk_dep_table->ucNumEntries), in get_mclk_voltage_dependency_table()
418 sclk_table = kzalloc(struct_size(sclk_table, entries, tonga_table->ucNumEntries), in get_sclk_voltage_dependency_table()
447 sclk_table = kzalloc(struct_size(sclk_table, entries, polaris_table->ucNumEntries), in get_sclk_voltage_dependency_table()
494 pcie_table = kzalloc(struct_size(pcie_table, entries, in get_pcie_table()
531 pcie_table = kzalloc(struct_size(pcie_table, entries, in get_pcie_table()
577 tdp_table = kzalloc(table_size, GFP_KERNEL); in get_cac_tdp_table()
582 hwmgr->dyn_state.cac_dtp_table = kzalloc(table_size, GFP_KERNEL); in get_cac_tdp_table()
[all …]
/openbsd-src/sys/dev/pci/drm/
H A Ddrm_atomic_state_helper.c116 kzalloc(sizeof(*crtc->state), GFP_KERNEL); in drm_atomic_helper_crtc_reset()
316 plane->state = kzalloc(sizeof(*plane->state), GFP_KERNEL); in drm_atomic_helper_plane_reset()
456 kzalloc(sizeof(*conn_state), GFP_KERNEL); in drm_atomic_helper_connector_reset()
745 new = kzalloc(sizeof(*new), GFP_KERNEL); in drm_atomic_helper_bridge_duplicate_state()
803 bridge_state = kzalloc(sizeof(*bridge_state), GFP_KERNEL); in drm_atomic_helper_bridge_reset()

12345678910>>...15