search for: jerez

Displaying 20 results from an estimated 147 matches for "jerez".

Did you mean: perez
2009 Aug 24
5
[PATCH 1/2] drm/i2c/ch7006: Make some parameter descriptions more useful.
Signed-off-by: Francisco Jerez <currojerez at riseup.net> --- drivers/gpu/drm/i2c/ch7006_drv.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i2c/ch7006_drv.c b/drivers/gpu/drm/i2c/ch7006_drv.c index 47421ba..ff0369c 100644 --- a/drivers/gpu/drm/i2c/ch7006_drv.c +++ b/drivers/g...
2018 Jun 26
1
[PATCH 6/8] drm/nouveau: Use drm_for_each_connector_encoder_ids()
From: Ville Syrjälä <ville.syrjala at linux.intel.com> Use drm_for_each_connector_encoder_ids() for iterating connector->encoder_ids[]. A bit more convenient not having to deal with the implementation details. Cc: Ben Skeggs <bskeggs at redhat.com> Cc: nouveau at lists.freedesktop.org Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com> ---
2009 Aug 24
4
[PATCH 1/2] man page: Fix the supported fb depths.
Signed-off-by: Francisco Jerez <currojerez at riseup.net> --- man/nouveau.man | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/man/nouveau.man b/man/nouveau.man index 87f645a..5c4e4ae 100644 --- a/man/nouveau.man +++ b/man/nouveau.man @@ -13,9 +13,10 @@ nouveau \- NVIDIA video driver .fi .S...
2009 Oct 31
13
[Bug 24830] New: Some characters are not drawn well, missing vertical lines with NVIDIA NV18
http://bugs.freedesktop.org/show_bug.cgi?id=24830 Summary: Some characters are not drawn well, missing vertical lines with NVIDIA NV18 Product: xorg Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2009 Oct 30
28
[Bug 24820] New: [nv15] Vertical screen corruption in X when KMS is enabled
http://bugs.freedesktop.org/show_bug.cgi?id=24820 Summary: [nv15] Vertical screen corruption in X when KMS is enabled Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo:
2010 Feb 27
13
[Bug 26790] New: Not center screen
http://bugs.freedesktop.org/show_bug.cgi?id=26790 Summary: Not center screen Product: xorg Version: unspecified Platform: Other URL: https://bugs.edge.launchpad.net/ubuntu/+source/xserver- xorg-video-nouveau/+bug/529130 OS/Version: All Status: NEW Severity: normal Priority: medium
2010 Feb 15
10
[Bug 26577] New: [regression] Black screen with X on NV11 and NV31
...u at lists.freedesktop.org ReportedBy: johannesobermayr at gmx.de QAContact: xorg-team at lists.x.org Created an attachment (id=33313) --> (http://bugs.freedesktop.org/attachment.cgi?id=33313) Xorg.0.log "Offender": nouveau/xf86-video-nouveau: author Francisco Jerez <currojerez at riseup.net> committer Francisco Jerez <currojerez at riseup.net> commit 43524fcbb786c5b9e9ec25776560790aec208719 dri2: Fix crashes on server regeneration. KMS works properly, in X I see only a black screen with a blinking "_" cursor on top left... It is o...
2009 Oct 05
4
[PATCH 1/3] drm/nouveau: Ignore DCB I2C indices for on-chip TV-out.
The nv31m in bug 23212 claims its TV-out and LVDS are in the same connector. Ignore it completely as it's otherwise useless. Signed-off-by: Francisco Jerez <currojerez at riseup.net> --- drivers/gpu/drm/nouveau/nouveau_bios.c | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_bios.c b/drivers/gpu/drm/nouveau/nouveau_bios.c index 195ecb3..01ef97e 100644 --- a/drivers/gpu/drm/nouvea...
2009 Aug 08
21
[Bug 23212] New: oops on rmmod nouveau with nv31m
http://bugs.freedesktop.org/show_bug.cgi?id=23212 Summary: oops on rmmod nouveau with nv31m Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2010 Feb 19
2
[PATCH 1/2] drm/nouveau: Unmap pushbuf BOs when we're done with them.
...you're especially unlucky BOs would move around and their kmaps would end up pointing to something else in GART, then ioctl_pushbuf() would use the kmaps again corrupting textures or other pushbufs (the most noticeable symptom was a PFIFO_DMA_PUSHER from time to time). Signed-off-by: Francisco Jerez <currojerez at riseup.net> --- drivers/gpu/drm/nouveau/nouveau_gem.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_gem.c b/drivers/gpu/drm/nouveau/nouveau_gem.c index fb6d87b..ec6da5c 100644 --- a/drivers/gpu/drm/nouveau/nouveau_gem...
2009 Aug 17
5
[PATCHv2 1/6] drm/i2c/ch7006: Fix some sparse warnings.
Signed-off-by: Francisco Jerez <currojerez at riseup.net> --- drivers/gpu/drm/i2c/ch7006_drv.c | 2 +- drivers/gpu/drm/i2c/ch7006_mode.c | 2 +- drivers/gpu/drm/i2c/ch7006_priv.h | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/i2c/ch7006_drv.c b/drivers/gpu/drm/i2c/ch700...
2009 Nov 09
30
[Bug 24996] New: Wrong display resolution in X, "windowed" console. FX 5600 XT
http://bugs.freedesktop.org/show_bug.cgi?id=24996 Summary: Wrong display resolution in X, "windowed" console. FX 5600 XT Product: xorg Version: 7.5 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo:
2009 Nov 06
2
[PATCH 1/2] drm/nv10: Keep the lower bits of PGRAPH_CTX_USER during context switches.
Before this patch they were being reset to zero on every context switch instead of leaving the saved value, causing some context switching weirdness (the most serious symptom was the memory manager corrupting the BOs it migrated because of a malfunctioning M2MF). Signed-off-by: Francisco Jerez <currojerez at riseup.net> --- drivers/gpu/drm/nouveau/nv10_graph.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv10_graph.c b/drivers/gpu/drm/nouveau/nv10_graph.c index cf5c9c4..6bf6804 100644 --- a/drivers/gpu/drm/nouveau/nv10_graph.c...
2010 Jun 29
21
[Bug 28810] New: Blank consoles (Ctrl+Alt+Fn) after X starts on Arch Linux with FX5200 card.
https://bugs.freedesktop.org/show_bug.cgi?id=28810 Summary: Blank consoles (Ctrl+Alt+Fn) after X starts on Arch Linux with FX5200 card. Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: critical Priority: medium Component: Driver/nouveau
2010 Jan 08
6
[Bug 25948] New: X don't start first time, and dies on logout from kde
http://bugs.freedesktop.org/show_bug.cgi?id=25948 Summary: X don't start first time, and dies on logout from kde Product: xorg Version: 7.4 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at
2010 Mar 18
4
[Bug 27153] New: [NV18] Frequent lockups during graphical activities
http://bugs.freedesktop.org/show_bug.cgi?id=27153 Summary: [NV18] Frequent lockups during graphical activities Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2009 Nov 30
4
[Bug 25366] New: PGRAPH_ERROR with Quadro NVS 280 SD (NV17 or NV18)
http://bugs.freedesktop.org/show_bug.cgi?id=25366 Summary: PGRAPH_ERROR with Quadro NVS 280 SD (NV17 or NV18) Product: xorg Version: 7.5 Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2010 Mar 01
2
[PATCH] nouveau: make sure initial kalloc for user bo ends up in the right place
- Currently reloc'ing a user bo to gart will first cause an allocation in vram, which is then cpu written to, then the bo gets moved to gart. Signed-off-by: Maarten Maathuis <madman2003 at gmail.com> --- nouveau/nouveau_reloc.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/nouveau/nouveau_reloc.c b/nouveau/nouveau_reloc.c index 301482b..332dfa0 100644
2009 Dec 13
5
[Bug 25623] New: Xorg segfaults when using nouveau.tv_norm=1080i on NV4B
http://bugs.freedesktop.org/show_bug.cgi?id=25623 Summary: Xorg segfaults when using nouveau.tv_norm=1080i on NV4B Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at
2012 Oct 10
2
mapa municipios Andalucía con R
Hola a todos. Estoy utilizando R , más concretamente los paquetes maptools y sp, para realizar mapas de España por comunidades y provincias y de Andalucía por provincias y municipios. El caso es que para el mapa de municipios en Andalucía, una vez leído el fichero shp con readShapePoly , si luego por ejemplo , quiero poner todos los polígonos de un color utilizando library(maps)