Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
447a8b858e4bda41c394b1bc7fdbc9dc0bdf44f6
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_drm.c
9138475
Merge branch 'linux-3.17' of git://anongit.freedesktop.org/git/nouveau/linux-2.6
by Linus Torvalds
· 10 years ago
27111a2
drm/nouveau: expose the full object/event interfaces to userspace
by Ben Skeggs
· 10 years ago
771fa0e
drm/nouveau: fix headless mode
by Ben Skeggs
· 10 years ago
648d4df
drm/nouveau/disp: audit and version display classes
by Ben Skeggs
· 10 years ago
bbf8906
drm/nouveau/fifo: audit and version fifo channel classes
by Ben Skeggs
· 10 years ago
4acfd70
drm/nouveau/dma: audit and version NV_DMA classes
by Ben Skeggs
· 10 years ago
586491e
drm/nouveau/device: audit and version NV_DEVICE class
by Ben Skeggs
· 10 years ago
fdb751e
drm/nouveau: remove as much direct use of core headers as possible
by Ben Skeggs
· 10 years ago
0ad7286
drm/nouveau: port to nvif client/device/objects
by Ben Skeggs
· 10 years ago
967e7bd
drm/nouveau: initial pass at moving to struct nvif_device
by Ben Skeggs
· 10 years ago
db2bec1
drm/nouveau: kill nouveau_dev() + wrap register macros
by Ben Skeggs
· 10 years ago
3ee6f5b
drm/nouveau: store a pointer to vm in nouveau_cli
by Ben Skeggs
· 10 years ago
8ba9ff1
drm/nouveau: support for probing platform devices
by Alexandre Courbot
· 10 years ago
90125ed
Merge 3.16-rc6 into driver-core-next
by Greg Kroah-Hartman
· 10 years ago
3aac450
dma-buf: use reservation objects
by Maarten Lankhorst
· 10 years ago
028791b
drm/nouveau/kms: restore fbcon after display has been resumed
by Ben Skeggs
· 10 years ago
9f97ba8
Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 11 years ago
05c63c2
drm/nouveau: don't suspend/resume display on runtime s/r
by Dave Airlie
· 11 years ago
adbbdba
drm/nouveau: fail runtime pm properly.
by Dave Airlie
· 11 years ago
40189b0
drm/nouveau: fix missing newline
by Alexandre Courbot
· 11 years ago
420b946
support for platform devices
by Alexandre Courbot
· 11 years ago
c33e05a
drm/nouveau: use nv_debug for NV_DEBUG, make DRM a separate subflag
by Ilia Mirkin
· 11 years ago
46941b0
drm/nouveau: make hdmi device finding failure prints debug level
by Ilia Mirkin
· 11 years ago
b6c4285
drm/nouveau: handle -EACCES runtime PM return code
by Alexandre Courbot
· 11 years ago
7d3428c
drm/nouveau: set irq_enabled manually
by Ilia Mirkin
· 11 years ago
f3980dc
drm/nouveau: resume display if any later suspend bits fail
by Ilia Mirkin
· 11 years ago
d83ef85
drm/nouveau: implement hooks for needed for drm vblank timestamping support
by Ben Skeggs
· 11 years ago
b25b442
drm/nouveau: only runtime suspend by default in optimus configuration
by Ilia Mirkin
· 11 years ago
69a6146
drm/nv10-: we no longer need to create nvsw object on user channels
by Ben Skeggs
· 11 years ago
26fdd78
drm/nouveau: implement a simple sysfs interface to new pm code
by Ben Skeggs
· 11 years ago
b9ed919
drm/nouveau/drm/pm: remove everything except the hwmon interfaces to THERM
by Ben Skeggs
· 11 years ago
c52f4fa
drm/nouveau/core: make all info-level messages silent for runtime pm
by Ben Skeggs
· 11 years ago
8aa816b
drm/nv10: fix chipset checks, mostly for the benefit of nv1a
by Ilia Mirkin
· 11 years ago
51cb4b3
drm/nouveau/core: convert event handler apis to split create/enable semantics
by Ben Skeggs
· 11 years ago
ac51bb09
drm/nouveau/core: Allow asymmetric nouveau_event_get/_put
by Peter Hurley
· 11 years ago
ca35622
drm/nouveau: off by one in nouveau_drm_vblank_enable()
by Dan Carpenter
· 11 years ago
16eb5f4
drm: kill ->gem_init_object() and friends
by David Herrmann
· 11 years ago
0117277
drm/nouveau: fix oops on runtime suspend/resume
by Dave Airlie
· 11 years ago
7d76125
drm/nouveau: Support render nodes
by Martin Peres
· 11 years ago
5addcf0
nouveau: add runtime PM support (v0.9)
by Dave Airlie
· 12 years ago
b0e898ac
drm: remove FASYNC support
by Daniel Vetter
· 11 years ago
32c913e
Merge tag 'drm-intel-next-2013-07-26-fixed' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 11 years ago
baa7094
drm: const'ify ioctls table (v2)
by Rob Clark
· 11 years ago
43387b3
drm/gem: create drm_gem_dumb_destroy
by Daniel Vetter
· 11 years ago
4cb4ea3
drm/nouveau: drop DRIVER_PCI_DMA and DRIVER_SG
by Daniel Vetter
· 11 years ago
00fc6f6
drm/nouveau: use dedicated channel for async moves on GT/GF chipsets.
by Ben Skeggs
· 11 years ago
060810d
drm/nouveau: fix locking issues in page flipping paths
by Ben Skeggs
· 11 years ago
1af7c7d
drm/nouveau: implement prime helper unpin function
by Maarten Lankhorst
· 11 years ago
81dff21
drm/nouveau: ensure channels are stopped before saving fences for suspend
by Ben Skeggs
· 12 years ago
9fe72f9
drm/nouveau: force noaccel when no PFIFO support present
by Ben Skeggs
· 12 years ago
dded35d
drm/nouveau/device: convert to engine, rather than subdev
by Ben Skeggs
· 12 years ago
0fa9061
drm/nouveau/mc: handle irq-related setup ourselves
by Ben Skeggs
· 12 years ago
e4604d8
drm/nouveau: fix NULL ptr dereference from nv50_disp_intr()
by Maarten Lankhorst
· 12 years ago
fffddfd
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 12 years ago
e9f211a
Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next
by Dave Airlie
· 12 years ago
33b903e
drm/nouveau: restore debugfs/vbios.rom support
by Marcin Slusarz
· 12 years ago
1f3a574
Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next
by Dave Airlie
· 12 years ago
60e5cb7
drm/nv17/fence: split from nv10 code
by Ben Skeggs
· 12 years ago
1d7c71a
drm/nouveau/disp: port vblank handling to event interface
by Ben Skeggs
· 12 years ago
cd89783
drm/nouveau: quiet static-related sparse noise
by Marcin Slusarz
· 12 years ago
a2896ce
drm/nouveau: prepare for reporting channel owner
by Marcin Slusarz
· 12 years ago
e28f639
Merge branch 'drm-nouveau-fixes-3.8' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next
by Dave Airlie
· 12 years ago
5f97ab9
drm/nouveau: add lockdep annotations
by Marcin Slusarz
· 12 years ago
ab9ccb9
drm/nouveau: use prime helpers
by Aaron Plattner
· 12 years ago
94bc70a
Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next
by Dave Airlie
· 12 years ago
dd5700e
drm/nouveau: fix nouveau_client allocation failure path
by Marcin Slusarz
· 12 years ago
56550d9
Drivers: gpu: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
1a1494d
Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Dave Airlie
· 12 years ago
24c89e9
drm/nouveau: remove duplicate inclusion of nouveau_ttm.h
by Sachin Kamat
· 12 years ago
4946980
drm/nve0: allow specification of channel engine type in abi16 call
by Ben Skeggs
· 12 years ago
2d8b9cc
drm/nouveau: convert to dev_pm_ops
by Dave Airlie
· 12 years ago
ace5a9b
drm/nouveau: use the correct fence implementation for nv50
by Maarten Lankhorst
· 12 years ago
83ef777
drm/nouveau: free memory allocated with alloc_apertures()
by Tommi Rantala
· 12 years ago
e412e95
drm/nouveau: headless mode by default if pci class != vga display
by Ben Skeggs
· 12 years ago
9430738
drm/nouveau: resurrect headless mode since rework
by Ben Skeggs
· 12 years ago
612a9aa
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 12 years ago
fa6df8c
drm/nouveau/core: have client-id be a string, rather than an integer
by Ben Skeggs
· 12 years ago
5b8a43a
drm/nouveau: quiet some static-related sparse noise
by Marcin Slusarz
· 12 years ago
4998104
drm/nve0: use async copy engine for ttm buffer moves if available
by Ben Skeggs
· 12 years ago
77145f1
drm/nouveau: port remainder of drm code, and rip out compat layer
by Ben Skeggs
· 12 years ago
ebb945a
drm/nouveau: port all engines to new engine module format
by Ben Skeggs
· 12 years ago
cb75d97
drm/nouveau: implement devinit subdev, and new init table parser
by Ben Skeggs
· 12 years ago
9458029
drm/nouveau: implement module init functions in nouveau_drm.c
by Ben Skeggs
· 12 years ago