€• mŒ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ŒPortuguese (Brazilian)”…””}”hh‚sbah}”(h]”h ]”h"]”h$]”h&]”Œ refdomain”h)Œreftype”h+Œ reftarget”Œ0/translations/pt_BR/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.”…””}”(hjh²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ºhjh²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 requester 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 requester line, and the physical DMA channel is assigned on the fly when the transfer is issued.”…””}”(hj/h²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÜh³hÊh´K)hjh²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”…””}”(hjHh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÜh³hÊh´K.hjDubah}”(h]”h ]”h"]”h$]”h&]”uh1jBhj?h²hh³hÊh´Nubah}”(h]”h ]”h"]”h$]”h&]”Œenumtype”Œ loweralpha”Œprefix”hŒsuffix”Œ)”Œstart”Kuh1j=hjh²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 | +------------+-----+---------------+----------------+-----------------+”…””}”hjjsbah}”(h]”h ]”h"]”h$]”h&]”Œ xml:space”Œpreserve”uh1jhh³hÊh´K2hjh²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 :”…””}”(hjzh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÜh³hÊh´K6hjh²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]”(jC)”}”(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´K9hj“ubah}”(h]”h ]”h"]”h$]”h&]”uh1jBhjubjC)”}”(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”…””}”(hj\h²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÜh³hÊh´KdhjXubah}”(h]”h ]”h"]”h$]”h&]”uh1jBhjUh²hh³hÊh´NubjC)”}”(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]”(jC)”}”(hŒ&there are not "acked" transfers (tx0) ”h]”hÝ)”}”(hŒ%there are not "acked" transfers (tx0)”h]”hŒ)there are not “acked†transfers (tx0)”…””}”(hjLh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÜh³hÊh´KhjHubah}”(h]”h ]”h"]”h$]”h&]”uh1jBhjEubjC)”}”(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”…””}”(hjdh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÜh³hÊh´K’hj`ubah}”(h]”h ]”h"]”h$]”h&]”uh1jBhjEubjC)”}”(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”…””}”(hj|h²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÜh³hÊh´K”hjxubah}”(h]”h ]”h"]”h$]”h&]”uh1jBhjEubjC)”}”(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–hjubah}”(h]”h ]”h"]”h$]”h&]”uh1jBhjEubjC)”}”(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&]”uh1jBhjEubjC)”}”(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&]”uh1jBhjEubjC)”}”(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&]”uh1jBhjEubjC)”}”(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&]”uh1jBhjEubjC)”}”(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¢hjubah}”(h]”h ]”h"]”h$]”h&]”uh1jBhjEubeh}”(h]”h ]”h"]”h$]”h&]”jùjúuh1jŽh³hÊh´KhjAubhÝ)”}”(hŒ,This translates into (after tx4 is issued) :”h]”hŒ,This translates into (after tx4 is issued) :”…””}”(hj&h²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÜh³hÊh´K¥hjAubj)”}”(hhh]”jC)”}”(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§hj7ubah}”(h]”h ]”h"]”h$]”h&]”uh1jBhj4ubah}”(h]”h ]”h"]”h$]”h&]”jùjúuh1jŽh³hÊh´K§hjAubji)”}”(hŒÛ+-----+ +-----+ +-----+ +-----+ | tx1 | | tx2 | | tx3 | | tx4 | +---|-+ ^---|-+ ^-----+ +-----+ | | | | +---+ +---+ - submitted queue +-----+ +-----+ | tx5 | | tx6 | +---|-+ ^-----+ | | +---+”h]”hŒÛ+-----+ +-----+ +-----+ +-----+ | tx1 | | tx2 | | tx3 | | tx4 | +---|-+ ^---|-+ ^-----+ +-----+ | | | | +---+ +---+ - submitted queue +-----+ +-----+ | tx5 | | tx6 | +---|-+ ^-----+ | | +---+”…””}”hjUsbah}”(h]”h ]”h"]”h$]”h&]”jxjyuh1jhh³hÊh´K«hjAubeh}”(h]”h ]”h"]”h$]”h&]”uh1jˆh³hÊh´Khjh²hubj)”}”(hhh]”(jC)”}”(hŒcompleted queue : empty ”h]”hÝ)”}”(hŒcompleted queue : empty”h]”hŒcompleted queue : empty”…””}”(hjph²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÜh³hÊh´K·hjlubah}”(h]”h ]”h"]”h$]”h&]”uh1jBhjih²hh³hÊh´NubjC)”}”(hŒallocated queue : tx0 ”h]”hÝ)”}”(hŒallocated queue : tx0”h]”hŒallocated queue : tx0”…””}”(hjˆh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÜh³hÊh´K¹hj„ubah}”(h]”h ]”h"]”h$]”h&]”uh1jBhjih²hh³hÊh´Nubeh}”(h]”h ]”h"]”h$]”h&]”jùjúuh1jŽh³hÊh´K·hjh²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»hjh²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¾hjh²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Ù‰uh}”(jÞh·jhËjÖjuŒ 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)”…””}”(hjnh²hh³Nh´Nubah}”(h]”h ]”h"]”h$]”h&]”uh1hÜhjkubah}”(h]”h ]”h"]”h$]”h&]”Œlevel”KŒtype”ŒINFO”Œsource”hÊŒline”Kuh1jihjh²hh³hÊh´K.ubaŒtransform_messages”]”Œ transformer”NŒ include_log”]”Œ decoration”Nh²hub.