source: multimedia/libdriv/intel-media.xml@ efe8cf09

12.0 12.1 12.2 gimp3 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128
Last change on this file since efe8cf09 was cddcdb14, checked in by Xi Ruoyao <xry111@…>, 13 months ago

treewide: The remaining of kernel configuration rendering

  • Property mode set to 100644
File size: 6.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!--<!ENTITY intel-media-driver-version "23.2.4">-->
8
9 <!ENTITY intel-media-download-http "https://github.com/intel/media-driver/archive/refs/tags/intel-media-&intel-media-version;.tar.gz">
10 <!ENTITY intel-media-download-ftp " ">
11 <!ENTITY intel-media-md5sum "3b5eda7543298f7fecbce14af5fa1385">
12 <!ENTITY intel-media-size "28 MB">
13 <!ENTITY intel-media-buildsize "2.5 GB (357 MB installed)">
14 <!ENTITY intel-media-time "10 SBU (with parallelism=4)">
15
16]>
17
18 <sect1 id="intel-media" xreflabel="intel-media-&intel-media-version;">
19 <?dbhtml filename="intel-media.html"?>
20
21 <sect1info>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>intel-media-&intel-media-version;</title>
26
27 <indexterm zone="intel-media">
28 <primary sortas="a-intel-media">intel-media</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to intel-media</title>
33
34 <para>
35 The <application>intel-media</application> package provides a
36 VA API driver for Intel GPUs that are provided with Broadwell CPUs and
37 higher. This includes support for a variety of codecs.
38 </para>
39
40 &lfs113_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&intel-media-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&intel-media-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &intel-media-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &intel-media-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &intel-media-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &intel-media-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76<!--
77 <bridgehead renderas="sect2">Additional Downloads</bridgehead>
78 <itemizedlist spacing="compact">
79 <listitem>
80 <para>
81 Required patch:
82 <ulink url="&patch-root;/intel-media-&intel-media-version;-upstream_fixes-1.patch"/>
83 </para>
84 </listitem>
85 </itemizedlist>
86-->
87
88 <note>
89 <para>
90 The tarball <filename>intel-media-&intel-media-version;.tar.gz</filename>
91 will extract to the directory
92 <filename class="directory">media-driver-intel-media-&intel-media-version;</filename>.
93 </para>
94 </note>
95
96 <bridgehead renderas="sect3">intel-media Dependencies</bridgehead>
97
98 <bridgehead renderas="sect4">Required</bridgehead>
99 <para role="required">
100 <xref linkend="cmake"/>,
101 <xref linkend="intel-gmmlib"/>, and
102 <xref linkend="libva"/>
103 </para>
104
105 </sect2>
106
107 <sect2 role="kernel" id='intel-media-kernel'>
108 <title>Kernel Configuration</title>
109
110 <para>
111 Enable the following options in the kernel configuration.
112 Recompile the kernel if necessary:
113 </para>
114
115 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
116 href="intel-media-kernel.xml"/>
117
118 <indexterm zone="intel-media intel-media-kernel">
119 <primary sortas="d-intel-media">intel-media</primary>
120 </indexterm>
121 </sect2>
122
123 <!-- TODO: It's said Gen9+ (Skylake or later) may need some firmware files. -->
124
125 <sect2 role="installation">
126 <title>Installation of intel-media</title>
127
128 <note>
129 <para>
130 This package takes a long time to build because it compiles code
131 specific to each individual generation of Intel GPUs and for a
132 variety of media codecs.
133 </para>
134
135 <!-- This reduce the size of iHD_drv_video.so from 319M to 157M
136 for me. -->
137 <para>
138 If you know the model of your Intel GPU, you can pass the
139 <option>-D{GEN{8,9,10,11,12},MTL}=OFF</option> option to the
140 <command>cmake</command> command but leaving the option for your
141 GPU out. Note that the <quote>GEN</quote> number here is the
142 generation of the GPU, not the CPU. For example, with an Intel
143 Core i7-1065G7 CPU shipping a 11th-generation Intel GPU, the
144 <option>-D{GEN{8,9,10,12},MTL}=OFF</option> option can be used
145 so the code specific to the other generations of Intel GPUs won't
146 be built.
147 </para>
148 </note>
149
150<!--
151 <para>
152 First, fix a few build failures with GCC-13:
153 </para>
154
155 <screen><userinput remap="pre">patch -Np1 -i ../intel-media-&intel-media-version;-upstream_fixes-1.patch</userinput></screen>
156-->
157
158 <para>
159 Install <application>intel-media</application> by running the
160 following commands:
161 </para>
162
163<screen><userinput>mkdir build &amp;&amp;
164cd build &amp;&amp;
165
166cmake -DCMAKE_INSTALL_PREFIX=$XORG_PREFIX \
167 -DINSTALL_DRIVER_SYSCONF=OFF \
168 -DBUILD_TYPE=Release \
169 -Wno-dev .. &amp;&amp;
170make</userinput></screen>
171
172 <para>
173 This package does not come with a test suite.
174 </para>
175
176 <para>
177 Now, as the <systemitem class="username">root</systemitem> user:
178 </para>
179
180<screen role="root"><userinput>make install</userinput></screen>
181
182 </sect2>
183
184 <sect2 role="content">
185 <title>Contents</title>
186
187 <segmentedlist>
188 <segtitle>Installed Programs</segtitle>
189 <segtitle>Installed Libraries</segtitle>
190 <segtitle>Installed Drivers</segtitle>
191 <segtitle>Installed Directories</segtitle>
192
193 <seglistitem>
194 <seg>
195 None
196 </seg>
197 <seg>
198 libigfxcmrt.so
199 </seg>
200 <seg>
201 iHD_drv_video.so
202 </seg>
203 <seg>
204 /usr/include/igfxcmrt
205 </seg>
206 </seglistitem>
207 </segmentedlist>
208
209 <variablelist>
210 <bridgehead renderas="sect2">Short Descriptions</bridgehead>
211 <?dbfo list-presentation="list"?>
212 <?dbhtml list-presentation="table"?>
213
214 <varlistentry id="libigfxcmrt">
215 <term><filename class="libraryfile">libigfxcmrt.so</filename></term>
216 <listitem>
217 <para>
218 provides API functions which allow running GPU kernels on the
219 render engine
220 </para>
221 <indexterm zone="intel-media libigfxcmrt">
222 <primary sortas="c-libigfxcmrt">libigfxcmrt.so</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 </variablelist>
228
229 </sect2>
230
231 </sect1>
Note: See TracBrowser for help on using the repository browser.