€•AlŒsphinx.addnodes”Œdocument”“”)”}”(Œ rawsource”Œ”Œchildren”]”(Œ translations”Œ LanguagesNode”“”)”}”(hhh]”(hŒ pending_xref”“”)”}”(hhh]”Œdocutils.nodes”ŒText”“”ŒChinese (Simplified)”…””}”Œparent”hsbaŒ attributes”}”(Œids”]”Œclasses”]”Œnames”]”Œdupnames”]”Œbackrefs”]”Œ refdomain”Œstd”Œreftype”Œdoc”Œ reftarget”Œ0/translations/zh_CN/driver-api/dmaengine/pxa_dma”Œmodname”NŒ classname”NŒ refexplicit”ˆuŒtagname”hhh ubh)”}”(hhh]”hŒChinese (Traditional)”…””}”hh2sbah}”(h]”h ]”h"]”h$]”h&]”Œ refdomain”h)Œreftype”h+Œ reftarget”Œ0/translations/zh_TW/driver-api/dmaengine/pxa_dma”Œmodname”NŒ classname”NŒ refexplicit”ˆuh1hhh ubh)”}”(hhh]”hŒItalian”…””}”hhFsbah}”(h]”h ]”h"]”h$]”h&]”Œ refdomain”h)Œreftype”h+Œ reftarget”Œ0/translations/it_IT/driver-api/dmaengine/pxa_dma”Œmodname”NŒ classname”NŒ refexplicit”ˆuh1hhh ubh)”}”(hhh]”hŒJapanese”…””}”hhZsbah}”(h]”h ]”h"]”h$]”h&]”Œ refdomain”h)Œreftype”h+Œ reftarget”Œ0/translations/ja_JP/driver-api/dmaengine/pxa_dma”Œmodname”NŒ classname”NŒ refexplicit”ˆuh1hhh ubh)”}”(hhh]”hŒKorean”…””}”hhnsbah}”(h]”h ]”h"]”h$]”h&]”Œ refdomain”h)Œreftype”h+Œ reftarget”Œ0/translations/ko_KR/driver-api/dmaengine/pxa_dma”Œmodname”NŒ classname”NŒ refexplicit”ˆuh1hhh ubh)”}”(hhh]”hŒSpanish”…””}”hh‚sbah}”(h]”h ]”h"]”h$]”h&]”Œ refdomain”h)Œreftype”h+Œ reftarget”Œ0/translations/sp_SP/driver-api/dmaengine/pxa_dma”Œmodname”NŒ classname”NŒ refexplicit”ˆuh1hhh ubeh}”(h]”h ]”h"]”h$]”h&]”Œcurrent_language”ŒEnglish”uh1h hhŒ _document”hŒsource”NŒline”NubhŒsection”“”)”}”(hhh]”(hŒtitle”“”)”}”(hŒPXA/MMP - DMA Slave controller”h]”hŒPXA/MMP - DMA Slave controller”…””}”(hh¨hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h¦hh£hžhhŸŒJ/var/lib/git/docbuild/linux/Documentation/driver-api/dmaengine/pxa_dma.rst”h Kubh¢)”}”(hhh]”(h§)”}”(hŒ Constraints”h]”hŒ Constraints”…””}”(hhºhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h¦hh·hžhhŸh¶h KubhŒ paragraph”“”)”}”(hX4a) Transfers hot queuing A driver submitting a transfer and issuing it should be granted the transfer is queued even on a running DMA channel. This implies that the queuing doesn't wait for the previous transfer end, and that the descriptor chaining is not only done in the irq/tasklet code triggered by the end of the transfer. A transfer which is submitted and issued on a phy doesn't wait for a phy to stop and restart, but is submitted on a "running channel". The other drivers, especially mmp_pdma waited for the phy to stop before relaunching a new transfer.”h]”hX<a) Transfers hot queuing A driver submitting a transfer and issuing it should be granted the transfer is queued even on a running DMA channel. This implies that the queuing doesn’t wait for the previous transfer end, and that the descriptor chaining is not only done in the irq/tasklet code triggered by the end of the transfer. A transfer which is submitted and issued on a phy doesn’t wait for a phy to stop and restart, but is submitted on a “running channelâ€. The other drivers, especially mmp_pdma waited for the phy to stop before relaunching a new transfer.”…””}”(hhÊhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÈhŸh¶h Khh·hžhubhÉ)”}”(hX<b) All transfers having asked for confirmation should be signaled Any issued transfer with DMA_PREP_INTERRUPT should trigger a callback call. This implies that even if an irq/tasklet is triggered by end of tx1, but at the time of irq/dma tx2 is already finished, tx1->complete() and tx2->complete() should be called.”h]”hX<b) All transfers having asked for confirmation should be signaled Any issued transfer with DMA_PREP_INTERRUPT should trigger a callback call. This implies that even if an irq/tasklet is triggered by end of tx1, but at the time of irq/dma tx2 is already finished, tx1->complete() and tx2->complete() should be called.”…””}”(hhØhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÈhŸh¶h Khh·hžhubhÉ)”}”(hXvc) Channel running state A driver should be able to query if a channel is running or not. For the multimedia case, such as video capture, if a transfer is submitted and then a check of the DMA channel reports a "stopped channel", the transfer should not be issued until the next "start of frame interrupt", hence the need to know if a channel is in running or stopped state.”h]”hX~c) Channel running state A driver should be able to query if a channel is running or not. For the multimedia case, such as video capture, if a transfer is submitted and then a check of the DMA channel reports a “stopped channelâ€, the transfer should not be issued until the next “start of frame interruptâ€, hence the need to know if a channel is in running or stopped state.”…””}”(hhæhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÈhŸh¶h Khh·hžhubhÉ)”}”(hXFd) Bandwidth guarantee The PXA architecture has 4 levels of DMAs priorities : high, normal, low. The high priorities get twice as much bandwidth as the normal, which get twice as much as the low priorities. A driver should be able to request a priority, especially the real-time ones such as pxa_camera with (big) throughputs.”h]”hXFd) Bandwidth guarantee The PXA architecture has 4 levels of DMAs priorities : high, normal, low. The high priorities get twice as much bandwidth as the normal, which get twice as much as the low priorities. A driver should be able to request a priority, especially the real-time ones such as pxa_camera with (big) throughputs.”…””}”(hhôhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÈhŸh¶h K hh·hžhubeh}”(h]”Œ constraints”ah ]”h"]”Œ constraints”ah$]”h&]”uh1h¡hh£hžhhŸh¶h Kubh¢)”}”(hhh]”(h§)”}”(hŒDesign”h]”hŒDesign”…””}”(hj hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h¦hj hžhhŸh¶h K(ubhÉ)”}”(hŒÒa) Virtual channels Same concept as in sa11x0 driver, ie. a driver was assigned a "virtual channel" linked to the requestor line, and the physical DMA channel is assigned on the fly when the transfer is issued.”h]”hŒÖa) Virtual channels Same concept as in sa11x0 driver, ie. a driver was assigned a “virtual channel†linked to the requestor line, and the physical DMA channel is assigned on the fly when the transfer is issued.”…””}”(hjhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÈhŸh¶h K)hj hžhubhŒenumerated_list”“”)”}”(hhh]”hŒ list_item”“”)”}”(hŒ/Transfer anatomy for a scatter-gather transfer ”h]”hÉ)”}”(hŒ.Transfer anatomy for a scatter-gather transfer”h]”hŒ.Transfer anatomy for a scatter-gather transfer”…””}”(hj4hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÈhŸh¶h K.hj0ubah}”(h]”h ]”h"]”h$]”h&]”uh1j.hj+hžhhŸh¶h Nubah}”(h]”h ]”h"]”h$]”h&]”Œenumtype”Œ loweralpha”Œprefix”hŒsuffix”Œ)”Œstart”Kuh1j)hj hžhhŸh¶h K.ubhŒ literal_block”“”)”}”(hŒ×+------------+-----+---------------+----------------+-----------------+ | desc-sg[0] | ... | desc-sg[last] | status updater | finisher/linker | +------------+-----+---------------+----------------+-----------------+”h]”hŒ×+------------+-----+---------------+----------------+-----------------+ | desc-sg[0] | ... | desc-sg[last] | status updater | finisher/linker | +------------+-----+---------------+----------------+-----------------+”…””}”hjVsbah}”(h]”h ]”h"]”h$]”h&]”Œ xml:space”Œpreserve”uh1jThŸh¶h K2hj hžhubhÉ)”}”(hŒOThis structure is pointed by dma->sg_cpu. The descriptors are used as follows :”h]”hŒOThis structure is pointed by dma->sg_cpu. The descriptors are used as follows :”…””}”(hjfhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÈhŸh¶h K6hj hžhubhŒ block_quote”“”)”}”(hXê- desc-sg[i]: i-th descriptor, transferring the i-th sg element to the video buffer scatter gather - status updater Transfers a single u32 to a well known dma coherent memory to leave a trace that this transfer is done. The "well known" is unique per physical channel, meaning that a read of this value will tell which is the last finished transfer at that point in time. - finisher: has ddadr=DADDR_STOP, dcmd=ENDIRQEN - linker: has ddadr= desc-sg[0] of next transfer, dcmd=0 ”h]”hŒ bullet_list”“”)”}”(hhh]”(j/)”}”(hŒadesc-sg[i]: i-th descriptor, transferring the i-th sg element to the video buffer scatter gather ”h]”hÉ)”}”(hŒ`desc-sg[i]: i-th descriptor, transferring the i-th sg element to the video buffer scatter gather”h]”hŒ`desc-sg[i]: i-th descriptor, transferring the i-th sg element to the video buffer scatter gather”…””}”(hjƒhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÈhŸh¶h K9hjubah}”(h]”h ]”h"]”h$]”h&]”uh1j.hj|ubj/)”}”(hXstatus updater Transfers a single u32 to a well known dma coherent memory to leave a trace that this transfer is done. The "well known" is unique per physical channel, meaning that a read of this value will tell which is the last finished transfer at that point in time. ”h]”hÉ)”}”(hXstatus updater Transfers a single u32 to a well known dma coherent memory to leave a trace that this transfer is done. The "well known" is unique per physical channel, meaning that a read of this value will tell which is the last finished transfer at that point in time.”h]”hXstatus updater Transfers a single u32 to a well known dma coherent memory to leave a trace that this transfer is done. The “well known†is unique per physical channel, meaning that a read of this value will tell which is the last finished transfer at that point in time.”…””}”(hj›hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÈhŸh¶h Kif Buffer1 and Buffer2 had all their addresses 8 bytes aligned”h]”hŒ>if Buffer1 and Buffer2 had all their addresses 8 bytes aligned”…””}”(hjHhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÈhŸh¶h KdhjDubah}”(h]”h ]”h"]”h$]”h&]”uh1j.hjAhžhhŸh¶h Nubj/)”}”(hŒ tx2 is cold chained to tx1 - a driver issued tx1+tx2 => channel is running in aligned mode - a driver submitted an aligned tx3 => tx3 is hot-chained - a driver submitted an unaligned tx4 => tx4 is put in submitted queue, not chained - a driver issued tx4 => tx4 is put in issued queue, not chained - a driver submitted an aligned tx5 => tx5 is put in submitted queue, not chained - a driver submitted an aligned tx6 => tx6 is put in submitted queue, cold chained to tx5 This translates into (after tx4 is issued) : - issued queue :: +-----+ +-----+ +-----+ +-----+ | tx1 | | tx2 | | tx3 | | tx4 | +---|-+ ^---|-+ ^-----+ +-----+ | | | | +---+ +---+ - submitted queue +-----+ +-----+ | tx5 | | tx6 | +---|-+ ^-----+ | | +---+ ”h]”(j{)”}”(hhh]”(j/)”}”(hŒ&there are not "acked" transfers (tx0) ”h]”hÉ)”}”(hŒ%there are not "acked" transfers (tx0)”h]”hŒ)there are not “acked†transfers (tx0)”…””}”(hj8hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÈhŸh¶h Khj4ubah}”(h]”h ]”h"]”h$]”h&]”uh1j.hj1ubj/)”}”(hŒ/a driver submitted an aligned tx1, not chained ”h]”hÉ)”}”(hŒ.a driver submitted an aligned tx1, not chained”h]”hŒ.a driver submitted an aligned tx1, not chained”…””}”(hjPhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÈhŸh¶h K’hjLubah}”(h]”h ]”h"]”h$]”h&]”uh1j.hj1ubj/)”}”(hŒ@a driver submitted an aligned tx2 => tx2 is cold chained to tx1 ”h]”hÉ)”}”(hŒ?a driver submitted an aligned tx2 => tx2 is cold chained to tx1”h]”hŒ?a driver submitted an aligned tx2 => tx2 is cold chained to tx1”…””}”(hjhhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÈhŸh¶h K”hjdubah}”(h]”h ]”h"]”h$]”h&]”uh1j.hj1ubj/)”}”(hŒ>a driver issued tx1+tx2 => channel is running in aligned mode ”h]”hÉ)”}”(hŒ=a driver issued tx1+tx2 => channel is running in aligned mode”h]”hŒ=a driver issued tx1+tx2 => channel is running in aligned mode”…””}”(hj€hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÈhŸh¶h K–hj|ubah}”(h]”h ]”h"]”h$]”h&]”uh1j.hj1ubj/)”}”(hŒ8a driver submitted an aligned tx3 => tx3 is hot-chained ”h]”hÉ)”}”(hŒ7a driver submitted an aligned tx3 => tx3 is hot-chained”h]”hŒ7a driver submitted an aligned tx3 => tx3 is hot-chained”…””}”(hj˜hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÈhŸh¶h K˜hj”ubah}”(h]”h ]”h"]”h$]”h&]”uh1j.hj1ubj/)”}”(hŒRa driver submitted an unaligned tx4 => tx4 is put in submitted queue, not chained ”h]”hÉ)”}”(hŒQa driver submitted an unaligned tx4 => tx4 is put in submitted queue, not chained”h]”hŒQa driver submitted an unaligned tx4 => tx4 is put in submitted queue, not chained”…””}”(hj°hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÈhŸh¶h Kšhj¬ubah}”(h]”h ]”h"]”h$]”h&]”uh1j.hj1ubj/)”}”(hŒ?a driver issued tx4 => tx4 is put in issued queue, not chained ”h]”hÉ)”}”(hŒ>a driver issued tx4 => tx4 is put in issued queue, not chained”h]”hŒ>a driver issued tx4 => tx4 is put in issued queue, not chained”…””}”(hjÈhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÈhŸh¶h KhjÄubah}”(h]”h ]”h"]”h$]”h&]”uh1j.hj1ubj/)”}”(hŒPa driver submitted an aligned tx5 => tx5 is put in submitted queue, not chained ”h]”hÉ)”}”(hŒOa driver submitted an aligned tx5 => tx5 is put in submitted queue, not chained”h]”hŒOa driver submitted an aligned tx5 => tx5 is put in submitted queue, not chained”…””}”(hjàhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÈhŸh¶h KŸhjÜubah}”(h]”h ]”h"]”h$]”h&]”uh1j.hj1ubj/)”}”(hŒXa driver submitted an aligned tx6 => tx6 is put in submitted queue, cold chained to tx5 ”h]”hÉ)”}”(hŒWa driver submitted an aligned tx6 => tx6 is put in submitted queue, cold chained to tx5”h]”hŒWa driver submitted an aligned tx6 => tx6 is put in submitted queue, cold chained to tx5”…””}”(hjøhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÈhŸh¶h K¢hjôubah}”(h]”h ]”h"]”h$]”h&]”uh1j.hj1ubeh}”(h]”h ]”h"]”h$]”h&]”jåjæuh1jzhŸh¶h Khj-ubhÉ)”}”(hŒ,This translates into (after tx4 is issued) :”h]”hŒ,This translates into (after tx4 is issued) :”…””}”(hjhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÈhŸh¶h K¥hj-ubj{)”}”(hhh]”j/)”}”(hŒ issued queue ”h]”hÉ)”}”(hŒ issued queue”h]”hŒ issued queue”…””}”(hj'hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÈhŸh¶h K§hj#ubah}”(h]”h ]”h"]”h$]”h&]”uh1j.hj ubah}”(h]”h ]”h"]”h$]”h&]”jåjæuh1jzhŸh¶h K§hj-ubjU)”}”(hŒÛ+-----+ +-----+ +-----+ +-----+ | tx1 | | tx2 | | tx3 | | tx4 | +---|-+ ^---|-+ ^-----+ +-----+ | | | | +---+ +---+ - submitted queue +-----+ +-----+ | tx5 | | tx6 | +---|-+ ^-----+ | | +---+”h]”hŒÛ+-----+ +-----+ +-----+ +-----+ | tx1 | | tx2 | | tx3 | | tx4 | +---|-+ ^---|-+ ^-----+ +-----+ | | | | +---+ +---+ - submitted queue +-----+ +-----+ | tx5 | | tx6 | +---|-+ ^-----+ | | +---+”…””}”hjAsbah}”(h]”h ]”h"]”h$]”h&]”jdjeuh1jThŸh¶h K«hj-ubeh}”(h]”h ]”h"]”h$]”h&]”uh1jthŸh¶h Khj hžhubj{)”}”(hhh]”(j/)”}”(hŒcompleted queue : empty ”h]”hÉ)”}”(hŒcompleted queue : empty”h]”hŒcompleted queue : empty”…””}”(hj\hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÈhŸh¶h K·hjXubah}”(h]”h ]”h"]”h$]”h&]”uh1j.hjUhžhhŸh¶h Nubj/)”}”(hŒallocated queue : tx0 ”h]”hÉ)”}”(hŒallocated queue : tx0”h]”hŒallocated queue : tx0”…””}”(hjthžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÈhŸh¶h K¹hjpubah}”(h]”h ]”h"]”h$]”h&]”uh1j.hjUhžhhŸh¶h Nubeh}”(h]”h ]”h"]”h$]”h&]”jåjæuh1jzhŸh¶h K·hj hžhubhÉ)”}”(hŒxIt should be noted that after tx3 is completed, the channel is stopped, and restarted in "unaligned mode" to handle tx4.”h]”hŒ|It should be noted that after tx3 is completed, the channel is stopped, and restarted in “unaligned mode†to handle tx4.”…””}”(hjŽhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÈhŸh¶h K»hj hžhubhÉ)”}”(hŒ/Author: Robert Jarzmik ”h]”(hŒAuthor: Robert Jarzmik <”…””}”(hjœhžhhŸNh NubhŒ reference”“”)”}”(hŒrobert.jarzmik@free.fr”h]”hŒrobert.jarzmik@free.fr”…””}”(hj¦hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”Œrefuri”Œmailto:robert.jarzmik@free.fr”uh1j¤hjœubhŒ>”…””}”(hjœhžhhŸNh Nubeh}”(h]”h ]”h"]”h$]”h&]”uh1hÈhŸh¶h K¾hj hžhubeh}”(h]”Œdesign”ah ]”h"]”Œdesign”ah$]”h&]”uh1h¡hh£hžhhŸh¶h K(ubeh}”(h]”Œpxa-mmp-dma-slave-controller”ah ]”h"]”Œpxa/mmp - dma slave controller”ah$]”h&]”uh1h¡hhhžhhŸh¶h Kubeh}”(h]”h ]”h"]”h$]”h&]”Œsource”h¶uh1hŒcurrent_source”NŒ current_line”NŒsettings”Œdocutils.frontend”ŒValues”“”)”}”(h¦NŒ generator”NŒ datestamp”NŒ source_link”NŒ source_url”NŒ toc_backlinks”Œentry”Œfootnote_backlinks”KŒ sectnum_xform”KŒstrip_comments”NŒstrip_elements_with_classes”NŒ strip_classes”NŒ report_level”KŒ halt_level”KŒexit_status_level”KŒdebug”NŒwarning_stream”NŒ traceback”ˆŒinput_encoding”Œ utf-8-sig”Œinput_encoding_error_handler”Œstrict”Œoutput_encoding”Œutf-8”Œoutput_encoding_error_handler”jóŒerror_encoding”Œutf-8”Œerror_encoding_error_handler”Œbackslashreplace”Œ language_code”Œen”Œrecord_dependencies”NŒconfig”NŒ id_prefix”hŒauto_id_prefix”Œid”Œ dump_settings”NŒdump_internals”NŒdump_transforms”NŒdump_pseudo_xml”NŒexpose_internals”NŒstrict_visitor”NŒ_disable_config”NŒ_source”h¶Œ _destination”NŒ _config_files”]”Œ7/var/lib/git/docbuild/linux/Documentation/docutils.conf”aŒfile_insertion_enabled”ˆŒ raw_enabled”KŒline_length_limit”M'Œpep_references”NŒ pep_base_url”Œhttps://peps.python.org/”Œpep_file_url_template”Œpep-%04d”Œrfc_references”NŒ rfc_base_url”Œ&https://datatracker.ietf.org/doc/html/”Œ tab_width”KŒtrim_footnote_reference_space”‰Œsyntax_highlight”Œlong”Œ smart_quotes”ˆŒsmartquotes_locales”]”Œcharacter_level_inline_markup”‰Œdoctitle_xform”‰Œ docinfo_xform”KŒsectsubtitle_xform”‰Œ image_loading”Œlink”Œembed_stylesheet”‰Œcloak_email_addresses”ˆŒsection_self_link”‰Œenv”NubŒreporter”NŒindirect_targets”]”Œsubstitution_defs”}”Œsubstitution_names”}”Œrefnames”}”Œrefids”}”Œnameids”}”(jÍjÊjjjÅjÂuŒ nametypes”}”(j͉j‰jʼnuh}”(jÊh£jh·jÂj uŒ footnote_refs”}”Œ citation_refs”}”Œ autofootnotes”]”Œautofootnote_refs”]”Œsymbol_footnotes”]”Œsymbol_footnote_refs”]”Œ footnotes”]”Œ citations”]”Œautofootnote_start”KŒsymbol_footnote_start”KŒ id_counter”Œ collections”ŒCounter”“”}”…”R”Œparse_messages”]”hŒsystem_message”“”)”}”(hhh]”hÉ)”}”(hŒ:Enumerated list start value not ordinal-1: "b" (ordinal 2)”h]”hŒ>Enumerated list start value not ordinal-1: “b†(ordinal 2)”…””}”(hjZhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÈhjWubah}”(h]”h ]”h"]”h$]”h&]”Œlevel”KŒtype”ŒINFO”Œsource”h¶Œline”Kuh1jUhj hžhhŸh¶h K.ubaŒtransform_messages”]”Œ transformer”NŒ include_log”]”Œ decoration”Nhžhub.