Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
25b85783da8c71e577c676173e9d60a1b7e6113a
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_state.c
2cbd4c8
drm/nv50: move GPIO ISR to nv50_gpio.c
by Ben Skeggs
· 14 years ago
a5cf68b
drm/nouveau: Rework tile region handling.
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
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
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
0541324a
drm/nv40: Ignore sync-to-vblank active when waiting for idle.
by Francisco Jerez
· 14 years ago
36c952e
drm/nouveau: Fix lock unbalance on card take down.
by Francisco Jerez
· 14 years ago
3945e47
drm/nouveau: Refactor context destruction to avoid a lock ordering issue.
by Francisco Jerez
· 14 years ago
cff5c13
drm/nouveau: add more fine-grained locking to channel list + structures
by Ben Skeggs
· 14 years ago
56ac747
drm/nv50: implement possible workaround for NV86 PGRAPH TLB flush hang
by Ben Skeggs
· 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
0c6c1c2
drm/nouveau: Use semaphores to handle inter-channel sync in hardware.
by Francisco Jerez
· 14 years ago
fade7ad
drm/nva3: split pm backend out from nv50
by Ben Skeggs
· 14 years ago
8155cac
drm/nouveau: Refactor nouveau_temp_get() into engine pointers.
by Francisco Jerez
· 14 years ago
442b626
drm/nv04-nv40: import initial pm backend
by Ben Skeggs
· 14 years ago
02c30ca
drm/nv50: import initial clock get/set routines + hook up pm engine
by Ben Skeggs
· 14 years ago
330c598
drm/nouveau: import initial work on vbios performance table parsing
by Ben Skeggs
· 14 years ago
9f56b12
drm/nouveau: Simplify tile region handling.
by Francisco Jerez
· 14 years ago
4b5c152
drm/nouveau: Remove implicit argument from nv_wait().
by Francisco Jerez
· 14 years ago
fbd2895
drm/nouveau: rework init ordering so nv50_instmem.c can be less bad
by Ben Skeggs
· 14 years ago
a8eaebc
drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanity
by Ben Skeggs
· 14 years ago
4b223ee
drm/nvc0: starting point for GF100 support, everything stubbed
by Ben Skeggs
· 14 years ago
a0d069e
drm/nouveau: unwind on load errors
by Dan Carpenter
· 14 years ago
ee2e013
drm/nouveau: introduce gpio engine
by Ben Skeggs
· 14 years ago
c88c2e0
drm/nouveau: Move display init to a new nouveau_engine.
by Francisco Jerez
· 14 years ago
8bded18
drm/nv30: Init the PFB+0x3xx memory timing regs.
by Francisco Jerez
· 14 years ago
734ee83
drm/nv50: use correct PRAMIN flush register on original nv50
by Ben Skeggs
· 14 years ago
e88efe0
drm/nouveau: initialise display before enabling interrupts
by Ben Skeggs
· 14 years ago
f56cb86
drm/nouveau: add instmem flush() hook
by Ben Skeggs
· 14 years ago
b6d3d87
drm/nouveau: remove dev_priv->init_state and friends
by Ben Skeggs
· 14 years ago
cd0b072
drm/nouveau: remove left-over !DRIVER_MODESET paths
by Ben Skeggs
· 14 years ago
6d69630
drm/nouveau: completely fail init if we fail to map the PRAMIN BAR
by Ben Skeggs
· 14 years ago
36d1701
Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-testing
by Dave Airlie
· 14 years ago
fbf8176
drm/kms: disable/enable poll around switcheroo on/off
by Dave Airlie
· 14 years ago
7fc74f1
drm/nouveau: Add getparam for current PTIMER time.
by Marcin Kościelnicki
· 15 years ago
eb1f8e4
drm/fbdev: rework output polling to be back in the core. (v4)
by Dave Airlie
· 15 years ago
3b9676e
vga16fb, drm: vga16fb->drm handoff
by Marcin Slusarz
· 15 years ago
06415c5
fbmem, drm/nouveau: kick firmware framebuffers as soon as possible
by Marcin Slusarz
· 15 years ago
7fff400
Merge branch 'drm-fbdev-cleanup' into drm-core-next
by Dave Airlie
· 15 years ago
2f10ffc
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
78bb351
drm/nouveau: fixup the init failure paths some more
by Ben Skeggs
· 15 years ago
a76fb4e
drm/nouveau: detect vram amount once, and save the value
by Ben Skeggs
· 15 years ago
3865167
drm/fb: fix fbdev object model + cleanup properly.
by Dave Airlie
· 15 years ago
336f589
Merge branch 'master' into export-slabh
by Tejun Heo
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
d5e5ded
Merge remote branch 'nouveau/for-airlied' into drm-linus
by Dave Airlie
· 15 years ago
304424e
drm/nv50: Improve PGRAPH interrupt handling.
by Marcin Kościelnicki
· 15 years ago
1c62233
Merge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stage
by Dave Airlie
· 15 years ago
6a9ee8a
vga_switcheroo: initial implementation (v15)
by Dave Airlie
· 15 years ago
a1606a9
drm/nouveau: new gem pushbuf interface, bump to 0.0.16
by Ben Skeggs
· 15 years ago
ff9e527
drm/nouveau: protect channel create/destroy and irq handler with a spinlock
by Maarten Maathuis
· 15 years ago
9967b94
drm/nouveau: Add proper vgaarb support.
by Marcin Kościelnicki
· 15 years ago
69c9700
drm/nouveau: Add getparam to get available PGRAPH units.
by Marcin Kościelnicki
· 15 years ago
a32ed69
drm/nouveau: Add module options to disable acceleration.
by Marcin Kościelnicki
· 15 years ago
7166647
drm/nouveau: Evict buffers in VRAM before freeing sgdma
by Luca Barbieri
· 15 years ago
1dee7a9
drm/nv04: differentiate between nv04/nv05
by Ben Skeggs
· 15 years ago
111b459
drm/nouveau: Don't skip card take down on nv0x.
by Francisco Jerez
· 15 years ago
cb00f7c
drm/nouveau: Pre-G80 tiling support.
by Francisco Jerez
· 15 years ago
588d7d1
drm/nouveau: Add cache_flush/pull fifo engine functions.
by Francisco Jerez
· 15 years ago
0735f62
drm/nouveau: prevent all channel creation if accel not available
by Ben Skeggs
· 15 years ago
c5804be
drm/nouveau: Add proper error handling to nouveau_card_init
by Marcin Kościelnicki
· 15 years ago
6ee7386
drm/nouveau: Add DRM driver for NVIDIA GPUs
by Ben Skeggs
· 15 years ago