index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nv50_display.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-03
drm/nouveau: port remainder of drm code, and rip out compat layer
Ben Skeggs
1
-181
/
+187
2012-10-03
drm/nouveau: port all engines to new engine module format
Ben Skeggs
1
-49
/
+6
2012-10-03
drm/nouveau/pageflip: kick flip handling out of engsw and into fence
Ben Skeggs
1
-2
/
+2
2012-10-03
drm/nouveau/instmem: completely new implementation, as a subdev module
Ben Skeggs
1
-1
/
+1
2012-10-03
drm/nouveau/timer: port to subdev interfaces
Ben Skeggs
1
-4
/
+2
2012-10-03
drm/nouveau: implement devinit subdev, and new init table parser
Ben Skeggs
1
-86
/
+42
2012-10-03
drm/nouveau: restructure source tree, split core from drm implementation
Ben Skeggs
1
-1
/
+1
2012-07-26
drm/nv50: extend vblank semaphore to generic dmaobj + offset pair
Ben Skeggs
1
-1
/
+24
2012-05-24
drm/nouveau: move flip-related channel setup to software engine
Ben Skeggs
1
-1
/
+2
2012-05-24
drm/nouveau: create real execution engine for software object class
Ben Skeggs
1
-14
/
+1
2012-05-24
drm/nv50/disp: fixup error paths in crtc object creation
Ben Skeggs
1
-2
/
+5
2012-05-24
drm/nouveau: use the same packet header macros as userspace
Ben Skeggs
1
-25
/
+25
2012-03-22
drm/nouveau: remove subchannel names from places where it doesn't matter
Ben Skeggs
1
-6
/
+6
2012-03-13
drm/nouveau/dp: move all nv50/sor-specific code out of nouveau_dp.c
Ben Skeggs
1
-2
/
+2
2012-03-13
drm/nv50/disp: more accurate function to determine active crtcs
Ben Skeggs
1
-0
/
+23
2011-12-21
drm/nouveau: move hpd enable/disable to common code
Ben Skeggs
1
-17
/
+0
2011-12-21
drm/nouveau/gpio: reimplement as nouveau_gpio.c, fixing a number of issues
Ben Skeggs
1
-7
/
+2
2011-12-21
drm/nouveau/disp: parse connector info directly in nouveau_connector.c
Ben Skeggs
1
-3
/
+3
2011-12-21
drm/nv50/disp: fix evo for create/init + destroy/fini split
Ben Skeggs
1
-1
/
+9
2011-12-21
drm/nouveau/disp: introduce proper init/fini, separate from create/destroy
Ben Skeggs
1
-12
/
+5
2011-12-21
drm/nv50/disp: stricter check for evo being active on init
Ben Skeggs
1
-4
/
+7
2011-12-21
drm/nv50/disp: completely reset disp if master evo channel active at init
Ben Skeggs
1
-0
/
+41
2011-12-21
drm/nv50/disp: synchronise display right after init
Ben Skeggs
1
-23
/
+6
2011-12-21
drm/nv50/disp: move sync routine to where it can be used by other modules
Ben Skeggs
1
-0
/
+32
2011-11-30
drm/nv50/disp: silence compiler warning
Ben Skeggs
1
-2
/
+2
2011-09-20
drm/nouveau/dp: remove reliance on vbios for native displayport
Ben Skeggs
1
-32
/
+7
2011-09-20
drm/nouveau/bios: allow passing in crtc to the init table parser
Ben Skeggs
1
-4
/
+4
2011-09-20
drm/nouveau: make general drm modesetting init common
Ben Skeggs
1
-19
/
+10
2011-06-23
drm/nvc0: explicitly map PDISP semaphore buffer into each channel's vm
Ben Skeggs
1
-2
/
+2
2011-06-23
drm/nouveau: convert bo.mem.start usage to bo.offset
Ben Skeggs
1
-1
/
+1
2011-06-18
drm/nv50/disp: fix gamma with page flipping overlay turned on
Ben Skeggs
1
-3
/
+14
2011-05-16
drm/nv50: respect LVDS link count from EDID on SPWG panels
Ben Skeggs
1
-3
/
+15
2011-02-25
drm/nv50-nvc0: initialise display sync channels
Ben Skeggs
1
-1
/
+122
2011-02-25
drm/nv50-nvc0: request and wait on notification of modeset completion
Ben Skeggs
1
-1
/
+1
2011-02-25
drm/nv50-nvc0: switch to tasklet for display isr bh
Ben Skeggs
1
-11
/
+7
2011-02-25
drm/nv50-nvc0: include nv50_display in evo debugging
Ben Skeggs
1
-0
/
+1
2011-02-25
drm/nv50-nvc0: rename disp->evo to disp->master
Ben Skeggs
1
-2
/
+2
2011-02-25
drm/nv50-nvc0: move non-sharable display state into private structure
Ben Skeggs
1
-17
/
+29
2011-02-25
drm/nouveau: use system_wq instead of dev_priv->wq
Tejun Heo
1
-1
/
+4
2011-02-25
drm/nouveau: silence some compiler warnings
Ben Skeggs
1
-1
/
+1
2010-12-03
drm/nv50: rework PGPIO IRQ handling and hotplug detection
Ben Skeggs
1
-66
/
+0
2010-12-03
drm/nv50: use register/unregister functionality for PDISPLAY ISR
Ben Skeggs
1
-2
/
+8
2010-12-03
drm/nv50: move GPIO ISR to nv50_gpio.c
Ben Skeggs
1
-19
/
+0
2010-12-03
drm/nv50: Keep track of the head a channel is vsync'ing to.
Francisco Jerez
1
-0
/
+3
2010-12-03
drm/nouveau: Implement the vblank DRM hooks.
Francisco Jerez
1
-9
/
+7
2010-12-03
drm/nv50: improve evo error handler when more than just channel 0 active
Ben Skeggs
1
-17
/
+23
2010-12-03
drm/nv50: move evo handling to nv50_evo.c
Ben Skeggs
1
-233
/
+5
2010-12-03
drm/nv50: clearer separation of the stages of evo init
Ben Skeggs
1
-43
/
+50
2010-12-03
drm/nv50: remove some unnecessary PDISPLAY init
Ben Skeggs
1
-13
/
+2
2010-11-18
nouveau: Acknowledge HPD irq in handler, not bottom half
Andy Lutomirski
1
-9
/
+26
[next]