Displaying 6 results from an estimated 6 matches for "nv04_instmem".
2012 May 20
16
nouveau_subdev & misc patches
...-
drivers/gpu/drm/nouveau/nouveau_perf.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_pm.c | 6 +++---
drivers/gpu/drm/nouveau/nouveau_state.c | 2 ++
drivers/gpu/drm/nouveau/nouveau_therm.c | 63 +++++++++++++++++++++++++++++++++++++++++++++++++--------------
drivers/gpu/drm/nouveau/nv04_instmem.c | 3 +--
drivers/gpu/drm/nouveau/nv10_fb.c | 4 ----
drivers/gpu/drm/nouveau/nv10_gpio.c | 16 ++++++++--------
drivers/gpu/drm/nouveau/nv30_fb.c | 3 +--
drivers/gpu/drm/nouveau/nv40_fanpwm.c | 14 +++++++-------
drivers/gpu/drm/nouveau/nv40_fb.c | 1...
2009 Jun 20
0
drm copyright
...pretty straight forward, since I'll be using the usual MIT drm
license. The following files don't seem to have headers at the moment
and I would like to get this resolved soon, since we are approaching
code freeze in a few days.
==> nouveau_sgdma.c <==
==> nv04_fb.c <==
==> nv04_instmem.c <==
==> nv04_timer.c <==
==> nv10_fb.c <==
==> nv20_graph.c <==
==> nv40_fb.c <==
==> nv40_mc.c <==
==> nv50_grctx.h <==
robert.
--
Robert Noland <rnoland at 2hip.net>
2Hip Networks
-------------- next part --------------
A non-text attachment was s...
2007 Jul 30
0
Nouveau and Debian Unstable
...CC [M] /home/michael/drm/linux-core/nv10_graph.o
CC [M] /home/michael/drm/linux-core/nv20_graph.o
CC [M] /home/michael/drm/linux-core/nv30_graph.o
CC [M] /home/michael/drm/linux-core/nv40_graph.o
CC [M] /home/michael/drm/linux-core/nv50_graph.o
CC [M] /home/michael/drm/linux-core/nv04_instmem.o
CC [M] /home/michael/drm/linux-core/nv50_instmem.o
LD [M] /home/michael/drm/linux-core/drm.o
LD [M] /home/michael/drm/linux-core/nouveau.o
Building modules, stage 2.
MODPOST 2 modules
CC /home/michael/drm/linux-core/drm.mod.o
LD [M] /home/michael/drm/linux-core/drm.ko
CC...
2009 Aug 13
9
[PATCHv2 01/10] drm/nouveau: Fix a lock up at NVSetOwner with nv11.
It seems it was only locking up in the context of
nouveau_hw_save_vga_fonts, when it actually did something (because
the console wasn't already in graphics mode).
Signed-off-by: Francisco Jerez <currojerez at riseup.net>
---
drivers/gpu/drm/nouveau/nouveau_hw.c | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/nouveau_hw.c
2009 Aug 12
14
[PATCH 00/12] TV-out modesetting kernel patches.
This patch series adds TV-out modesetting support to the KMS
implementation.
I've tried to test it on all the hardware I've got at hand (that is
nv11, nv17, nv34, nv35, nv40, nv4b) with every possible output
combination; I believe it has reached a mergeable state, however it
depends on some commits from drm-next that haven't got into Linus'
tree yet, if you agree to merge this
2010 Feb 25
3
[PATCH 1/3] drm/nv50: Implement ctxprog/state generation.
...v.o nouveau_state.o nouveau_channel.o nouveau_mem.o \
nv04_fifo.o nv10_fifo.o nv40_fifo.o nv50_fifo.o \
nv04_graph.o nv10_graph.o nv20_graph.o \
nv40_graph.o nv50_graph.o \
- nv40_grctx.o \
+ nv40_grctx.o nv50_grctx.o \
nv04_instmem.o nv50_instmem.o \
nv50_crtc.o nv50_dac.o nv50_sor.o \
nv50_cursor.o nv50_display.o nv50_fbcon.o \
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
index a334236..792390c 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/d...