Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/drivers/gpu/drm/nouveau/include/nvkm/core/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 1 kB image not shown  

Quelle  tegra.h   Sprache: C

 
/* SPDX-License-Identifier: MIT */
#ifndef __NVKM_DEVICE_TEGRA_H__
#define __NVKM_DEVICE_TEGRA_H__
#include <core/device.h>
#include <core/mm.h>

struct nvkm_device_tegra {
 const struct nvkm_device_tegra_func *func;
 struct nvkm_device device;
 struct platform_device *pdev;

 struct reset_control *rst;
 struct clk *clk;
 struct clk *clk_ref;
 struct clk *clk_pwr;

 struct regulator *vdd;

 struct {
  /*
 * Protects accesses to mm from subsystems
 */

  struct mutex mutex;

  struct nvkm_mm mm;
  struct iommu_domain *domain;
  unsigned long pgshift;
 } iommu;

 int gpu_speedo;
 int gpu_speedo_id;
};

struct nvkm_device_tegra_func {
 /*
 * If an IOMMU is used, indicates which address bit will trigger a
 * IOMMU translation when set (when this bit is not set, IOMMU is
 * bypassed). A value of 0 means an IOMMU is never used.
 */

 u8 iommu_bit;
 /*
 * Whether the chip requires a reference clock
 */

 bool require_ref_clk;
 /*
 * Whether the chip requires the VDD regulator
 */

 bool require_vdd;
};

int nvkm_device_tegra_new(const struct nvkm_device_tegra_func *,
     struct platform_device *,
     const char *cfg, const char *dbg,
     struct nvkm_device **);
#endif

Messung V0.5
C=96 H=96 G=95

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.