Changeset 9e51948 for multimedia/libdriv


Ignore:
Timestamp:
02/13/2024 03:37:20 AM (4 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, lazarus, trunk, xry111/llvm18
Children:
e9b8875
Parents:
600ea420
Message:

intel-media: Add how to determine the GPU model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/intel-media.xml

    r600ea420 r9e51948  
    151151          be built.
    152152        </para>
     153
     154        <para>
     155          To determine the model of the Intel GPU, run
     156          <command>lspci -nn | grep -Ei 'VGA|DISPLAY'</command> first.
     157          It will output some information about the GPU.  If the output
     158          contains <literal>Meteor Lake</literal>, the GPU model is
     159          <literal>MTL</literal>.  Otherwise, follow
     160          <ulink url='https://dgpu-docs.intel.com/devices/hardware-table.html'/>
     161          to find the entry for your GPU and the model of the GPU should
     162          be in the <quote>Architecture</quote> column.  The Xe and XeHPG
     163          architectures are covered by the <literal>GEN12</literal> model.
     164        </para>
     165        <!-- TODO: The info about MTL is my best guess, the referred Intel
     166        page does not contain Meteor Lake GPU PCI devicd ID as at Feb 2024.
     167        XeHPC is not enabled by default but they are some data center GPUs.
     168        Not sure if anyone will run LFS in a data center. -->
    153169      </note>
    154170
Note: See TracChangeset for help on using the changeset viewer.