Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
274fec93cdd627408a799519fa602f2eecb14d2f
/
drivers
/
gpu
/
drm
/
nouveau
274fec9
drm/nouveau: tidy+move PGRAPH ISRs to their respective *_graph.c files
by Ben Skeggs
· 14 years ago
5178d40
drm/nouveau: move PFIFO ISR into nv04_fifo.c
by Ben Skeggs
· 14 years ago
25b8578
drm/nv04-nv40: register vblank isr
by Ben Skeggs
· 14 years ago
8cbe71a
drm/nouveau: move bitfield/enum helpers to nouveau_util.c
by Ben Skeggs
· 14 years ago
19b7fc7
drm/nv50: use register/unregister functionality for PDISPLAY ISR
by Ben Skeggs
· 14 years ago
2cbd4c8
drm/nv50: move GPIO ISR to nv50_gpio.c
by Ben Skeggs
· 14 years ago
d7facf9
drm/nv84: move PCRYPT ISR out of nouveau_irq.c
by Ben Skeggs
· 14 years ago
8f8a544
drm/nouveau: allow irq handlers to be installed by engine-specific code
by Ben Skeggs
· 14 years ago
a169f09
drm/nv50: 0x50c0 apparently works on NVA3+ too, so lets allow it
by Ben Skeggs
· 14 years ago
aa2c2e8
drm/nv50: fix compute object class
by Ben Skeggs
· 14 years ago
23c45e8
drm/nouveau: Fix sleep while atomic in nouveau_bo_fence().
by Francisco Jerez
· 14 years ago
87a326a
drm/nv20: Add Z compression support.
by Francisco Jerez
· 14 years ago
a5cf68b
drm/nouveau: Rework tile region handling.
by Francisco Jerez
· 14 years ago
e419cf0
drm/nouveau: Add a separate class for the kernel channel mutex.
by Francisco Jerez
· 14 years ago
1f6d2de
drm/nv50: Keep track of the head a channel is vsync'ing to.
by Francisco Jerez
· 14 years ago
1c180fa
drm/nouveau: Call drm_vblank_pre/post_modeset() around mode setting.
by Francisco Jerez
· 14 years ago
332b242
drm/nouveau: Implement the pageflip ioctl.
by Francisco Jerez
· 14 years ago
042206c
drm/nouveau: Implement the vblank DRM hooks.
by Francisco Jerez
· 14 years ago
63f7fcf
drm/nv04: Make CRTC base changes effective in the next hsync.
by Francisco Jerez
· 14 years ago
382d62e
drm/nouveau: fix annoying nouveau_fence type issue
by Marcin Slusarz
· 14 years ago
5f80198
drm/nv50: regression fix, point NVAA/NVAC at correct PM functions
by Ben Skeggs
· 14 years ago
35fa2f2
drm/nouveau: add support for MSI
by Ben Skeggs
· 14 years ago
01d6318
drm/nv10: fix thinko and let nv17 do 3d again :)
by Ben Skeggs
· 14 years ago
8888cb1
drm/nv50: fix evo instmem alignment
by Ben Skeggs
· 14 years ago
97e2000
drm/nv50: improve evo error handler when more than just channel 0 active
by Ben Skeggs
· 14 years ago
43ce028
drm/nv50: rework evo init to match nvidia more closely
by Ben Skeggs
· 14 years ago
1e96268
drm/nv50: initial work to allow multiple evo channels
by Ben Skeggs
· 14 years ago
b7bc613
drm/nv50: move evo handling to nv50_evo.c
by Ben Skeggs
· 14 years ago
106ddad
drm/nv50: clearer separation of the stages of evo init
by Ben Skeggs
· 14 years ago
f4512e6
drm/nv50: create graph and crypt contexts on demand
by Ben Skeggs
· 14 years ago
3052be2
drm/nv50: remove excessive alignment of graph/crypt contexts
by Ben Skeggs
· 14 years ago
bd2e597
drm/nv84: add support for the PCRYPT engine
by Ben Skeggs
· 14 years ago
b8c157d
drm/nouveau: only expose the object classes that are supported by the chipset
by Ben Skeggs
· 14 years ago
a6a1a38
drm/nouveau: use object class structs more extensively
by Ben Skeggs
· 14 years ago
5053694
drm/nouveau: store engine type in gpuobj class structs
by Ben Skeggs
· 14 years ago
9100468
drm/nouveau: pass gpuobj alignment request down into backing allocator
by Ben Skeggs
· 14 years ago
0541324a
drm/nv40: Ignore sync-to-vblank active when waiting for idle.
by Francisco Jerez
· 14 years ago
889fa93
drm/nouveau: Take fence spinlock in nouveau_fence_channel_fini().
by Francisco Jerez
· 14 years ago
2b478ad
drm/nouveau: Avoid race in the interchannel sync code.
by Francisco Jerez
· 14 years ago
2a6789a
drm/nouveau: Make fences take a weak channel reference.
by Francisco Jerez
· 14 years ago
f091a3d
drm/nouveau: Implement weak channel references.
by Francisco Jerez
· 14 years ago
36c952e
drm/nouveau: Fix lock unbalance on card take down.
by Francisco Jerez
· 14 years ago
feeb0ae
drm/nouveau: Add unlocked variants of nouveau_channel_get/put.
by Francisco Jerez
· 14 years ago
f175b74
drm/nouveau: Fix race condition in channel refcount handling.
by Francisco Jerez
· 14 years ago
3945e47
drm/nouveau: Refactor context destruction to avoid a lock ordering issue.
by Francisco Jerez
· 14 years ago
fcccab2
drm/nouveau: Use lazy fence waits when doing software interchannel sync.
by Francisco Jerez
· 14 years ago
aa5ac73
drm/nouveau: Leave BO eviction synchronization for later.
by Francisco Jerez
· 14 years ago
cbb4b60
drm/nv50: remove some unnecessary PDISPLAY init
by Ben Skeggs
· 14 years ago
9acc810
drm/nouveau: fallback to sw fbcon if we can't get mutex immediately
by Ben Skeggs
· 14 years ago
6032649
drm/nouveau: hook up acpi power supply change tracking
by Ben Skeggs
· 14 years ago
18a16a7
drm/nouveau: return error from nouveau_ramht_remove() if not found
by Ben Skeggs
· 14 years ago
938c40e
drm/nouveau: use interruptible waits during pushbuf validation
by Ben Skeggs
· 14 years ago
08cd3d4
drm/nouveau: fix thinko in channel locking in semaphore path
by Ben Skeggs
· 14 years ago
21e86c1
drm/nouveau: remove cpu_writers lock
by Ben Skeggs
· 14 years ago
b12120a
drm/nouveau: switch to unlocked ioctls
by Ben Skeggs
· 14 years ago
cff5c13
drm/nouveau: add more fine-grained locking to channel list + structures
by Ben Skeggs
· 14 years ago
6a6b73f
drm/nouveau: add per-channel mutex, use to lock access to drm's channel
by Ben Skeggs
· 14 years ago
ceed5f3
drm/nouveau: disallow fbcon accel if running in interrupt context
by Ben Skeggs
· 14 years ago
7c74cbd
drm/nouveau: tidy fifo swmthd handler a little
by Ben Skeggs
· 14 years ago
702adba
drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lock
by Thomas Hellstrom
· 14 years ago
ab83833
nouveau: Acknowledge HPD irq in handler, not bottom half
by Andy Lutomirski
· 14 years ago
c1b60ec
drm/nouveau: Fix a few confusions between "chipset" and "card_type".
by Francisco Jerez
· 14 years ago
5bead79
drm/nouveau: don't expose backlight control when available through ACPI
by Ben Skeggs
· 14 years ago
cac8f05
drm/nouveau/pm: improve memtiming mappings
by Roy Spliet
· 14 years ago
9d5a6c4
drm/nouveau: Make PCIE GART size depend on the available RAMIN space.
by Francisco Jerez
· 14 years ago
dd661e5
drm/nouveau: Return error from nouveau_gpuobj_new if we're out of RAMIN.
by Francisco Jerez
· 14 years ago
b54262f
drm/nouveau: Fix compilation issues in nouveau_pm when CONFIG_HWMON is not set
by Martin Peres
· 14 years ago
84b8081
drm/nouveau: Don't use load detection for connector polling.
by Francisco Jerez
· 14 years ago
63d6fd3
drm/nv10-nv20: Fix instability after MPLL changes.
by Francisco Jerez
· 14 years ago
56ac747
drm/nv50: implement possible workaround for NV86 PGRAPH TLB flush hang
by Ben Skeggs
· 14 years ago
06ef3e6
drm/nouveau: Don't poll LVDS outputs.
by Francisco Jerez
· 14 years ago
01db363
drm/nouveau: Use "force" to decide if analog load detection is ok or not.
by Francisco Jerez
· 14 years ago
5794b5f
drm/nv04: Fix scanout over the 16MB mark.
by Francisco Jerez
· 14 years ago
3c29f9e
drm/nouveau: fix nv40 pcie gart size
by Lucas Stach
· 14 years ago
2a56a0b
drm/nva3: fix overflow in fixed point math used for pll calculation
by Ben Skeggs
· 14 years ago
699ddfd
drm/nv10: Balance RTs expected to be accessed simultaneously by the 3d engine.
by Francisco Jerez
· 14 years ago
f13b326
drm/nouveau: Expose some BO usage flags to userspace.
by Francisco Jerez
· 14 years ago
1397b42
drm/nouveau: Reduce severity of the unknown getparam error.
by Francisco Jerez
· 14 years ago
7bb94d2
drm/nouveau: Avoid lock dependency between ramht and ramin spinlocks.
by Francisco Jerez
· 14 years ago
cbab95d
drm/nouveau: Some random cleanups.
by Francisco Jerez
· 14 years ago
5eb94fb
drm/nv11: Fix bad PLL detection false positive.
by Francisco Jerez
· 14 years ago
327ceae
drm/nv04-nv40: Fall back to panel rescaling if we have no usable native mode.
by Francisco Jerez
· 14 years ago
1f5bd44
drm/nouveau: Reject modes exceeding the integrated TMDS maximum bandwidth.
by Francisco Jerez
· 14 years ago
907af60
drm/nouveau: Fix sleep while atomic in the semaphore code.
by Francisco Jerez
· 14 years ago
da3bd82
drm/nouveau: ratelimit IRQ messages
by Jiri Slaby
· 14 years ago
c48c43e
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 14 years ago
3e4d3af
mm: stack based kmap_atomic()
by Peter Zijlstra
· 14 years ago
a8d7be8
i2c: Remove unneeded inclusions of <linux/i2c-id.h>
by Jean Delvare
· 14 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
21c74a8
drm, kdb, kms: Change mode_set_base_atomic() enter argument to be an enum
by Jason Wessel
· 14 years ago
b7ae505
Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-next
by Dave Airlie
· 14 years ago
dab8dcf
drm: don't drop handle reference on unload
by Dave Airlie
· 14 years ago
96a03fc
Merge branch 'drm-kdb-next' into drm-core-next
by Dave Airlie
· 14 years ago
0c8eb0d
Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-core-next
by Dave Airlie
· 14 years ago
a424d76
drm/nouveau/kms: Avoid a hang entering KDB with VT accel on.
by Chris Ball
· 14 years ago
413d45d
drm, kdb, kms: Add an enter argument to mode_set_base_atomic() API
by Jason Wessel
· 14 years ago
be64c2bb
drm/nouveau/kms: Implement KDB debug hooks for nouveau KMS.
by Chris Ball
· 14 years ago
fb7ba21
Merge remote branch 'korg/drm-fixes' into drm-vmware-next
by Dave Airlie
· 14 years ago
d961db7
drm/ttm: restructure to allow driver to plug in alternate memory manager
by Ben Skeggs
· 14 years ago
42311ff
drm/ttm: introduce utility function to free an allocated memory node
by Ben Skeggs
· 14 years ago
Next »