[Bug 95140] does not work with xserver 1.18.3 : core dump at kgem->retire() + different PixmapSyncDirtyHelper prototype

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Apr 26 14:09:35 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=95140

--- Comment #2 from Jason Vas Dias <jason.vas.dias at gmail.com> ---
(In reply to Chris Wilson from comment #1)
> You checked out the latest then didn't build it?

Good day Chris - thanks for responding!

You replied to this bug report before reading it ? :-)

As I said :

> Having checked out & built the latest xf86-video-intel source code from git:
                     ^^^^^^^
>   $ git tag | while read tag; do echo $(git show --format='COMMIT_TIME:%ct' "$tag" | sed -n '/^COMMIT_TIME:/{s/^COMMIT_TIME://;p;}') "$tag"; done | sort -n | tail -n 1
>  1419172872 2.99.917
>  $ git checkout -f 2.99.917


I did check out and build ALL dependencies of ALL Xorg libraries to their
latest GIT tags, as shown by the output of the command :

$ for p in xserver driver/*/. proto/*/. lib/*/. util/*/. ; do
    p=${p%/.}; cd $p && 
    echo '*** '"${PWD//*xorg\//xorg\/} $(\
    git show --format='.:%ci %H' $(git_mrt) | 
        sed -rn '/^.:/{s/^.://;p}'$'\n''/^[Tt]ag/{p}'; 
    git show --format='.:%ci %H' | 
    sed -rn '/^.:/{s/^.://;p}';)" && 
    cd $SRC/xorg; 
   done 2>&1 | tee versions.lst.txt

All directories shown in versions.lst.txt (appended) have been
built and installed with gcc-5.3.0  & binutils-2.26.20160125
for glibc-2.23 on an x86_64 platform: 
( CPU:  
vendor_id       : GenuineIntel
cpu family      : 6
model           : 60
model name      : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz

VGAs:
   $ lspci -nn | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation 4th Gen Core
Processor Integrated Graphics Controller [8086:0416] (rev 06)
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc.
[AMD/ATI] Neptune XT [Radeon HD 8970M] [1002:6801]
).

xf86-video-intel has not been modified since :

*** xorg/driver/xf86-video-intel tag 2.99.917
Tagger: Chris Wilson <chris at chris-wilson.co.uk>
2014-12-21 14:41:12 +0000 baec802b21387d04aebb10ac29e719a1800c5aa0
2014-12-21 14:41:12 +0000 baec802b21387d04aebb10ac29e719a1800c5aa0

but theer have been MANY X-server releases since then, 
and obviously version 2.99.917 seems to be rather out
of sync with the latest X-server 1.18.3 .

Can we expect an upgraded xf86-video-intel driver anytime soon ?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20160426/c3300a47/attachment.html>


More information about the intel-gfx-bugs mailing list