Home
last modified time | relevance | path

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

12345678910>>...15

/openbsd/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()
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()
320 struct clk_mgr_dcn316 *clk_mgr = kzalloc(sizeof(*clk_mgr), GFP_KERNEL); in dc_clk_mgr_create()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn302/
H A Ddcn302_resource.c296 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()
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()
648 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), GFP_KERNEL); in dcn302_mpc_create()
679 struct dcn20_dsc *dsc = kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn302_dsc_create()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn303/
H A Ddcn303_resource.c271 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()
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()
594 struct dcn30_mpc *mpc30 = kzalloc(sizeof(struct dcn30_mpc), GFP_KERNEL); in dcn303_mpc_create()
622 struct dcn20_dsc *dsc = kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn303_dsc_create()
[all …]
/openbsd/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()
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()
716 kzalloc(sizeof(struct dce_i2c_hw), GFP_KERNEL); in dce100_i2c_hw_create()
734 kzalloc(sizeof(struct dce110_clk_src), GFP_KERNEL); in dce100_clock_source_create()
[all …]
/openbsd/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()
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()
1210 kzalloc(sizeof(struct dcn31_panel_cntl), GFP_KERNEL); in dcn31_panel_cntl_create()
1570 kzalloc(sizeof(struct dcn20_hubp), GFP_KERNEL); in dcn31_hubp_create()
1638 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn314_dsc_create()
1666 kzalloc(sizeof(struct dce110_clk_src), GFP_KERNEL); in dcn31_clock_source_create()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/dce60/
H A Ddce60_resource.c514 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()
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()
738 kzalloc(sizeof(struct dce_panel_cntl), GFP_KERNEL); in dce60_panel_cntl_create()
760 kzalloc(sizeof(struct dce110_clk_src), GFP_KERNEL); in dce60_clock_source_create()
1123 kzalloc(sizeof(struct dce110_resource_pool), GFP_KERNEL); in dce60_create_resource_pool()
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/dce80/
H A Ddce80_resource.c521 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()
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()
745 kzalloc(sizeof(struct dce_panel_cntl), GFP_KERNEL); in dce80_panel_cntl_create()
767 kzalloc(sizeof(struct dce110_clk_src), GFP_KERNEL); in dce80_clock_source_create()
1137 kzalloc(sizeof(struct dce110_resource_pool), GFP_KERNEL); in dce80_create_resource_pool()
[all …]
/openbsd/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()
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()
1132 kzalloc(sizeof(struct dcn31_panel_cntl), GFP_KERNEL); in dcn31_panel_cntl_create()
1493 kzalloc(sizeof(struct dcn20_hubp), GFP_KERNEL); in dcn31_hubp_create()
1561 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn31_dsc_create()
[all …]
/openbsd/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()
884 kzalloc(sizeof(struct dce_transform), GFP_KERNEL); in dce120_transform_create()
[all …]
/openbsd/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()
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()
1158 kzalloc(sizeof(struct dcn20_hubp), GFP_KERNEL); in dcn301_hubp_create()
1226 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn301_dsc_create()
[all …]
/openbsd/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()
631 kzalloc(sizeof(struct dce_transform), GFP_KERNEL); in dce110_transform_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()
761 kzalloc(sizeof(struct dce_i2c_hw), GFP_KERNEL); in dce110_i2c_hw_create()
779 kzalloc(sizeof(struct dce110_clk_src), GFP_KERNEL); in dce110_clock_source_create()
1252 struct dce110_opp *dce110_oppv = kzalloc(sizeof(*dce110_oppv), in underlay_create()
[all …]
/openbsd/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()
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()
1138 kzalloc(sizeof(struct dcn31_panel_cntl), GFP_KERNEL); in dcn31_panel_cntl_create()
1498 kzalloc(sizeof(struct dcn20_hubp), GFP_KERNEL); in dcn31_hubp_create()
1566 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn31_dsc_create()
1594 kzalloc(sizeof(struct dce110_clk_src), GFP_KERNEL); in dcn31_clock_source_create()
[all …]
/openbsd/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()
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()
855 kzalloc(sizeof(struct dcn10_stream_encoder), GFP_ATOMIC); in dcn201_stream_encoder_create()
982 kzalloc(sizeof(struct dcn201_hubp), GFP_ATOMIC); in dcn201_hubp_create()
[all …]
/openbsd/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()
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()
1136 kzalloc(sizeof(struct dcn31_panel_cntl), GFP_KERNEL); in dcn31_panel_cntl_create()
1495 kzalloc(sizeof(struct dcn20_hubp), GFP_KERNEL); in dcn31_hubp_create()
1563 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn31_dsc_create()
[all …]
/openbsd/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()
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()
792 kzalloc(sizeof(struct dce110_clk_src), GFP_KERNEL); in dcn10_clock_source_create()
828 kzalloc(sizeof(struct dcn10_stream_encoder), GFP_KERNEL); in dcn10_stream_encoder_create()
[all …]
/openbsd/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()
1047 kzalloc(sizeof(struct dcn20_opp), GFP_KERNEL); in dcn21_opp_create()
1063 kzalloc(sizeof(struct optc), GFP_KERNEL); in dcn21_timing_generator_create()
1111 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn21_dsc_create()
1315 kzalloc(sizeof(struct dcn21_link_encoder), GFP_KERNEL); in dcn21_link_encoder_create()
[all …]
/openbsd/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()
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(sizeof(struct dcn20_link_encoder), GFP_KERNEL); in dcn321_link_encoder_create()
1544 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn321_dsc_create()
[all …]
/openbsd/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()
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()
737 kzalloc(sizeof(struct dce_i2c_hw), GFP_KERNEL); in dce112_i2c_hw_create()
755 kzalloc(sizeof(struct dce110_clk_src), GFP_KERNEL); in dce112_clock_source_create()
[all …]
/openbsd/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()
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()
1199 kzalloc(sizeof(struct dcn20_hubp), GFP_KERNEL); in dcn30_hubp_create()
1267 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn30_dsc_create()
[all …]
/openbsd/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/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/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()
886 kzalloc(sizeof(struct dcn20_hubp), GFP_KERNEL); in dcn32_hubp_create()
918 kzalloc(sizeof(struct dcn3_dpp), GFP_KERNEL); in dcn32_dpp_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(sizeof(struct dcn20_link_encoder), GFP_KERNEL); in dcn32_link_encoder_create()
1078 kzalloc(sizeof(struct dcn31_panel_cntl), GFP_KERNEL); in dcn32_panel_cntl_create()
1559 kzalloc(sizeof(struct dcn20_dsc), GFP_KERNEL); in dcn32_dsc_create()
[all …]
/openbsd/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()
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()
765 pp_gpio_table = kzalloc(table_size, GFP_KERNEL); in get_gpio_table()
[all …]
/openbsd/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