bugzilla-daemon at freedesktop.org
2015-Jul-09 15:30 UTC
[Nouveau] [Bug 91284] New: xf86-video-nouveau fails to build with latest xorg
https://bugs.freedesktop.org/show_bug.cgi?id=91284 Bug ID: 91284 Summary: xf86-video-nouveau fails to build with latest xorg Product: xorg Version: git Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: vrutkovs at redhat.com QA Contact: xorg-team at lists.x.org ../../src/nv_driver.c: In function 'redisplay_dirty': ../../src/nv_driver.c:560:2: error: too many arguments to function 'PixmapSyncDirtyHelper' PixmapSyncDirtyHelper(dirty, &pixregion); ^ In file included from /usr/include/xorg/gc.h:54:0, from /usr/include/xorg/dix.h:51, from /usr/include/xorg/privates.h:151, from /usr/include/xorg/cursor.h:53, from /usr/include/xorg/scrnintstr.h:53, from /usr/include/xorg/xf86str.h:39, from /usr/include/xorg/xf86.h:44, from ../../src/nv_include.h:15, from ../../src/nv_driver.c:26: /usr/include/xorg/pixmap.h:131:1: note: declared here PixmapSyncDirtyHelper(PixmapDirtyUpdatePtr dirty); ^ Makefile:619: recipe for target 'nv_driver.lo' failed See https://bugs.freedesktop.org/show_bug.cgi?id=91276 for similar break in radeon driver -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20150709/2fb11f6b/attachment-0001.html>
bugzilla-daemon at freedesktop.org
2015-Jul-09 15:38 UTC
[Nouveau] [Bug 91284] xf86-video-nouveau fails to build with latest xorg
https://bugs.freedesktop.org/show_bug.cgi?id=91284 --- Comment #1 from Ilia Mirkin <imirkin at alum.mit.edu> --- Created attachment 117016 --> https://bugs.freedesktop.org/attachment.cgi?id=117016&action=edit adapt to new dirty tracking api Please give the attached patch a shot. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20150709/eb1a83f5/attachment.html>
bugzilla-daemon at freedesktop.org
2015-Jul-09 21:30 UTC
[Nouveau] [Bug 91284] xf86-video-nouveau fails to build with latest xorg
https://bugs.freedesktop.org/show_bug.cgi?id=91284 --- Comment #2 from Vadim Rutkovsky <vrutkovs at redhat.com> --- Created attachment 117020 --> https://bugs.freedesktop.org/attachment.cgi?id=117020&action=edit Adapt to a new dirty tracking API (v2) Thanks, this worked, fixed drmmode_set_scanout_pixmap too -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20150709/a948db3c/attachment.html>
bugzilla-daemon at freedesktop.org
2015-Jul-11 21:00 UTC
[Nouveau] [Bug 91284] xf86-video-nouveau fails to build with latest xorg
https://bugs.freedesktop.org/show_bug.cgi?id=91284 Ilia Mirkin <imirkin at alum.mit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Ilia Mirkin <imirkin at alum.mit.edu> --- Pushed as commit fdc528306e4018b314f2efcb2be4e37672bddd75 Author: Vadim Rutkovsky <vrutkovs at redhat.com> Date: Thu Jul 9 23:23:37 2015 +0200 Adapt to new dirty tracking api Mirrors commit b6d871bf2 (radeon: adopt for new X server dirty tracking APIs.) in xf86-video-ati. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91284 -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20150711/643641db/attachment.html>