Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
640f93cc6ea7327588be3cc0849d1342aac0393a
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_drm.c
9a2eba3
drm/nouveau: Fix drm poll_helper handling
by Peter Ujfalusi
· 8 years ago
a452165
Merge branch 'drm/next/platform' of git://linuxtv.org/pinchartl/media into drm-misc-next
by Daniel Vetter
· 8 years ago
1a54082
drm/nouveau: Remove nouveau_drm_debugfs_cleanup()
by Noralf Trønnes
· 8 years ago
8e22e1b
Merge airlied/drm-next into drm-misc-next
by Daniel Vetter
· 8 years ago
94000cc
Merge tag 'v4.10-rc8' into drm-next
by Dave Airlie
· 8 years ago
76adb46
drm: Remove the struct drm_device platformdev field
by Laurent Pinchart
· 8 years ago
1167c6b
drm/nouveau: allocate device object for every client
by Ben Skeggs
· 9 years ago
80e6097
drm/nouveau: create userspace clients as subclients
by Ben Skeggs
· 9 years ago
20d8a88
drm/nouveau: tidy up the client init/fini interfaces
by Ben Skeggs
· 9 years ago
04b8867
drm/nouveau/core/client: allow creation of subclients
by Ben Skeggs
· 9 years ago
967dd48
drm: remove drm_vblank_no_hw_counter assignment from driver code
by Shawn Guo
· 8 years ago
cae9ff0
drm/nouveau: Don't enabling polling twice on runtime resume
by Lyude Paul
· 8 years ago
11b3c20
drm: Change the return type of the unload hook to void
by Gabriel Krisman Bertazi
· 8 years ago
db1a0ae2
drm/nouveau/bl: Assign different names to interfaces
by Pierre Moreau
· 8 years ago
0b2fe65
drm/nouveau: Queue hpd_work on (runtime) resume
by Hans de Goede
· 8 years ago
3b4c0ab
drm/nouveau/kms: move drm_crtc_force_disable_all() earlier
by Ben Skeggs
· 8 years ago
f3a8b66
drm/nouveau: silence sparse warnings about symbols not being marked static
by Ben Skeggs
· 8 years ago
8d021d7
drm/nouveau/drm/nouveau: add a LED driver for the NVIDIA logo
by Martin Peres
· 8 years ago
0f28860
drm: Don't swallow error codes in drm_dev_alloc()
by Tom Gundersen
· 8 years ago
44adece
drm/fb-helper: Add a dummy remove_conflicting_framebuffers
by Daniel Vetter
· 8 years ago
6c181c8
Merge tag 'topic/drm-misc-2016-07-14' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 8 years ago
0e67bed
drm/nouveau: check for supported chipset before booting fbdev off the hw
by Ben Skeggs
· 8 years ago
e8ff979
drm/nouveau/fifo/gp100: initial support
by Ben Skeggs
· 8 years ago
2100292
drm/nouveau: prevent oops if no mmu subdev present
by Ben Skeggs
· 8 years ago
55c868a
drm/nouveau: Forbid runtime pm on driver unload
by Lukas Wunner
· 8 years ago
c1b16b4
drm/nouveau: Don't leak runtime pm ref on driver unload
by Lukas Wunner
· 8 years ago
a325725
drm: Lobotomize set_busid nonsense for !pci drivers
by Daniel Vetter
· 8 years ago
bb4cec0
Merge tag 'topic/lockless-gem-bo-freeing-2016-06-01' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 8 years ago
a51e6ac
drm/nouveau: Use lockless gem BO free callback
by Daniel Vetter
· 8 years ago
b00e533
vga_switcheroo: Add helper for deferred probing
by Lukas Wunner
· 8 years ago
4dc2813
drm/nouveau: rename nouveau_drm.h to nouveau_drv.h
by Ben Skeggs
· 9 years ago
e7c8e54
Merge tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 9 years ago
44debe7
vgacon: dummy implementation for vgacon_text_force
by Daniel Vetter
· 9 years ago
63f8c9b
drm/nouveau/fifo/gk110: expose KeplerChannelGpfifoB
by Ben Skeggs
· 9 years ago
1f5ff7f
drm/nouveau/fifo/gk104: make use of topology info during gpfifo construction
by Ben Skeggs
· 9 years ago
f2a0ada
drm/nouveau: silence unimportant HDMI status message
by Alexandre Courbot
· 9 years ago
98b3a34
drm/nouveau: Defer probe if gmux is present but its driver isn't
by Lukas Wunner
· 9 years ago
fcc95ce
drm/nouveau/sysfs: remove pstate interface
by Karol Herbst
· 9 years ago
b126a20
drm/nouveau/debugfs: we need a ctrl object for debugfs
by Karol Herbst
· 9 years ago
56c101a
drm/nouveau/debugfs: rename functions to indicate they are used inside drm
by Karol Herbst
· 9 years ago
923bc41
drm/nouveau/nvif: split out device interface definitions
by Ben Skeggs
· 9 years ago
845f272
drm/nouveau/nvif: split out ctxdma interface definitions
by Ben Skeggs
· 9 years ago
8ed1730
drm/nouveau/nvif: split out fifo interface definitions
by Ben Skeggs
· 9 years ago
538b269
drm/nouveau/nvif: split out nvsw interface definitons
by Ben Skeggs
· 9 years ago
e112e59
drm: use dev_name as default unique name in drm_dev_alloc()
by Nicolas Iooss
· 9 years ago
399368aa
drm: make drm_dev_set_unique() not use a format string
by Nicolas Iooss
· 9 years ago
e396ecd
drm/nouveau/platform: allow to specify the IOMMU bit
by Alexandre Courbot
· 9 years ago
fcf3f91
drm/nouveau: remove unnecessary usage of object handles
by Ben Skeggs
· 9 years ago
f8c4714
drm/<drivers>: Drop DRM_UNLOCKED from modeset drivers
by Daniel Vetter
· 9 years ago
b44f840
drm: Stop using drm_vblank_count() as the hw frame counter
by Ville Syrjälä
· 9 years ago
340b0e7
drm/nouveau/pci: merge agp handling from nouveau drm
by Ben Skeggs
· 9 years ago
fbd58eb
drm/nouveau/object: merge with handle
by Ben Skeggs
· 9 years ago
898a2b3
drm/nouveau/sw: turn flip completion into an event
by Ben Skeggs
· 9 years ago
f027f49
drm/nouveau/gpuobj: separate allocation from nvkm_object
by Ben Skeggs
· 9 years ago
1de6856
drm/nouveau/mmu: protect each vm with its own mutex
by Ben Skeggs
· 9 years ago
7974dd1
drm/nouveau/device: separate construction of pci/tegra devices
by Ben Skeggs
· 9 years ago
41a6340
drm/nouveau/nvif: return min/max versions for supported object classes
by Ben Skeggs
· 9 years ago
315a8b2
drm/nouveau/nvif: use negative oclass identifier for internal classes
by Ben Skeggs
· 9 years ago
a01ca78
drm/nouveau/nvif: simplify and tidy library interfaces
by Ben Skeggs
· 9 years ago
4e7e62d
drm/nouveau/client: store default device by handle, not reference
by Ben Skeggs
· 9 years ago
0ac9d21
drm/nouveau/device: simplify subdev construction
by Ben Skeggs
· 9 years ago
e781dc8
drm/nouveau/device: tidy ctor/dtor interfaces
by Ben Skeggs
· 9 years ago
76ecea5
drm/nouveau/client: tidy ctor/dtor interfaces
by Ben Skeggs
· 9 years ago
47b2505
drm/nouveau/platform: remove subclassing of nvkm_device
by Ben Skeggs
· 9 years ago
5300394
drm/nouveau/core: remove last printks
by Ben Skeggs
· 9 years ago
9ad97ed
drm/nouveau: use dev_* for logging
by Ben Skeggs
· 9 years ago
4eebf60
Merge tag 'v4.2-rc7' into drm-next
by Dave Airlie
· 9 years ago
f5654d9
drm/nouveau: Do not leak client objects
by Thierry Reding
· 10 years ago
ac8c793
drm/nouveau: hold mutex when calling nouveau_abi16_fini()
by Kamil Dudka
· 9 years ago
fa78cea
Merge tag 'topic/drm-misc-2015-07-23' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 9 years ago
0e97598
drm: Turn off Legacy Context Functions
by Peter Antoine
· 9 years ago
c5fd936
drm/nouveau: Pause between setting gpu to D3hot and cutting the power
by Lukas Wunner
· 10 years ago
a1020af
drm/nouveau: add support for gm20x fifo channels
by Ben Skeggs
· 10 years ago
be83cd4
drm/nouveau: finalise nvkm namespace switch (no binary change)
by Ben Skeggs
· 10 years ago
9719047
drm/nouveau/device: namespace + nvidia gpu names (no binary change)
by Ben Skeggs
· 10 years ago
989aa5b
drm/nouveau/nvif: namespace of nvkm accessors (no binary change)
by Ben Skeggs
· 10 years ago
8700287
drm/nouveau/sw: rename from software (no binary change)
by Ben Skeggs
· 10 years ago
055a65d
drm/nouveau: merge nouveau_platform.ko into nouveau.ko
by Alexandre Courbot
· 10 years ago
8c86394
Merge tag 'v3.18' into drm-next
by Dave Airlie
· 10 years ago
8b62c8c
nouveau: move the hotplug ignore to correct place.
by Dave Airlie
· 10 years ago
7bb6d44
drm/nouveau: move the (far too many...) different s/r paths to the same place
by Ben Skeggs
· 10 years ago
2d65a9f
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 10 years ago
6fbb702
drm/nouveau: make sure display hardware is reinitialised on runtime resume
by Ben Skeggs
· 10 years ago
703fa26
drm/nouveau: Display Nouveau boot options at launch
by Pierre Moreau
· 10 years ago
b440bde
PCI: Add pci_ignore_hotplug() to ignore hotplug events for a device
by Bjorn Helgaas
· 10 years ago
915b4d1
drm: add driver->set_busid() callback
by David Herrmann
· 10 years ago
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
Next »