fix bug when hotplugging a monitor causes oops

This commit is contained in:
Dave Airlie 2012-09-14 15:04:03 +10:00
parent be4655a040
commit 5ec270cf59

View File

@ -43,7 +43,7 @@
Summary: X.Org X11 X server
Name: xorg-x11-server
Version: 1.13.0
Release: 3%{?gitdate:.%{gitdate}}%{dist}
Release: 4%{?gitdate:.%{gitdate}}%{dist}
URL: http://www.x.org
License: MIT
Group: User Interface/X
@ -113,6 +113,8 @@ Patch7052: 0001-xf86-return-NULL-for-compat-output-if-no-outputs.patch
Patch7053: 0001-scan-pci-after-probing-devices.patch
Patch7054: 0001-config-udev-ignore-change-on-drm-devices.patch
%global moduledir %{_libdir}/xorg/modules
%global drimoduledir %{_libdir}/dri
%global sdkdir %{_includedir}/xorg
@ -585,6 +587,9 @@ rm -rf $RPM_BUILD_ROOT
%{xserver_source_dir}
%changelog
* Fri Sep 14 2012 Dave Airlie <airlied@redhat.com> 1.13.0-4
- fix bug when hotplugging a monitor causes oops
* Mon Sep 10 2012 Dave Airlie <airlied@redhat.com> 1.13.0-3
- fix race across GPU power down and server startup