index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nv50_display.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-24
drm/nv50-nvc0: initialise display sync channels
Ben Skeggs
1
-1
/
+122
2011-02-24
drm/nv50-nvc0: request and wait on notification of modeset completion
Ben Skeggs
1
-1
/
+1
2011-02-24
drm/nv50-nvc0: switch to tasklet for display isr bh
Ben Skeggs
1
-11
/
+7
2011-02-24
drm/nv50-nvc0: include nv50_display in evo debugging
Ben Skeggs
1
-0
/
+1
2011-02-24
drm/nv50-nvc0: rename disp->evo to disp->master
Ben Skeggs
1
-2
/
+2
2011-02-24
drm/nv50-nvc0: move non-sharable display state into private structure
Ben Skeggs
1
-17
/
+29
2011-02-24
drm/nouveau: use system_wq instead of dev_priv->wq
Tejun Heo
1
-1
/
+4
2011-02-24
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
2010-10-05
drm/ttm: restructure to allow driver to plug in alternate memory manager
Ben Skeggs
1
-1
/
+1
2010-09-24
drm/nouveau: Remove implicit argument from nv_wait().
Francisco Jerez
1
-9
/
+10
2010-09-24
drm/nv50: fix SOR count for early chipsets
Ben Skeggs
1
-4
/
+17
2010-09-24
drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanity
Ben Skeggs
1
-13
/
+19
2010-09-24
drm/nouveau: rebase per-channel pramin heap offsets to 0
Ben Skeggs
1
-2
/
+1
2010-09-24
drm/nouveau: modify object accessors, offset in bytes rather than dwords
Ben Skeggs
1
-7
/
+7
2010-09-24
drm/nouveau: require explicit unmap of kmapped bos
Ben Skeggs
1
-0
/
+1
[next]