diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-09-08 16:35:57 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-09-08 16:35:57 +0000 |
commit | ff2c3ea9a8bf4733ccf551261f80f4542d5fbe11 (patch) | |
tree | 36a8be52331182ce5465910faad75804c305f9ba /driver/xf86-video-mga/ChangeLog | |
parent | a1d50f1ac25a4cadfd2441e52392a2871a43f860 (diff) |
Update to xf86-video-mga 1.6.1
Diffstat (limited to 'driver/xf86-video-mga/ChangeLog')
-rw-r--r-- | driver/xf86-video-mga/ChangeLog | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/driver/xf86-video-mga/ChangeLog b/driver/xf86-video-mga/ChangeLog index fbba476a8..ae101dcfc 100644 --- a/driver/xf86-video-mga/ChangeLog +++ b/driver/xf86-video-mga/ChangeLog @@ -1,3 +1,76 @@ +commit cd41eacaeabf8227197d605b055713ca654633d5 +Author: Dave Airlie <airlied@redhat.com> +Date: Tue Jul 17 16:05:09 2012 +1000 + + xf86-video-mga: bump to version 1.6.1 + + Signed-off-by: Dave Airlie <airlied@redhat.com> + +commit f11a407ceb0857bb0d33811511117b490a8ae6ee +Author: Dave Airlie <airlied@gmail.com> +Date: Sun Jul 15 19:41:28 2012 +1000 + + mga: fix after XAA removal + + Fix mga build after XAA removal. + + Signed-off-by: Dave Airlie <airlied@redhat.com> + +commit fa0f3092ed38ce71ba9f65156bde306eb63feaf8 +Author: Dave Airlie <airlied@redhat.com> +Date: Mon Jul 2 12:08:05 2012 +0100 + + mga: bump to 1.6.0 + + Signed-off-by: Dave Airlie <airlied@redhat.com> + +commit 7b6dcc4d5768cc8d17a1f664155ebdc8ca8c042e +Author: Dave Airlie <airlied@redhat.com> +Date: Wed Jun 6 09:23:31 2012 +0100 + + mga: port to new compat API. + + Signed-off-by: Dave Airlie <airlied@redhat.com> + +commit 0cb8ba6dc5e7bf4179174f9f17e211df7d89bd41 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Wed May 23 23:40:32 2012 -0700 + + Add const qualifier to char *from in MGAdoDDC + + Only used to store arguments to pass as printf %s strings to xf86DrvMsg + + Fixes gcc warnings: + mga_driver.c: In function 'MGAdoDDC': + mga_driver.c:1338:7: warning: assignment discards qualifiers from pointer target type + mga_driver.c:1343:11: warning: assignment discards qualifiers from pointer target type + mga_driver.c:1351:8: warning: assignment discards qualifiers from pointer target type + mga_driver.c:1359:8: warning: assignment discards qualifiers from pointer target type + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + Reviewed-by: Dave Airlie <airlied@redhat.com> + +commit 3d9631b819c5c6f64ebf9bda8aab93e1cc7f391f +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Wed May 23 23:34:07 2012 -0700 + + Move PCI vendor/device id defines into mga.h instead of using xf86PciInfo.h + + Silences deprecation warnings from xf86PciInfo.h in current Xorg servers + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + Reviewed-by: Dave Airlie <airlied@redhat.com> + +commit 0af7dba78559ce82b4c3eed0862415efcde51863 +Author: Dave Airlie <airlied@redhat.com> +Date: Thu May 17 10:19:21 2012 +0100 + + mga: don't bind to device if there is a kernel driver + + this should only pick up KMS drivers and not old drm drivers. + + Signed-off-by: Dave Airlie <airlied@redhat.com> + commit 3991971c23ebe596742c004b1e583dfb1aa14ec4 Author: Alan Coopersmith <alan.coopersmith@oracle.com> Date: Fri Mar 23 19:02:40 2012 -0700 |