Displaying 20 results from an estimated 10000 matches similar to: "xf86-video-nouveau does not compile"
2017 Mar 22
0
[PATCH xf86-video-nouveau] Add Pascal family support, identical to Maxwell
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
Untested.
src/nouveau_copy.c | 2 ++
src/nouveau_exa.c | 1 +
src/nv_accel_common.c | 1 +
src/nv_driver.c | 3 +++
src/nv_type.h | 1 +
src/nvc0_accel.c | 6 ++++++
6 files changed, 14 insertions(+)
diff --git a/src/nouveau_copy.c b/src/nouveau_copy.c
index 7118a7a..7fbcc87 100644
--- a/src/nouveau_copy.c
2017 Mar 22
0
[PATCH xf86-video-nouveau v2] Add Pascal family support, identical to Maxwell
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
v1 -> v2: add 0x130 as a valid chip type early on in detection
src/nouveau_copy.c | 2 ++
src/nouveau_exa.c | 1 +
src/nv_accel_common.c | 1 +
src/nv_driver.c | 4 ++++
src/nv_type.h | 1 +
src/nvc0_accel.c | 6 ++++++
6 files changed, 15 insertions(+)
diff --git a/src/nouveau_copy.c
2012 Oct 24
0
[ANNOUNCE] xf86-video-nouveau 1.0.3
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Adam Jackson (1):
Remove mibstore.h
Ben Skeggs (1):
shadowfb: fix segfault due to reading outside of shadow buffer
Dave Airlie (1):
nouveau/dri2: fix pixmap/window offset calcs.
Maarten Lankhorst (6):
nvc0/exa: make solid fill actually work
remove unused members from nv_type.h
exa: fix up download_from/upload_to
2012 Oct 24
0
[ANNOUNCE] xf86-video-nouveau 1.0.3
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Adam Jackson (1):
Remove mibstore.h
Ben Skeggs (1):
shadowfb: fix segfault due to reading outside of shadow buffer
Dave Airlie (1):
nouveau/dri2: fix pixmap/window offset calcs.
Maarten Lankhorst (6):
nvc0/exa: make solid fill actually work
remove unused members from nv_type.h
exa: fix up download_from/upload_to
2019 Jan 19
0
[PATCH xf86-video-nouveau] Check for xf86CursorResetCursor()
If it's available, xorg-server calls it on each mode configuration change. It
does what xf86_reload_cursors does (and more), so we don't need to call
the latter anymore.
Avoids gcc 8.2 warning:
drmmode_display.c: In function ‘drmmode_set_mode_major’:
drmmode_display.c:525:2: warning: ‘xf86_reload_cursors’ is deprecated [-Wdeprecated-declarations]
2009 May 18
2
[Bug 21804] New: Account Request (gallium/nouveau and xf86-video-nouveau)
http://bugs.freedesktop.org/show_bug.cgi?id=21804
Summary: Account Request (gallium/nouveau and xf86-video-nouveau)
Product: Mesa
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
AssignedTo: nouveau at
2013 Feb 16
8
Bugfix + dri1 cleanup patches
Had those patches living in my local tree for a while now.
Here is a respin on top of latest master
Patch 1: regression fix, preventing the ddx from loading if kernel
module is not loaded
Patches 2-5: Completely nuke dri1, make dri2 hard dependency
Patches 6-7: Assist people with first-time build of nouveau
Git complains about whitespace errors in patch 7, which for the sake
of me I cannot
2009 Feb 13
1
RAOF ppa failing to configure xf86-video-nouveau due to libdrm_nouveau
RAOF as noted on IRC earlier today ppa is currently failing to
configure xf86-video-nouveau;
`checking for LIBDRM_NOUVEAU... configure: error: Package requirements
(libdrm_nouveau) were not met: No package 'libdrm_nouveau' found`
Effects both 8.04 and 8.10.
First observed because updated drm without matching dri causes loss of
xv, NoAccel
Regards,
Mark Carey
2009 Mar 08
4
[PATCH 1/5] nv50: implement wfb
- Only for sufficiently new xserver's and exa_driver_pixmaps.
---
src/nouveau_exa.c | 217 +++++++++++++++++++++++++++++++++++++++++++++++++++--
src/nv_driver.c | 51 +++++++++++--
src/nv_proto.h | 4 +
src/nv_type.h | 12 +++-
4 files changed, 267 insertions(+), 17 deletions(-)
diff --git a/src/nouveau_exa.c b/src/nouveau_exa.c
index 93fc3c5..074a226 100644
---
2012 Jul 27
1
[PATCH] nvc0: Add and enable vblank support
Based on the original patch by Christoph Bumiller, but since
it depends on kernel support patched I cannot push it yet.
The changes are that I enable vblank by default, and offset
takes OFFSET_HIGH/LOW instead of something relative to notifier_bo.
Signed-off-by: Maarten Lankhorst <maarten.lankhorst at canonical.com>
---
diff --git a/man/nouveau.man b/man/nouveau.man
index 7c72907..8765569
2008 Apr 01
0
xf86-video-amd has been renamed xf86-video-geode
Courtesy notice for developers - the xf86-video-amd driver has been
renamed to xf86-video-geode to avoid confusion with AMD's other
GPU offerings. This should help cut down on mis-directed bug
reports and questions.
Thanks,
Jordan
--
Jordan Crouse
Systems Software Development Engineer
Advanced Micro Devices, Inc.
2015 Jul 29
3
[PATCH 1/2] present: Fixup return type of nouveau_present_init()
Make it a Bool consistently, as declared in header.
Reported-by: Ilia Mirkin <imirkin at alum.mit.edu>
Signed-off-by: Mario Kleiner <mario.kleiner.de at gmail.com>
---
src/nouveau_present.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/nouveau_present.c b/src/nouveau_present.c
index 4de1e6e..699a58d 100644
--- a/src/nouveau_present.c
+++
2016 Apr 06
4
[Bug 94844] New: Ditching xf86-video-nouveau in favor of xf86-video-modesetting?
https://bugs.freedesktop.org/show_bug.cgi?id=94844
Bug ID: 94844
Summary: Ditching xf86-video-nouveau in favor of
xf86-video-modesetting?
Product: xorg
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2009 Dec 11
2
[PATCH 1/2] exa: Pre-G80 tiling support.
For now pixmaps will only be tiled if driver pixmaps are being used
and we're told to with the NOUVEAU_CREATE_PIXMAP_TILED usage hint.
Signed-off-by: Francisco Jerez <currojerez at riseup.net>
---
src/nouveau_exa.c | 31 ++++++++++++++++++++-----------
src/nv50_exa.c | 6 +++---
src/nv50_xv.c | 2 +-
src/nv_proto.h | 2 +-
src/nv_type.h | 1 +
5 files
2015 Feb 20
0
[ANNOUNCE] xf86-video-mga 1.6.4
Adam Jackson (3):
man: Don't mention the HAL
dri: Stop (uselessly) initializing the ValidateTree hooks
undef DISABLE_VGA_IO
Matt Turner (1):
xf86-video-mga 1.6.4
Mikulas Patocka (3):
xf86-video-mga: set the pan_ctl register
xf86-video-mga: fix a lockup in the mga driver
fix a type in previous lockup in the mga driver fix
git tag:
2017 Jan 17
0
[ANNOUNCE] xf86-video-mga 1.6.5
Adam Jackson (2):
Enable write-combining on the framebuffer BAR
Adapt Block/WakeupHandler signature for ABI 23
Connor Behan (2):
Remove DownloadFromScreen
Composite fixup
Mathieu Larouche (2):
xf86-video-mga: Add support for a new G200eW3 chipset
xf86-video-mga: Add support for the new G200e chipset -- V2
Matt Turner (1):
xf86-video-mga 1.6.5
Matthew
2018 Mar 15
0
[ANNOUNCE] xf86-video-amdgpu 18.0.1
I'm pleased to announce the 18.0.1 release of xf86-video-amdgpu, the
Xorg driver for AMD Radeon GPUs supported by the amdgpu kernel driver.
This release supports xserver versions 1.13-1.19. It also works with
xserver 1.20 RC1, so unless something unexpected happens, it should work
with xserver 1.20 as well.
This is a bug-fix release addressing issues in 18.0.0. While those
issues
2018 Mar 15
0
[ANNOUNCE] xf86-video-ati 18.0.1
I'm pleased to announce the 18.0.1 release of xf86-video-ati, the Xorg
driver for ATI/AMD Radeon GPUs supported by the radeon kernel driver.
This release supports xserver versions 1.13-1.19. It also works with
xserver 1.20 RC1, so unless something unexpected happens, it should work
with xserver 1.20 as well.
This is a bug-fix release addressing issues in 18.0.0. While those
issues
2018 May 18
0
[ANNOUNCE] xf86-video-mach64 6.9.6
A boring release, fixing source compatibility with xserver 1.20.
Adam Jackson (3):
Move max mode h/v checks into ATIValidMode
mach64 6.9.6
Alan Coopersmith (2):
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Emil Velikov (2):
autogen.sh: use quoted string variables
xf86-video-mach64: remove the GlxSetVisualConfigs stub and friends
Mihail
2019 Feb 16
0
[ANNOUNCE] xf86-video-tdfx 1.5.0
This is a maintenance release of 3dfx DDX for X.Org X Server.
The DDX compiles cleanly without compilation warnings on X Server 1.19.6.
Kevin Brace
Brace Computer Laboratory blog
https://bracecomputerlab.com
--
Alan Coopersmith (4):
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Update README for gitlab migration
Update configure.ac bug URL for gitlab