| /linux-6.15/drivers/gpu/nova-core/ |
| H A D | gpu.rs | 17 pub(crate) enum Chipset { 21 impl Chipset { impl 22 pub(crate) const ALL: &'static [Chipset] = &[ 23 $( Chipset::$variant, )* 36 impl TryFrom<u32> for Chipset { 41 $( $value => Ok(Chipset::$variant), )* 70 impl Chipset { implementation 94 impl fmt::Display for Chipset { implementation 130 chipset: Chipset,
|
| H A D | firmware.rs | 38 while i < gpu::Chipset::NAMES.len() { in create() 39 this = this.make_entry_chipset(gpu::Chipset::NAMES[i]); in create()
|
| /linux-6.15/drivers/video/fbdev/nvidia/ |
| H A D | nv_hw.c | 152 if (((par->Chipset & 0xfff0) == 0x0290) || in nvGetClocks() 153 ((par->Chipset & 0xfff0) == 0x0390)) { in nvGetClocks() 201 ((par->Chipset & 0x0ff0) == 0x0330)) { in nvGetClocks() 688 if ((par->Chipset & 0x0FF0) == 0x01A0) { in nForceUpdateArbitrationSettings() 904 if ((par->Chipset & 0xfff0) == 0x0240 || in NVCalcStateExt() 905 (par->Chipset & 0xfff0) == 0x03d0) { in NVCalcStateExt() 963 (par->Chipset & 0xfff0) == 0x0040) { in NVLoadStateExt() 1244 switch (par->Chipset & 0xfff0) { in NVLoadStateExt() 1389 if(((par->Chipset & 0xfff0) in NVLoadStateExt() 1391 ((par->Chipset & 0xfff0) in NVLoadStateExt() [all …]
|
| H A D | nv_setup.c | 230 u32 implementation = par->Chipset & 0x0ff0; in nv10GetConfig() 242 if ((par->Chipset & 0xffff) == 0x01a0) { in nv10GetConfig() 247 } else if ((par->Chipset & 0xffff) == 0x01f0) { in nv10GetConfig() 275 u16 implementation = par->Chipset & 0x0ff0; in NVCommonSetup() 325 par->BlendingPossible = ((par->Chipset & 0xffff) != 0x0020); in NVCommonSetup() 328 switch (par->Chipset & 0xffff) { in NVCommonSetup() 408 if ((par->Chipset & 0x0fff) <= 0x0020) in NVCommonSetup()
|
| H A D | nvidia.c | 177 if (((par->Chipset & 0xffff) == 0x0328) && (state->bpp == 32)) { in nvidia_panel_tweak() 182 if ((par->Chipset & 0xfff0) == 0x0310) in nvidia_panel_tweak() 462 if ((par->Chipset & 0x0ff0) != 0x0110) in nvidia_calc_regs() 471 if ((par->Chipset & 0x0ff0) == 0x0110) { in nvidia_calc_regs() 619 if ((par->Chipset & 0x0ff0) == 0x0110) in nvidiafb_set_par() 1227 static u32 nvidia_get_arch(u32 Chipset) in nvidia_get_arch() argument 1231 switch (Chipset & 0x0ff0) { in nvidia_get_arch() 1285 int Chipset; in nvidiafb_probe() local 1310 Chipset = nvidia_get_chipset(pd, REGS); in nvidiafb_probe() 1311 Architecture = nvidia_get_arch(Chipset); in nvidiafb_probe() [all …]
|
| H A D | nv_type.h | 106 int Chipset; member
|
| /linux-6.15/drivers/video/fbdev/riva/ |
| H A D | nv_driver.c | 103 switch(par->Chipset & 0xffff) { in riva_is_second() 159 unsigned int chipset = par->Chipset; in riva_get_memlen() 341 switch (par->Chipset & 0xffff) { in riva_common_setup() 377 switch (par->Chipset & 0x0ff0) { in riva_common_setup() 379 if (par->Chipset == NV_CHIP_GEFORCE2_GO) in riva_common_setup() 421 RivaGetConfig(&par->riva, par->pdev, par->Chipset); in riva_common_setup()
|
| H A D | rivafb.h | 59 unsigned int Chipset; member
|
| H A D | riva_hw.c | 1278 if((chip->Chipset == NV_CHIP_IGEFORCE2) || in CalcStateExt() 1279 (chip->Chipset == NV_CHIP_0x01F0)) in CalcStateExt() 1627 if((chip->Chipset & 0x0ff0) == 0x0110) { in LoadStateExt() 1630 if((chip->Chipset & 0x0ff0) >= 0x0170) { in LoadStateExt() 1783 if((chip->Chipset & 0x0ff0) == 0x0110) { in UnloadStateExt() 1786 if((chip->Chipset & 0x0ff0) >= 0x0170) { in UnloadStateExt() 2220 chip->Chipset = chipset; in RivaGetConfig()
|
| H A D | riva_hw.h | 428 U032 Chipset; member
|
| H A D | fbdev.c | 1930 default_par->Chipset = (pd->vendor << 16) | pd->device; in rivafb_probe() 1931 printk(KERN_INFO PFX "nVidia device/chipset %X\n",default_par->Chipset); in rivafb_probe()
|
| /linux-6.15/drivers/misc/mei/ |
| H A D | Kconfig | 24 7 Series Chipset Family 25 6 Series Chipset Family 26 5 Series Chipset Family 27 4 Series Chipset Family 28 Mobile 4 Series Chipset Family
|
| /linux-6.15/Documentation/hwmon/ |
| H A D | asus_ec_sensors.rst | 46 1. Chipset (PCH) temperature 53 8. Chipset fan RPM
|
| H A D | cgbc-hwmon.rst | 35 temp6_input Chipset temperature
|
| H A D | asus_wmi_sensors.rst | 61 * Chipset Temperature,
|
| H A D | dell-smm-hwmon.rst | 292 - 5 indicates Chipset fan
|
| /linux-6.15/drivers/gpu/drm/nouveau/include/nvrm/535.113.01/nvidia/inc/kernel/gpu/gsp/ |
| H A D | gsp_static_config.h | 157 NvU32 Chipset; member
|
| /linux-6.15/Documentation/gpu/nova/core/ |
| H A D | todo.rst | 29 A good example from nova-core would be the ``Chipset`` enum type, which defines 33 implementation (``Chipset::from_u32`` for this.
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-class-scsi_host | 6 SCU controller. The Intel(R) C600 Series Chipset SATA/SAS
|
| /linux-6.15/drivers/eisa/ |
| H A D | eisa.ids | 625 ICU02F0 "Gateway Ethertwist 16 (Fujitsu Chipset)" 626 ICU02F1 "Gateway Ethertwist 16 (National Chipset)" 627 ICU0300 "Gateway Ethertwist PC/PC-WS(National Chipset)"
|
| /linux-6.15/Documentation/devicetree/bindings/arm/ |
| H A D | qcom.yaml | 1191 Subtype ID unique to a Platform Type/Chipset ID. For a given
|
| /linux-6.15/Documentation/firmware-guide/acpi/ |
| H A D | enumeration.rst | 12 SoC/Chipset to appear only in ACPI namespace. These are typically devices
|
| /linux-6.15/drivers/scsi/ |
| H A D | Kconfig | 691 tristate "Intel(R) C600 Series Chipset SAS Controller"
|
| /linux-6.15/ |
| H A D | CREDITS | 1609 D: Active-ATA-Chipset maddness..........
|