Ignore:
Timestamp:
09/03/2023 04:28:08 PM (10 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
0fa2f6ef, c51235c
Parents:
addfe49b
Message:

intel-media: Add -DARL=OFF for device specific build

Note that if ARL=ON (the default) but MTL=OFF, this package FTBFS.
Once an Arrow Lake CPU is launched we may need to review the issue.

File:
1 edited

Legend:

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

    raddfe49b r970a73c  
    136136        <!-- This reduce the size of iHD_drv_video.so from 319M to 157M
    137137             for me.  -->
     138        <!-- It seems ARL depends on MTL.  We need to review once an Arrow
     139             Lake CPU is launched.  -->
    138140        <para>
    139141          If you know the model of your Intel GPU, you can pass the
    140           <option>-D{GEN{8,9,10,11,12},MTL}=OFF</option> option to the
     142          <option>-D{GEN{8,9,10,11,12},MTL,ARL}=OFF</option> option to the
    141143          <command>cmake</command> command but leaving the option for your
    142144          GPU out.  Note that the <quote>GEN</quote> number here is the
    143145          generation of the GPU, not the CPU.  For example, with an Intel
    144146          Core i7-1065G7 CPU shipping a 11th-generation Intel GPU, the
    145           <option>-D{GEN{8,9,10,12},MTL}=OFF</option> option can be used
     147          <option>-D{GEN{8,9,10,12},MTL,ARL}=OFF</option> option can be used
    146148          so the code specific to the other generations of Intel GPUs won't
    147149          be built.
Note: See TracChangeset for help on using the changeset viewer.