index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_drv.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constant
Thomas Zimmermann
2019-03-19
1
-2
/
+0
*
drm/nouveau/dmem: device memory helpers for SVM
Jérôme Glisse
2019-02-20
1
-0
/
+2
*
drm/nouveau/svm: initial support for shared virtual memory
Ben Skeggs
2019-02-20
1
-0
/
+2
*
drm/nouveau: prepare for enabling svm with existing userspace interfaces
Ben Skeggs
2019-02-20
1
-0
/
+1
*
drm/nouveau/kms/nv04-nv4x: move a bunch of pre-nv50 page flip code to dispnv04
Ben Skeggs
2019-02-19
1
-1
/
+0
*
drm/ttm: initialize globals during device init (v2)
Christian König
2018-11-05
1
-1
/
+0
*
drm/ttm: use a static ttm_mem_global instance
Christian König
2018-11-05
1
-1
/
+0
*
drm/nouveau: Move backlight device into nouveau_connector
Lyude Paul
2018-10-11
1
-2
/
+0
*
drm/nouveau: Add NV_PRINTK_ONCE and variants
Lyude Paul
2018-10-11
1
-0
/
+8
*
drm/nouveau/fifo: support channel count query
Ben Skeggs
2018-05-18
1
-0
/
+6
*
drm/nouveau: Runtime suspend despite HDA being unbound
Lukas Wunner
2018-03-13
1
-1
/
+0
*
Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixes
Dave Airlie
2017-12-19
1
-2
/
+9
|
\
|
*
drm/nouveau: use alternate memory type for system-memory buffers with kind != 0
Ben Skeggs
2017-12-19
1
-2
/
+9
*
|
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2017-11-16
1
-4
/
+29
|
\
|
|
*
drm/nouveau/mmu: remove old vmm frontend
Ben Skeggs
2017-11-02
1
-1
/
+0
|
*
drm/nouveau: implement per-client delayed workqueue with fence support
Ben Skeggs
2017-11-02
1
-0
/
+14
|
*
drm/nouveau: determine memory class for each client
Ben Skeggs
2017-11-02
1
-0
/
+1
|
*
drm/nouveau: allocate vmm object for every client
Ben Skeggs
2017-11-02
1
-0
/
+1
|
*
drm/nouveau: fetch memory type indices that we care about for ttm
Ben Skeggs
2017-11-02
1
-0
/
+3
|
*
drm/nouveau: allocate mmu object for every client
Ben Skeggs
2017-11-02
1
-0
/
+2
|
*
drm/nouveau: separate constant-va tracking from nvkm vma structure
Ben Skeggs
2017-11-02
1
-1
/
+3
|
*
drm/nouveau: hang drm client of a master
Ben Skeggs
2017-11-02
1
-0
/
+3
|
*
drm/nouveau: store nouveau_drm in nouveau_cli, as opposed to drm_device
Ben Skeggs
2017-11-02
1
-2
/
+2
|
*
drm/nouveau: Document nouveau support for Tegra in DRIVER_DESC
Rhys Kidd
2017-11-02
1
-1
/
+1
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
BackMerge tag 'v4.12-rc5' into drm-next
Dave Airlie
2017-06-16
1
-2
/
+1
|
\
|
*
drm/nouveau: replace multiple open-coded runpm support checks with function
Ben Skeggs
2017-06-06
1
-2
/
+1
*
|
drm/nouveau: fix include notation and remove -Iinclude/drm flag
Masahiro Yamada
2017-05-17
1
-1
/
+1
|
/
*
Merge tag 'v4.10-rc8' into drm-next
Dave Airlie
2017-02-23
1
-0
/
+2
|
\
|
*
drm/nouveau: Handle fbcon suspend/resume in seperate worker
Lyude Paul
2017-01-27
1
-0
/
+2
*
|
drm/nouveau: allocate device object for every client
Ben Skeggs
2017-02-17
1
-1
/
+2
*
|
drm/nouveau: tidy up the client init/fini interfaces
Ben Skeggs
2017-02-17
1
-2
/
+3
|
/
*
drm/nouveau/bl: Assign different names to interfaces
Pierre Moreau
2016-12-13
1
-0
/
+1
*
drm/nouveau: Rename acpi_work to hpd_work
Hans de Goede
2016-11-28
1
-1
/
+1
*
drm/nouveau: Intercept ACPI_VIDEO_NOTIFY_PROBE
Hans de Goede
2016-11-17
1
-0
/
+6
*
drm/nouveau/kms/nv50: separate out mode commit
Ben Skeggs
2016-11-07
1
-0
/
+4
*
drm/nouveau/drm/nouveau: add a LED driver for the NVIDIA logo
Martin Peres
2016-10-12
1
-0
/
+3
*
drm/nouveau: rename nouveau_drm.h to nouveau_drv.h
Ben Skeggs
2016-05-20
1
-0
/
+207
*
drm/nouveau: port remainder of drm code, and rip out compat layer
Ben Skeggs
2012-10-03
1
-551
/
+0
*
drm/nouveau/backlight: remove dependence on nouveau_drv.h
Ben Skeggs
2012-10-03
1
-3
/
+7
*
drm/nouveau: move compat ioctl out of nouveau_drv.h
Ben Skeggs
2012-10-03
1
-3
/
+0
*
drm/nouveau/acpi: move definitions out of nouveau_drv.h
Ben Skeggs
2012-10-03
1
-18
/
+0
*
drm/nouveau/mxm: split up into bios code and a subdev module
Ben Skeggs
2012-10-03
1
-4
/
+0
*
drm/nouveau: start culling unused code
Ben Skeggs
2012-10-03
1
-135
/
+0
*
drm/nouveau: port all engines to new engine module format
Ben Skeggs
2012-10-03
1
-396
/
+11
*
drm/nouveau: move some more code around to more appropriate places
Ben Skeggs
2012-10-03
1
-6
/
+0
*
drm/nouveau/fence: un-port from nouveau_exec_engine interfaces
Ben Skeggs
2012-10-03
1
-1
/
+3
*
drm/nouveau: pull nouveau_gem definitions into their own header
Ben Skeggs
2012-10-03
1
-33
/
+1
*
drm/nouveau: pull nouveau_bo definitions into their own header
Ben Skeggs
2012-10-03
1
-86
/
+1
*
drm/nv04/disp: kick all private state out to own header
Ben Skeggs
2012-10-03
1
-109
/
+0
[next]