index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
drm/nv50: Implement ctxprog/state generation.
Marcin Kościelnicki
2010-02-25
4
-33
/
+2411
|
*
|
|
drm/nouveau: use dcb connector types throughout the driver
Ben Skeggs
2010-02-25
1
-32
/
+41
|
*
|
|
drm/nv50: enable hpd on any connector we know the gpio line for
Ben Skeggs
2010-02-25
1
-3
/
+1
|
*
|
|
drm/nouveau: use dcb connector table for creating drm connectors
Ben Skeggs
2010-02-25
4
-115
/
+62
|
*
|
|
drm/nouveau: construct a connector table for cards that lack a real one
Ben Skeggs
2010-02-25
1
-13
/
+16
|
*
|
|
drm/nouveau: check for known dcb connector types
Ben Skeggs
2010-02-25
2
-0
/
+62
|
*
|
|
drm/nouveau: parse dcb gpio/connector tables after encoders
Ben Skeggs
2010-02-25
1
-4
/
+6
|
*
|
|
drm/nouveau: reorganise bios header, add dcb connector type enums
Ben Skeggs
2010-02-25
3
-44
/
+63
|
*
|
|
drm/nouveau: merge nvbios and nouveau_bios_info
Ben Skeggs
2010-02-25
15
-81
/
+73
|
*
|
|
drm/nouveau: merge parsed_dcb and bios_parsed_dcb into dcb_table
Ben Skeggs
2010-02-25
6
-95
/
+85
|
*
|
|
drm/nouveau: rename parsed_dcb_gpio to dcb_gpio_table
Ben Skeggs
2010-02-25
2
-3
/
+3
|
*
|
|
drm/nouveau: allow retrieval of vbios image from debugfs
Ben Skeggs
2010-02-25
1
-0
/
+13
|
*
|
|
drm/nouveau: fix missing spin_unlock in failure path
Luca Barbieri
2010-02-25
1
-1
/
+1
|
*
|
|
drm/nouveau: fix i2ctable bounds checking
Marcin Slusarz
2010-02-25
1
-3
/
+4
|
*
|
|
drm/nouveau: fix nouveau_i2c_find bounds checking
Marcin Slusarz
2010-02-25
1
-1
/
+1
|
*
|
|
drm/nouveau: fix pramdac_table range checking
Marcin Slusarz
2010-02-25
1
-1
/
+1
|
*
|
|
drm/nouveau: new gem pushbuf interface, bump to 0.0.16
Ben Skeggs
2010-02-25
6
-350
/
+176
|
*
|
|
drm/nv50: make pushbuf dma object cover entire vm
Ben Skeggs
2010-02-25
2
-7
/
+12
|
*
|
|
drm/nouveau: remove PUSHBUF_CAL macro
Ben Skeggs
2010-02-25
1
-6
/
+4
|
*
|
|
drm/nv50: switch to indirect push buffer controls
Ben Skeggs
2010-02-25
6
-15
/
+155
|
*
|
|
drm/nouveau: protect channel create/destroy and irq handler with a spinlock
Maarten Maathuis
2010-02-25
7
-1
/
+36
|
|
/
/
*
|
|
Merge remote branch 'korg/drm-core-next' into drm-next-stage
Dave Airlie
2010-03-01
6
-39
/
+15
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Use drm_gem_object_[handle_]unreference_unlocked where possible
Luca Barbieri
2010-02-11
6
-39
/
+15
*
|
|
drm/nv50: fix vram ptes on IGPs to point at stolen system memory
Ben Skeggs
2010-02-23
1
-1
/
+7
*
|
|
drm/nv50: fix instmem binding on IGPs to point at stolen system memory
Ben Skeggs
2010-02-23
2
-18
/
+41
*
|
|
drm/nv50: improve vram page table construction
Ben Skeggs
2010-02-23
1
-11
/
+33
*
|
|
drm/nv50: more efficient clearing of gpu page table entries
Ben Skeggs
2010-02-23
1
-24
/
+44
*
|
|
drm/nv50: make nv50_mem_vm_{bind,unbind} operate only on vram
Ben Skeggs
2010-02-23
1
-30
/
+13
*
|
|
drm/nouveau: Fix up pre-nv17 analog load detection.
Francisco Jerez
2010-02-23
1
-1
/
+5
*
|
|
drm/nouveau: Force TV encoder DPMS reinit after resume.
Francisco Jerez
2010-02-16
1
-0
/
+2
*
|
|
drm/nouveau: use mutex for vbios lock
Ben Skeggs
2010-02-16
2
-5
/
+4
|
/
/
*
|
nouveau: fix state detection with switchable graphics
Matthew Garrett
2010-02-11
1
-6
/
+6
*
|
drm/nouveau: move dereferences after null checks
Marcin Slusarz
2010-02-11
4
-11
/
+17
*
|
drm/nv50: make the pgraph irq handler loop like the pre-nv50 version
Maarten Maathuis
2010-02-09
1
-64
/
+77
*
|
drm/nv50: delete ramfc object after disabling fifo, not before
Maarten Maathuis
2010-02-09
1
-3
/
+6
*
|
drm/nv50: avoid unloading pgraph context when ctxprog is running
Maarten Maathuis
2010-02-09
2
-7
/
+10
*
|
drm/nv50: align size of buffer object to the right boundaries.
Maarten Maathuis
2010-02-09
1
-5
/
+5
*
|
drm/nv50: disregard dac outputs in nv50_sor_dpms()
Ben Skeggs
2010-02-09
1
-0
/
+1
*
|
drm/nv50: prevent multiple init tables being parsed at the same time
Ben Skeggs
2010-02-09
2
-8
/
+11
*
|
drm/nouveau: make dp auxch xfer len check for reads only
Ben Skeggs
2010-02-09
1
-5
/
+5
*
|
drm/nv40: make INIT_COMPUTE_MEM a NOP, just like nv50
Ben Skeggs
2010-02-09
1
-1
/
+1
*
|
drm/nouveau: Add proper vgaarb support.
Marcin Kościelnicki
2010-02-09
1
-0
/
+8
*
|
drm/nouveau: Fix fbcon on mixed pre-NV50 + NV50 multicard.
Marcin Kościelnicki
2010-02-09
4
-12
/
+42
*
|
drivers/gpu/drm/nouveau/nouveau_grctx.c: correct NULL test
Julia Lawall
2010-02-09
1
-2
/
+2
*
|
drm/nouveau: call ttm_bo_wait with the bo lock held to prevent hang
Luca Barbieri
2010-02-09
1
-0
/
+2
*
|
drm/nouveau: Fixup semaphores on pre-nv50 cards.
Francisco Jerez
2010-02-09
1
-0
/
+14
*
|
drm/nouveau: Add getparam to get available PGRAPH units.
Marcin Kościelnicki
2010-02-09
2
-0
/
+10
*
|
drm/nouveau: Add module options to disable acceleration.
Marcin Kościelnicki
2010-02-09
4
-15
/
+37
*
|
drm/nouveau: fix non-vram notifier blocks
Ben Skeggs
2010-02-09
2
-4
/
+11
|
/
*
drm/nv50: prevent switching off SOR when in use for DVI-over-DP
Ben Skeggs
2010-01-25
1
-0
/
+13
[prev]
[next]