* [ANNOUNCE] xf86-video-intel 2.12.901 (2.13 rc1)
@ 2010-09-22 0:48 Carl Worth
2010-09-22 11:12 ` Sven Joachim
` (3 more replies)
0 siblings, 4 replies; 8+ messages in thread
From: Carl Worth @ 2010-09-22 0:48 UTC (permalink / raw)
To: intel-gfx
[-- Attachment #1.1: Type: text/plain, Size: 7640 bytes --]
This is the first release candidate in preparation for the upcoming
2.13.0 release. We will appreciate any feedback we can get from
testing of this snapshot.
As can be seen below, Chris Wilson in responsible for a huge majority of
the bug fixes in 2.12.901. Thanks, Chris! And thanks to everyone else
who has contributed to this release.
-Carl
Where to obtain xf86-video-intel 2.12.901
-----------------------------------------
git tag: 2.12.901
http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-2.12.901.tar.bz2
MD5: e83218cdcfd6cb3b4da5536d2ccfaf87 xf86-video-intel-2.12.901.tar.bz2
SHA1: 3410c4f4e519404d4efb058db8b5b7f12a713227 xf86-video-intel-2.12.901.tar.bz2
http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-2.12.901.tar.gz
MD5: a4df22d7d7f5b8e6b67a7516a6945ca1 xf86-video-intel-2.12.901.tar.gz
SHA1: 13557b580342cc9f1d0d2d8b13105224ffc862b7 xf86-video-intel-2.12.901.tar.gz
Bugs fixed in this snapshot (compared to 2.12.0)
------------------------------------------------
* Attempt to fix infinite MI_WAIT_FOR_EVENT while watching video
https://bugs.freedesktop.org/show_bug.cgi?id=28964
[Various new checks have been added to the video code here, but the
bug fix hasn't yet been verified by the original reporter.]
* Fix buffer-object leak
https://bugs.freedesktop.org/show_bug.cgi?id=26946
* Fix memory leak on server reset
* Fix crash due to unchecked pixmap allocation
https://bugs.freedesktop.org/show_bug.cgi?id=29187
* Fix for video artifacts when using dualscreen
https://bugs.freedesktop.org/show_bug.cgi?id=29213
* Fix for incorrect characters in gnome-terminal when using compiz
https://bugs.freedesktop.org/show_bug.cgi?id=28438
* Fix for hanging, full-screen applications, (flash, compiz, etc.)
https://bugs.freedesktop.org/show_bug.cgi?id=29584
* Fix selection of backlight device on multi-GPU systems
https://bugs.freedesktop.org/show_bug.cgi?id=29273
* Fix to avoid crash with extremely large glyphs
https://bugs.freedesktop.org/show_bug.cgi?id=29430
* Fix for eDP panels incorrectly being given only a single, valid mode
https://bugs.freedesktop.org/show_bug.cgi?id=30069
* Fix GPU hang involving clipped SRC copies
https://bugs.freedesktop.org/show_bug.cgi?id=30120
List of all changes from 2.12.0 to 2.12.901
-------------------------------------------
Carl Worth (2):
NEWS: Add notes for the 2.12.901 snapshot
Bump version to 2.12.901
Chris Wilson (54):
Remove unused configure option: --enable-video-debug
i810: Move into a legacy directory.
Rename common infrastructure to the intel namespace.
configure: Remove unused checks for xext
configure: Remove check for unused function, mprotect
Remove unused inclusion of <sys/mman.h>
Repair the damage to 'make distcheck' after splitting out i810
dri: Handle errors during GetBuffers() gracefully.
drmmode: Use a copy of the converted mode on resize
drmmode: Add missing newlines at the end of log messages.
Reduce front buffer stride prior to rejection
video: apply the crtc box checks from dri.
video: forgotten amendment to previous commit.
Add support for I854.
drmmode: Destroy Crtc on screen shutdown
drmmode: Destroy the output on shutdown
video: Copy DummyEncoding into each adapter.
video: Apply overlay stride errata for i830 and i845
modes: There may be more than one crtc and output... DESTROY THEM ALL!
Remove the duplicate drmmode prototypes.
Teardown the bufmgr on shutdown as well.
Workaround a broken container_of define in list.h
video: Reuse the old buffers.
video: Free the buffers immediately after turning off.
uxa: Check for failed pixmap allocation
video/i915: ValidateGC after setting clip.
drmmode: Only treat a backlight as connected if it has a non-zero max
Rename drmmode_display to intel_display
intel_display: Miscellaneous tidy
Remove the final references to the drmmode prefix
display: Check for buffer overrun in output name lookup.
display: Tidy backlight initialisation
display: Handle cursor error paths.
display: Embed the lvds size into the connector
display: Cache whether we have probed for an EDID
Revert "display: Cache whether we have probed for an EDID"
display: Refactor EDID attachment to output.
display: Minor cleanup for adding extra LVDS modes
display: outputs are enabled automatically by KMS
Move registration of vsync fd from pre-init to screen-init
Open-code DRICreatePCIBusID()
Remove accel_pitch_alignment
display: Use the native intel backlight controller
Leave adjustment of backlight to the driver.
uxa: Fallback if faced with large A1 glyphs.
Revert "Leave adjustment of backlight to the driver."
Force use of GTT and fence registers for mapping tiled objects
display: Set MONITOR_EDID_COMPLETE_RAWDATA for large EDIDs
display: Query current level after finding max value.
Enable a shadow buffer and disable GPU acceleration.
display: Free the EDID blob after we copy it to the output, not before.
shadow: Simply modify the Screen pixmap header
uxa: Apply source clipping to blits
Add alternate pci-id for B43
Daniel Vetter (2):
video: kernel overlay needs triple buffering
video: kill do { ... } while (ret != -EINTR) loops
Dave Airlie (4):
uxa: don't compare planemask with FB_ALLONES.
uxa: oops typo in previous commit
intel: respect tiling disable.
intel: add output names for later additions to kernel
Evan McClain (1):
Add mbp_backlight support.
Fernando Carrijo (1):
Purge macro NEED_EVENTS
Gaetan Nadon (11):
config: upgrade to util-macros 1.8 for additional man page support
config: update AC_PREREQ statement to 2.60
config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
config: remove unrequired AC_HEADER_STDC
config: remove unrequired AC_SUBST([DRI_CFLAGS])
config: complete AC_INIT m4 quoting
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
config: add comments for main statements
simplify Makefile as per-target compilation flags are not needed
Jesse Barnes (6):
add cscope files to gitignore
configure.ac: add xi and gl requirements
Revert "configure.ac: add xi and gl requirements"
KMS: add fake EDID on eDP too
KMS: rename LVDS fields to reflect actual usage
KMS: initialize backlight support for eDP panels too
Keith Packard (1):
Destroy screen pixmap on screen close.
Kristian Høgsberg (4):
Drop use of GL types in the driver
legacy: Remove long gone use of GlxSetVisualConfigs()
Submit batch buffers from flush callback chain
Remove explicit batchbuffer submit in DRI2 copyregion
Krzysztof Halasa (1):
Allow interlaced modes.
Matt Turner (2):
Use ALIGN macro instead of open coding it.
Replace ROUND_* macros with ALIGN.
Zhenyu Wang (3):
Add sandybridge D0 support
Add more sandybridge graphics device ids
Disable swap buffer wait on Sandybridge
--
carl.d.worth@intel.com
[-- Attachment #1.2: Type: application/pgp-signature, Size: 189 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [ANNOUNCE] xf86-video-intel 2.12.901 (2.13 rc1)
2010-09-22 0:48 [ANNOUNCE] xf86-video-intel 2.12.901 (2.13 rc1) Carl Worth
@ 2010-09-22 11:12 ` Sven Joachim
2010-09-22 11:35 ` Julien Cristau
2010-09-22 11:26 ` Marc Deop i Argemí
` (2 subsequent siblings)
3 siblings, 1 reply; 8+ messages in thread
From: Sven Joachim @ 2010-09-22 11:12 UTC (permalink / raw)
To: Carl Worth; +Cc: intel-gfx
On 2010-09-22 02:48 +0200, Carl Worth wrote:
> This is the first release candidate in preparation for the upcoming
> 2.13.0 release. We will appreciate any feedback we can get from
> testing of this snapshot.
It fails to build here with libdrm 2.4.21 because DRM_MODE_CONNECTOR_eDP
is not #defined, so you may want to ensure that libdrm 2.4.22 gets
released soon (commit b8abe6139e5c6779ee87d983346f0f65bf67462e in libdrm
seems to take care of the problem, but I haven't tested that yet).
Cheers,
Sven
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [ANNOUNCE] xf86-video-intel 2.12.901 (2.13 rc1)
2010-09-22 11:12 ` Sven Joachim
@ 2010-09-22 11:35 ` Julien Cristau
0 siblings, 0 replies; 8+ messages in thread
From: Julien Cristau @ 2010-09-22 11:35 UTC (permalink / raw)
To: Sven Joachim; +Cc: intel-gfx
On Wed, Sep 22, 2010 at 13:12:44 +0200, Sven Joachim wrote:
> On 2010-09-22 02:48 +0200, Carl Worth wrote:
>
> > This is the first release candidate in preparation for the upcoming
> > 2.13.0 release. We will appreciate any feedback we can get from
> > testing of this snapshot.
>
> It fails to build here with libdrm 2.4.21 because DRM_MODE_CONNECTOR_eDP
> is not #defined, so you may want to ensure that libdrm 2.4.22 gets
> released soon (commit b8abe6139e5c6779ee87d983346f0f65bf67462e in libdrm
> seems to take care of the problem, but I haven't tested that yet).
>
431f7f00db844534dbcf9a63da0d2832a3d91bff is the needed commit
(I cherry-picked that a couple of days ago to Debian's libdrm so I could
build the intel driver).
Cheers,
Julien
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [ANNOUNCE] xf86-video-intel 2.12.901 (2.13 rc1)
2010-09-22 0:48 [ANNOUNCE] xf86-video-intel 2.12.901 (2.13 rc1) Carl Worth
2010-09-22 11:12 ` Sven Joachim
@ 2010-09-22 11:26 ` Marc Deop i Argemí
2010-09-22 14:27 ` Clemens Eisserer
2010-09-25 12:36 ` Marc Deop i Argemí
2010-09-22 17:54 ` Xavier de Almeida
2010-09-23 12:21 ` Nasa
3 siblings, 2 replies; 8+ messages in thread
From: Marc Deop i Argemí @ 2010-09-22 11:26 UTC (permalink / raw)
To: intel-gfx
On Wednesday 22 September 2010 02:48:32 Carl Worth wrote:
> This is the first release candidate in preparation for the upcoming
> 2.13.0 release. We will appreciate any feedback we can get from
> testing of this snapshot.
Can't build it:
intel_display.c: In function ‘intel_output_get_modes’:
intel_display.c:827:33: error: ‘DRM_MODE_CONNECTOR_eDP’ undeclared (first use
in this function)
intel_display.c:827:33: note: each undeclared identifier is reported only once
for each function it appears in
intel_display.c: In function ‘intel_output_init’:
intel_display.c:1297:33: error: ‘DRM_MODE_CONNECTOR_eDP’ undeclared (first use
in this function)
Contact me if you need anything.
Regards
PS: I apologize as I've sent this message twice from a different account.
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [ANNOUNCE] xf86-video-intel 2.12.901 (2.13 rc1)
2010-09-22 11:26 ` Marc Deop i Argemí
@ 2010-09-22 14:27 ` Clemens Eisserer
2010-09-25 12:36 ` Marc Deop i Argemí
1 sibling, 0 replies; 8+ messages in thread
From: Clemens Eisserer @ 2010-09-22 14:27 UTC (permalink / raw)
To: intel-gfx
Its enough to comment the two uses of DRM_MODE_CONNECTOR_eDP out in my case.
Runs fine on 2.6.34.7 + libdrm-2.4.21 :)
- Clemens
2010/9/22 Marc Deop i Argemí <damnshock@gmail.com>:
> On Wednesday 22 September 2010 02:48:32 Carl Worth wrote:
>> This is the first release candidate in preparation for the upcoming
>> 2.13.0 release. We will appreciate any feedback we can get from
>> testing of this snapshot.
>
> Can't build it:
>
> intel_display.c: In function ‘intel_output_get_modes’:
> intel_display.c:827:33: error: ‘DRM_MODE_CONNECTOR_eDP’ undeclared (first use
> in this function)
> intel_display.c:827:33: note: each undeclared identifier is reported only once
> for each function it appears in
> intel_display.c: In function ‘intel_output_init’:
> intel_display.c:1297:33: error: ‘DRM_MODE_CONNECTOR_eDP’ undeclared (first use
> in this function)
>
>
> Contact me if you need anything.
>
> Regards
>
> PS: I apologize as I've sent this message twice from a different account.
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
>
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [ANNOUNCE] xf86-video-intel 2.12.901 (2.13 rc1)
2010-09-22 11:26 ` Marc Deop i Argemí
2010-09-22 14:27 ` Clemens Eisserer
@ 2010-09-25 12:36 ` Marc Deop i Argemí
1 sibling, 0 replies; 8+ messages in thread
From: Marc Deop i Argemí @ 2010-09-25 12:36 UTC (permalink / raw)
To: intel-gfx
On Wednesday 22 September 2010 13:26:24 Marc Deop i Argemí wrote:
> intel_display.c: In function ‘intel_output_get_modes’:
> intel_display.c:827:33: error: ‘DRM_MODE_CONNECTOR_eDP’ undeclared (first
> use in this function)
> intel_display.c:827:33: note: each undeclared identifier is reported only
> once for each function it appears in
> intel_display.c: In function ‘intel_output_init’:
> intel_display.c:1297:33: error: ‘DRM_MODE_CONNECTOR_eDP’ undeclared (first
> use in this function)
I've commented out those lines as suggested by Clemens Eisser and it builded
fine then.
I've been on this drivers for some hours now and it seems stable although KDE
effects don't work properly (maybe it's due to the removing of the mentioned
lines...)
I need no longer the page-flipping patch archlinux applies to the drivers for
stability and my desktop seems more responsive as well as the flash videos.
Improving at every release as usual
Thanks guys!
Regards
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [ANNOUNCE] xf86-video-intel 2.12.901 (2.13 rc1)
2010-09-22 0:48 [ANNOUNCE] xf86-video-intel 2.12.901 (2.13 rc1) Carl Worth
2010-09-22 11:12 ` Sven Joachim
2010-09-22 11:26 ` Marc Deop i Argemí
@ 2010-09-22 17:54 ` Xavier de Almeida
2010-09-23 12:21 ` Nasa
3 siblings, 0 replies; 8+ messages in thread
From: Xavier de Almeida @ 2010-09-22 17:54 UTC (permalink / raw)
To: Carl Worth; +Cc: intel-gfx
Hi,
Krzysztof Halasa (1):
Allow interlaced modes.
this is a good news hopefully it applies to i915 Clarkdale proc.
IS there any special requirement in order to make the interlace mode work?
like kernel version, etc....
thanks all for the hard work in supporting these linux drivers
thanks
Xavier
On 22 sept. 2010, at 01:48, Carl Worth wrote:
> This is the first release candidate in preparation for the upcoming
> 2.13.0 release. We will appreciate any feedback we can get from
> testing of this snapshot.
>
> As can be seen below, Chris Wilson in responsible for a huge majority of
> the bug fixes in 2.12.901. Thanks, Chris! And thanks to everyone else
> who has contributed to this release.
>
> -Carl
>
> Where to obtain xf86-video-intel 2.12.901
> -----------------------------------------
> git tag: 2.12.901
>
> http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-2.12.901.tar.bz2
> MD5: e83218cdcfd6cb3b4da5536d2ccfaf87 xf86-video-intel-2.12.901.tar.bz2
> SHA1: 3410c4f4e519404d4efb058db8b5b7f12a713227 xf86-video-intel-2.12.901.tar.bz2
>
> http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-2.12.901.tar.gz
> MD5: a4df22d7d7f5b8e6b67a7516a6945ca1 xf86-video-intel-2.12.901.tar.gz
> SHA1: 13557b580342cc9f1d0d2d8b13105224ffc862b7 xf86-video-intel-2.12.901.tar.gz
>
>
> Bugs fixed in this snapshot (compared to 2.12.0)
> ------------------------------------------------
> * Attempt to fix infinite MI_WAIT_FOR_EVENT while watching video
> https://bugs.freedesktop.org/show_bug.cgi?id=28964
>
> [Various new checks have been added to the video code here, but the
> bug fix hasn't yet been verified by the original reporter.]
>
> * Fix buffer-object leak
> https://bugs.freedesktop.org/show_bug.cgi?id=26946
>
> * Fix memory leak on server reset
>
> * Fix crash due to unchecked pixmap allocation
> https://bugs.freedesktop.org/show_bug.cgi?id=29187
>
> * Fix for video artifacts when using dualscreen
> https://bugs.freedesktop.org/show_bug.cgi?id=29213
>
> * Fix for incorrect characters in gnome-terminal when using compiz
> https://bugs.freedesktop.org/show_bug.cgi?id=28438
>
> * Fix for hanging, full-screen applications, (flash, compiz, etc.)
> https://bugs.freedesktop.org/show_bug.cgi?id=29584
>
> * Fix selection of backlight device on multi-GPU systems
> https://bugs.freedesktop.org/show_bug.cgi?id=29273
>
> * Fix to avoid crash with extremely large glyphs
> https://bugs.freedesktop.org/show_bug.cgi?id=29430
>
> * Fix for eDP panels incorrectly being given only a single, valid mode
> https://bugs.freedesktop.org/show_bug.cgi?id=30069
>
> * Fix GPU hang involving clipped SRC copies
> https://bugs.freedesktop.org/show_bug.cgi?id=30120
>
> List of all changes from 2.12.0 to 2.12.901
> -------------------------------------------
> Carl Worth (2):
> NEWS: Add notes for the 2.12.901 snapshot
> Bump version to 2.12.901
>
> Chris Wilson (54):
> Remove unused configure option: --enable-video-debug
> i810: Move into a legacy directory.
> Rename common infrastructure to the intel namespace.
> configure: Remove unused checks for xext
> configure: Remove check for unused function, mprotect
> Remove unused inclusion of <sys/mman.h>
> Repair the damage to 'make distcheck' after splitting out i810
> dri: Handle errors during GetBuffers() gracefully.
> drmmode: Use a copy of the converted mode on resize
> drmmode: Add missing newlines at the end of log messages.
> Reduce front buffer stride prior to rejection
> video: apply the crtc box checks from dri.
> video: forgotten amendment to previous commit.
> Add support for I854.
> drmmode: Destroy Crtc on screen shutdown
> drmmode: Destroy the output on shutdown
> video: Copy DummyEncoding into each adapter.
> video: Apply overlay stride errata for i830 and i845
> modes: There may be more than one crtc and output... DESTROY THEM ALL!
> Remove the duplicate drmmode prototypes.
> Teardown the bufmgr on shutdown as well.
> Workaround a broken container_of define in list.h
> video: Reuse the old buffers.
> video: Free the buffers immediately after turning off.
> uxa: Check for failed pixmap allocation
> video/i915: ValidateGC after setting clip.
> drmmode: Only treat a backlight as connected if it has a non-zero max
> Rename drmmode_display to intel_display
> intel_display: Miscellaneous tidy
> Remove the final references to the drmmode prefix
> display: Check for buffer overrun in output name lookup.
> display: Tidy backlight initialisation
> display: Handle cursor error paths.
> display: Embed the lvds size into the connector
> display: Cache whether we have probed for an EDID
> Revert "display: Cache whether we have probed for an EDID"
> display: Refactor EDID attachment to output.
> display: Minor cleanup for adding extra LVDS modes
> display: outputs are enabled automatically by KMS
> Move registration of vsync fd from pre-init to screen-init
> Open-code DRICreatePCIBusID()
> Remove accel_pitch_alignment
> display: Use the native intel backlight controller
> Leave adjustment of backlight to the driver.
> uxa: Fallback if faced with large A1 glyphs.
> Revert "Leave adjustment of backlight to the driver."
> Force use of GTT and fence registers for mapping tiled objects
> display: Set MONITOR_EDID_COMPLETE_RAWDATA for large EDIDs
> display: Query current level after finding max value.
> Enable a shadow buffer and disable GPU acceleration.
> display: Free the EDID blob after we copy it to the output, not before.
> shadow: Simply modify the Screen pixmap header
> uxa: Apply source clipping to blits
> Add alternate pci-id for B43
>
> Daniel Vetter (2):
> video: kernel overlay needs triple buffering
> video: kill do { ... } while (ret != -EINTR) loops
>
> Dave Airlie (4):
> uxa: don't compare planemask with FB_ALLONES.
> uxa: oops typo in previous commit
> intel: respect tiling disable.
> intel: add output names for later additions to kernel
>
> Evan McClain (1):
> Add mbp_backlight support.
>
> Fernando Carrijo (1):
> Purge macro NEED_EVENTS
>
> Gaetan Nadon (11):
> config: upgrade to util-macros 1.8 for additional man page support
> config: update AC_PREREQ statement to 2.60
> config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
> config: remove unrequired AC_HEADER_STDC
> config: remove unrequired AC_SUBST([DRI_CFLAGS])
> config: complete AC_INIT m4 quoting
> config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
> config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
> config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
> config: add comments for main statements
> simplify Makefile as per-target compilation flags are not needed
>
> Jesse Barnes (6):
> add cscope files to gitignore
> configure.ac: add xi and gl requirements
> Revert "configure.ac: add xi and gl requirements"
> KMS: add fake EDID on eDP too
> KMS: rename LVDS fields to reflect actual usage
> KMS: initialize backlight support for eDP panels too
>
> Keith Packard (1):
> Destroy screen pixmap on screen close.
>
> Kristian Høgsberg (4):
> Drop use of GL types in the driver
> legacy: Remove long gone use of GlxSetVisualConfigs()
> Submit batch buffers from flush callback chain
> Remove explicit batchbuffer submit in DRI2 copyregion
>
> Krzysztof Halasa (1):
> Allow interlaced modes.
>
> Matt Turner (2):
> Use ALIGN macro instead of open coding it.
> Replace ROUND_* macros with ALIGN.
>
> Zhenyu Wang (3):
> Add sandybridge D0 support
> Add more sandybridge graphics device ids
> Disable swap buffer wait on Sandybridge
>
> --
> carl.d.worth@intel.com
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [ANNOUNCE] xf86-video-intel 2.12.901 (2.13 rc1)
2010-09-22 0:48 [ANNOUNCE] xf86-video-intel 2.12.901 (2.13 rc1) Carl Worth
` (2 preceding siblings ...)
2010-09-22 17:54 ` Xavier de Almeida
@ 2010-09-23 12:21 ` Nasa
3 siblings, 0 replies; 8+ messages in thread
From: Nasa @ 2010-09-23 12:21 UTC (permalink / raw)
To: intel-gfx
----- "Carl Worth" <cworth@cworth.org> wrote:
> This is the first release candidate in preparation for the upcoming
> 2.13.0 release. We will appreciate any feedback we can get from
> testing of this snapshot.
>
> As can be seen below, Chris Wilson in responsible for a huge majority
> of
> the bug fixes in 2.12.901. Thanks, Chris! And thanks to everyone else
> who has contributed to this release.
>
> -Carl
>
> Where to obtain xf86-video-intel 2.12.901
> -----------------------------------------
> git tag: 2.12.901
>
> http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-2.12.901.tar.bz2
> MD5: e83218cdcfd6cb3b4da5536d2ccfaf87
> xf86-video-intel-2.12.901.tar.bz2
> SHA1: 3410c4f4e519404d4efb058db8b5b7f12a713227
> xf86-video-intel-2.12.901.tar.bz2
>
> http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-2.12.901.tar.gz
> MD5: a4df22d7d7f5b8e6b67a7516a6945ca1
> xf86-video-intel-2.12.901.tar.gz
> SHA1: 13557b580342cc9f1d0d2d8b13105224ffc862b7
> xf86-video-intel-2.12.901.tar.gz
>
>
> Bugs fixed in this snapshot (compared to 2.12.0)
> ------------------------------------------------
> * Attempt to fix infinite MI_WAIT_FOR_EVENT while watching video
> https://bugs.freedesktop.org/show_bug.cgi?id=28964
>
> [Various new checks have been added to the video code here, but
> the
> bug fix hasn't yet been verified by the original reporter.]
>
> * Fix buffer-object leak
> https://bugs.freedesktop.org/show_bug.cgi?id=26946
>
> * Fix memory leak on server reset
>
> * Fix crash due to unchecked pixmap allocation
> https://bugs.freedesktop.org/show_bug.cgi?id=29187
>
> * Fix for video artifacts when using dualscreen
> https://bugs.freedesktop.org/show_bug.cgi?id=29213
>
> * Fix for incorrect characters in gnome-terminal when using compiz
> https://bugs.freedesktop.org/show_bug.cgi?id=28438
>
> * Fix for hanging, full-screen applications, (flash, compiz, etc.)
> https://bugs.freedesktop.org/show_bug.cgi?id=29584
>
> * Fix selection of backlight device on multi-GPU systems
> https://bugs.freedesktop.org/show_bug.cgi?id=29273
>
> * Fix to avoid crash with extremely large glyphs
> https://bugs.freedesktop.org/show_bug.cgi?id=29430
>
> * Fix for eDP panels incorrectly being given only a single, valid
> mode
> https://bugs.freedesktop.org/show_bug.cgi?id=30069
>
> * Fix GPU hang involving clipped SRC copies
> https://bugs.freedesktop.org/show_bug.cgi?id=30120
>
> List of all changes from 2.12.0 to 2.12.901
> -------------------------------------------
> Carl Worth (2):
> NEWS: Add notes for the 2.12.901 snapshot
> Bump version to 2.12.901
>
> Chris Wilson (54):
> Remove unused configure option: --enable-video-debug
> i810: Move into a legacy directory.
> Rename common infrastructure to the intel namespace.
> configure: Remove unused checks for xext
> configure: Remove check for unused function, mprotect
> Remove unused inclusion of <sys/mman.h>
> Repair the damage to 'make distcheck' after splitting out i810
> dri: Handle errors during GetBuffers() gracefully.
> drmmode: Use a copy of the converted mode on resize
> drmmode: Add missing newlines at the end of log messages.
> Reduce front buffer stride prior to rejection
> video: apply the crtc box checks from dri.
> video: forgotten amendment to previous commit.
> Add support for I854.
> drmmode: Destroy Crtc on screen shutdown
> drmmode: Destroy the output on shutdown
> video: Copy DummyEncoding into each adapter.
> video: Apply overlay stride errata for i830 and i845
> modes: There may be more than one crtc and output... DESTROY
> THEM ALL!
> Remove the duplicate drmmode prototypes.
> Teardown the bufmgr on shutdown as well.
> Workaround a broken container_of define in list.h
> video: Reuse the old buffers.
> video: Free the buffers immediately after turning off.
> uxa: Check for failed pixmap allocation
> video/i915: ValidateGC after setting clip.
> drmmode: Only treat a backlight as connected if it has a
> non-zero max
> Rename drmmode_display to intel_display
> intel_display: Miscellaneous tidy
> Remove the final references to the drmmode prefix
> display: Check for buffer overrun in output name lookup.
> display: Tidy backlight initialisation
> display: Handle cursor error paths.
> display: Embed the lvds size into the connector
> display: Cache whether we have probed for an EDID
> Revert "display: Cache whether we have probed for an EDID"
> display: Refactor EDID attachment to output.
> display: Minor cleanup for adding extra LVDS modes
> display: outputs are enabled automatically by KMS
> Move registration of vsync fd from pre-init to screen-init
> Open-code DRICreatePCIBusID()
> Remove accel_pitch_alignment
> display: Use the native intel backlight controller
> Leave adjustment of backlight to the driver.
> uxa: Fallback if faced with large A1 glyphs.
> Revert "Leave adjustment of backlight to the driver."
> Force use of GTT and fence registers for mapping tiled objects
> display: Set MONITOR_EDID_COMPLETE_RAWDATA for large EDIDs
> display: Query current level after finding max value.
> Enable a shadow buffer and disable GPU acceleration.
> display: Free the EDID blob after we copy it to the output, not
> before.
> shadow: Simply modify the Screen pixmap header
> uxa: Apply source clipping to blits
> Add alternate pci-id for B43
>
> Daniel Vetter (2):
> video: kernel overlay needs triple buffering
> video: kill do { ... } while (ret != -EINTR) loops
>
> Dave Airlie (4):
> uxa: don't compare planemask with FB_ALLONES.
> uxa: oops typo in previous commit
> intel: respect tiling disable.
> intel: add output names for later additions to kernel
>
> Evan McClain (1):
> Add mbp_backlight support.
>
> Fernando Carrijo (1):
> Purge macro NEED_EVENTS
>
> Gaetan Nadon (11):
> config: upgrade to util-macros 1.8 for additional man page
> support
> config: update AC_PREREQ statement to 2.60
> config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
> config: remove unrequired AC_HEADER_STDC
> config: remove unrequired AC_SUBST([DRI_CFLAGS])
> config: complete AC_INIT m4 quoting
> config: replace deprecated AM_CONFIG_HEADER with
> AC_CONFIG_HEADERS
> config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
> config: replace deprecated use of AC_OUTPUT with
> AC_CONFIG_FILES
> config: add comments for main statements
> simplify Makefile as per-target compilation flags are not
> needed
>
> Jesse Barnes (6):
> add cscope files to gitignore
> configure.ac: add xi and gl requirements
> Revert "configure.ac: add xi and gl requirements"
> KMS: add fake EDID on eDP too
> KMS: rename LVDS fields to reflect actual usage
> KMS: initialize backlight support for eDP panels too
>
> Keith Packard (1):
> Destroy screen pixmap on screen close.
>
> Kristian Høgsberg (4):
> Drop use of GL types in the driver
> legacy: Remove long gone use of GlxSetVisualConfigs()
> Submit batch buffers from flush callback chain
> Remove explicit batchbuffer submit in DRI2 copyregion
>
> Krzysztof Halasa (1):
> Allow interlaced modes.
>
> Matt Turner (2):
> Use ALIGN macro instead of open coding it.
> Replace ROUND_* macros with ALIGN.
>
> Zhenyu Wang (3):
> Add sandybridge D0 support
> Add more sandybridge graphics device ids
> Disable swap buffer wait on Sandybridge
>
> --
> carl.d.worth@intel.com
Hi,
Is it possible for the driver to place in the x logs what display numbers
it is using to determine supported modelines? Specifically, this is missing
for monitors that do not provide EDID information... It would be really
helpful.
Nasa
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2010-09-25 12:36 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-22 0:48 [ANNOUNCE] xf86-video-intel 2.12.901 (2.13 rc1) Carl Worth
2010-09-22 11:12 ` Sven Joachim
2010-09-22 11:35 ` Julien Cristau
2010-09-22 11:26 ` Marc Deop i Argemí
2010-09-22 14:27 ` Clemens Eisserer
2010-09-25 12:36 ` Marc Deop i Argemí
2010-09-22 17:54 ` Xavier de Almeida
2010-09-23 12:21 ` Nasa
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.