aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-20Merge branch 'linux-4.18' of git://github.com/skeggsb/linux into drm-fixesDave Airlie12-49/+105
2018-07-19drm/nouveau/fb/gp100-: disable address remapperBen Skeggs4-0/+15
2018-07-16drm/nouveau: Set DRIVER_ATOMIC cap earlier to fix debugfsLyude Paul3-6/+10
2018-07-16drm/nouveau: Remove bogus crtc check in pmops_runtime_idleLyude Paul1-11/+0
2018-07-16drm/nouveau/drm/nouveau: Fix runtime PM leak in nv50_disp_atomic_commit()Lyude Paul1-1/+1
2018-07-16drm/nouveau: Avoid looping through fake MST connectorsLyude Paul3-4/+26
2018-07-16drm/nouveau: Use drm_connector_list_iter_* for iterating connectorsLyude Paul4-10/+29
2018-07-16drm/nouveau/gem: off by one bugs in nouveau_gem_pushbuf_reloc_apply()Dan Carpenter1-2/+2
2018-07-16drm/nouveau/kms/nv50-: ensure window updates are submitted when flushing mst disablesBen Skeggs1-19/+26
2018-06-20Merge branch 'linux-4.18' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2-6/+9
2018-06-19drm/nouveau/kms/nv50-: cursors always use core channel vram ctxdmaBen Skeggs2-6/+9
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook1-1/+1
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook4-5/+6
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook4-6/+11
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-4/+3
2018-06-06treewide: Use struct_size() for vmalloc()-familyKees Cook1-2/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+2
2018-05-18drm/nouveau/gr/gf100-: insert some WFIs during gr initBen Skeggs2-0/+6
2018-05-18drm/nouveau/clk: Use list_for_each_entry_from_reverseArushi Singhal1-6/+4
2018-05-18drm/nouveau: fix temp/pwm visibility, skip hwmon when no sensors existIlia Mirkin1-3/+13
2018-05-18drm/nouveau: fix nouveau_dsm_get_client_id()'s return typeLuc Van Oostenryck1-1/+1
2018-05-18drm/nouveau: fix mode_valid's return typeLuc Van Oostenryck1-1/+1
2018-05-18drm/nouveau/gr/gv100: initial supportBen Skeggs12-3/+395
2018-05-18drm/nouveau/ce/gv100: initial supportBen Skeggs6-0/+54
2018-05-18drm/nouveau/fifo/gv100: initial supportBen Skeggs21-11/+779
2018-05-18drm/nouveau/kms/gv100: initial supportBen Skeggs21-7/+918
2018-05-18drm/nouveau/disp/gv100: initial supportBen Skeggs26-9/+1544
2018-05-18drm/nouveau/dma/gv100: initial supportBen Skeggs6-0/+159
2018-05-18drm/nouveau/therm/gv100: initial supportBen Skeggs1-0/+1
2018-05-18drm/nouveau/pmu/gv100: initial supportBen Skeggs1-0/+1
2018-05-18drm/nouveau/fault/gv100: initial supportBen Skeggs4-1/+213
2018-05-18drm/nouveau/bar/gv100: initial supportBen Skeggs1-0/+1
2018-05-18drm/nouveau/mmu/gv100: initial supportBen Skeggs6-0/+137
2018-05-18drm/nouveau/ltc/gv100: initial supportBen Skeggs1-0/+1
2018-05-18drm/nouveau/fb/gv100: initial supportBen Skeggs6-1/+52
2018-05-18drm/nouveau/imem/gv100: initial supportBen Skeggs1-0/+1
2018-05-18drm/nouveau/tmr/gv100: initial supportBen Skeggs1-0/+1
2018-05-18drm/nouveau/bus/gv100: initial supportBen Skeggs1-0/+1
2018-05-18drm/nouveau/mc/gv100: initial supportBen Skeggs1-0/+1
2018-05-18drm/nouveau/fuse/gv100: initial supportBen Skeggs1-0/+1
2018-05-18drm/nouveau/i2c/gv100: initial supportBen Skeggs1-0/+1
2018-05-18drm/nouveau/gpio/gv100: initial supportBen Skeggs1-0/+1
2018-05-18drm/nouveau/ibus/gv100: initial supportBen Skeggs1-0/+1
2018-05-18drm/nouveau/top/gv100: initial supportBen Skeggs2-1/+3
2018-05-18drm/nouveau/devinit/gv100: initial supportBen Skeggs6-1/+85
2018-05-18drm/nouveau/bios/pll: limits table 5.0Ben Skeggs1-1/+18
2018-05-18drm/nouveau/bios/gv100: initial supportBen Skeggs2-1/+5
2018-05-18drm/nouveau/pci/gv100: initial supportBen Skeggs1-0/+1