MCPcopy
hub / github.com/AsahiLinux/m1n1 / set_version

Method set_version

proxyclient/m1n1/constructutils.py:882–887  ·  view source on GitHub ↗
(cls, u)

Source from the content-addressed store, hash-verified

880
881 @classmethod
882 def set_version(cls, u):
883 cls.set_version_key("V", u.version)
884 gpu = u.adt["/arm-io"].soc_generation.replace("H", "G")
885 if gpu == "G14" and u.adt["/chosen"].chip_id < 0x8000:
886 gpu = "G14X"
887 cls.set_version_key("G", gpu)
888
889def show_struct_trace(log=print):
890 for addr, desc in sorted(list(g_struct_trace)):

Callers 12

trace_agx_pwr.pyFile · 0.80
trace_dcp.pyFile · 0.80
trace_agx_defer.pyFile · 0.80
trace_agx.pyFile · 0.80
agx_renderframe.pyFile · 0.80
agx_1tri.pyFile · 0.80
agx_parallel.pyFile · 0.80
agx_deps.pyFile · 0.80
agx_cancel.pyFile · 0.80
agx_tlb.pyFile · 0.80
agx_boot.pyFile · 0.80

Calls 2

set_version_keyMethod · 0.80
replaceMethod · 0.80

Tested by

no test coverage detected