Mediatek Jargon: Difference between revisions

From cabochon
Jump to navigationJump to search
Created page with "= Mediatek Jargon = * SLBC ** System Level Buffer and Cache. Part of the EMI. DRAM cache that appears to be for I/O. Improves system performance and is not required. ** https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/6074016 * EMI ** External memory interconnect? Also referred to as the interconnect (ICC) or DRAM scheduler or DRAM controller. * DVFSRC ** Dynamic Voltage and Frequency Scaling Resource Controller. Collects requests from softwa..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
= Mediatek Jargon =
= Mediatek Jargon =


* SLBC
== SoC Components ==
** System Level Buffer and Cache. Part of the EMI. DRAM cache that appears to be for I/O. Improves system performance and is not required.
** https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/6074016


* EMI
=== SLBC ===
** External memory interconnect? Also referred to as the interconnect (ICC) or DRAM scheduler or DRAM controller.
* Only on MT8196?
* System Level Buffer and Cache. Part of the EMI. DRAM cache that appears to be for I/O. Improves system performance and is not required.
* https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/6074016


* DVFSRC
=== EMI ===
** Dynamic Voltage and Frequency Scaling Resource Controller. Collects requests from software and hardware to decide on minimum operating voltage and DRAM frequency. Talks to the EMI to set DRAM stuff and talks to regulators to set voltage.
* External memory interconnect?
** https://lore.kernel.org/all/20240610085735.147134-1-angelogioacchino.delregno@collabora.com/
* Also referred to as the interconnect (ICC) or DRAM scheduler or DRAM controller.


* MMSYS
=== DVFSRC ===
** Multimedia subsystem? Includes display, camera, video encode/decode, image processing, vpu.
* Dynamic Voltage and Frequency Scaling Resource Controller. Collects requests from software and hardware to decide on minimum operating voltage and DRAM frequency. Talks to the EMI to set DRAM stuff and talks to regulators to set voltage.
* https://lore.kernel.org/all/20240610085735.147134-1-angelogioacchino.delregno@collabora.com/
 
=== MMSYS ===
* Multimedia subsystem
* Includes display, camera, video encode/decode, image processing, vpu.
 
==== Display Hardware ====
* OVL: Overlay(?), source of image data.
* DSI: In Chromebooks, the output that goes to the internal display.
* DPI: In Chromebooks, the output that goes to the external display.
 
=== SCPSYS ===
* System Control Processor subsystem.
* spm (system power manager)
 
=== PMIC WRAP ===
* Wrapper hardware to interface to PMICs.
 
=== SPMI ===
* Standard interface for power management.
* MTK has its own version of this (PMIF).
 
=== CMDQ ===
* Mediatek Command Queue.
* Used for time sensitive register access (such as configuring display hardware).
==== GCE ====
* Global Command Engine
* The mailbox used by cmdq to configure the display pipeline.
 
=== SCP ===
* System Companion Processor
* Offloads certain tasks TODO: add what scp controls here
 
=== SMI ===
* Smart Multimedia Interface
* Enables/disables iommus
* Controls power domains and clocks
* Used only for display hardware? (i think only the display controller is behind an iommu, at least on older SoCs)
==== LARBs ====
* Local arbiters

Latest revision as of 03:34, 18 December 2025

Mediatek Jargon

SoC Components

SLBC

EMI

  • External memory interconnect?
  • Also referred to as the interconnect (ICC) or DRAM scheduler or DRAM controller.

DVFSRC

MMSYS

  • Multimedia subsystem
  • Includes display, camera, video encode/decode, image processing, vpu.

Display Hardware

  • OVL: Overlay(?), source of image data.
  • DSI: In Chromebooks, the output that goes to the internal display.
  • DPI: In Chromebooks, the output that goes to the external display.

SCPSYS

  • System Control Processor subsystem.
  • spm (system power manager)

PMIC WRAP

  • Wrapper hardware to interface to PMICs.

SPMI

  • Standard interface for power management.
  • MTK has its own version of this (PMIF).

CMDQ

  • Mediatek Command Queue.
  • Used for time sensitive register access (such as configuring display hardware).

GCE

  • Global Command Engine
  • The mailbox used by cmdq to configure the display pipeline.

SCP

  • System Companion Processor
  • Offloads certain tasks TODO: add what scp controls here

SMI

  • Smart Multimedia Interface
  • Enables/disables iommus
  • Controls power domains and clocks
  • Used only for display hardware? (i think only the display controller is behind an iommu, at least on older SoCs)

LARBs

  • Local arbiters