1
0

- modesetting.ids:

Add file for PCI IDs of ASICs which the modesetting rather
  than the native driver should be used for.
  This includes all Intel Gen9+ hardware (boo#978954).

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=632
This commit is contained in:
Egbert Eich 2016-05-08 22:14:51 +00:00 committed by Git OBS Bridge
parent ec95159c42
commit 72bdbcb628
3 changed files with 58 additions and 0 deletions

47
modesetting.ids Normal file
View File

@ -0,0 +1,47 @@
#SKL
80861916
80861921
8086191E
80861912
8086191B
8086191A
8086191D
80861923
80861926
80861927
8086192B
8086192A
80861932
8086193B
8086193D
8086193A
#BXT
80860A84
80861A84
80861A85
80865A84
80865A85
#KBL
80865913
80865915
80865917
80865906
8086590E
80865902
8086590B
8086590A
80865916
80865921
8086591E
80865912
8086591B
8086591A
8086591D
80865926
8086592B
8086592A
80865932
8086593B
8086593A
8086593D
#

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun May 8 22:11:49 UTC 2016 - eich@suse.com
- modesetting.ids:
Add file for PCI IDs of ASICs which the modesetting rather
than the native driver should be used for.
This includes all Intel Gen9+ hardware (boo#978954).
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 2 13:46:34 UTC 2016 - sndirsch@suse.com Mon May 2 13:46:34 UTC 2016 - sndirsch@suse.com

View File

@ -54,6 +54,7 @@ Source2: README.updates
Source3: xorgcfg.tar.bz2 Source3: xorgcfg.tar.bz2
Source4: xorg-backtrace Source4: xorg-backtrace
Source5: 50-extensions.conf Source5: 50-extensions.conf
Source6: modesetting.ids
# RPM Macros to be installed. The ABI Versions will be injected by configure. # RPM Macros to be installed. The ABI Versions will be injected by configure.
Source90: xorg-x11-server.macros.in Source90: xorg-x11-server.macros.in
# Source91 and Source99 are used to ensure proper ABI provides. # Source91 and Source99 are used to ensure proper ABI provides.
@ -437,6 +438,7 @@ chmod u-s %{buildroot}%{_bindir}/Xorg
mkdir -p %{buildroot}%{_localstatedir}/lib/X11 mkdir -p %{buildroot}%{_localstatedir}/lib/X11
%if 0%{?pci_ids_dir:1} %if 0%{?pci_ids_dir:1}
%__mkdir_p %{buildroot}%{pci_ids_dir} %__mkdir_p %{buildroot}%{pci_ids_dir}
install -m 644 %{S:6} %{buildroot}%{pci_ids_dir}
%endif %endif
ln -snf ../../../usr/bin/Xorg %{buildroot}%{_localstatedir}/lib/X11/X ln -snf ../../../usr/bin/Xorg %{buildroot}%{_localstatedir}/lib/X11/X
ln -snf ../../var/lib/X11/X %{buildroot}%{_bindir}/X ln -snf ../../var/lib/X11/X %{buildroot}%{_bindir}/X
@ -538,6 +540,7 @@ fi
%dir %{_sysconfdir}/X11/xorg.conf.d %dir %{_sysconfdir}/X11/xorg.conf.d
%if 0%{?pci_ids_dir:1} %if 0%{?pci_ids_dir:1}
%dir %{pci_ids_dir} %dir %{pci_ids_dir}
%{pci_ids_dir}/modesetting.ids
%endif %endif
%config(noreplace) %{_sysconfdir}/X11/xorg.conf.d/10-quirks.conf %config(noreplace) %{_sysconfdir}/X11/xorg.conf.d/10-quirks.conf
%config(noreplace) %{_sysconfdir}/X11/xorg.conf.d/50-extensions.conf %config(noreplace) %{_sysconfdir}/X11/xorg.conf.d/50-extensions.conf