Jump to content

informazioni GPU "Scorrette"


kernele

Recommended Posts

questo mi appare nelle info si sistema.

nulla di grave, funziona tutto come deve, però mi resta la curiosità di capire il perché

 

questo sarebbe lo spoof della wx 3200:

non mi pare ci sia qualcosa di sbagliato.

mi riferisco a 3200,,,,,,,,,,,,,,

 

o è una punizione divina perché non uso quasi mai punteggiatura?

tipo: ,,,,,,,,;;;;;;;;......... queste te le regalo che sono gratis 🙂

 

/*
 * Intel ACPI Component Architecture
 * AML/ASL+ Disassembler version 20200925 (64-bit version)
 * Copyright (c) 2000 - 2020 Intel Corporation
 * 
 * Disassembling to symbolic ASL+ operators
 *
 * Disassembly of iASLrHdBw8.aml, Sun Nov 30 18:14:55 2025
 *
 * Original Table Header:
 *     Signature        "SSDT"
 *     Length           0x00000106 (262)
 *     Revision         0x02
 *     Checksum         0x44
 *     OEM ID           "DRTNIA"
 *     OEM Table ID     "AMDGPU"
 *     OEM Revision     0x00001000 (4096)
 *     Compiler ID      "INTL"
 *     Compiler Version 0x20200925 (538970405)
 */
DefinitionBlock ("", "SSDT", 2, "DRTNIA", "AMDGPU", 0x00001000)
{
    External (_SB_.PCI0, DeviceObj)
    External (_SB_.PCI0.PEG0.PEGP, DeviceObj)

    Scope (\_SB.PCI0.PEG0.PEGP)
    {
        If (_OSI ("Darwin"))
        {
            Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
            {
                Local0 = Package (0x04)
                    {
                        "device-id", 
                        Buffer (0x04)
                        {
                             0xE3, 0x67, 0x00, 0x00                           // .g..
                        }, 

                        "model", 
                        Buffer (0x1D)
                        {
                            "Radeon PRO WX 3200"
                        }
                    }
                DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                Return (Local0)
            }
        }
    }

    Scope (\_SB.PCI0)
    {
        Method (DTGP, 5, NotSerialized)
        {
            If ((Arg0 == ToUUID ("a0b5b7c6-1318-441c-b0c9-fe695eaf949b") /* Unknown UUID */))
            {
                If ((Arg1 == One))
                {
                    If ((Arg2 == Zero))
                    {
                        Arg4 = Buffer (One)
                            {
                                 0x03                                             // .
                            }
                        Return (One)
                    }

                    If ((Arg2 == One))
                    {
                        Return (One)
                    }
                }
            }

            Arg4 = Buffer (One)
                {
                     0x00                                             // .
                }
            Return (Zero)
        }
    }
}

 

Screenshot 2025-11-30 alle 18.14.37.jpg

Link to comment
Share on other sites

fatto. in questo modo è riconosciuta correttamente, ma n molti programmi non mi da accelerazione hardware.

handbrake, avidemux, videoproc.

accelerati in codifica dalla gpu restano solo i programmi "grossi" come resolve, topaz e final cut (che non uso comunque.)

Screenshot 2025-11-30 alle 20.46.22.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • There are no registered users currently online
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.