aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-28Merge branch 'linux-4.9' of git://github.com/skeggsb/linux into drm-nextDave Airlie44-207/+904
2016-10-28Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie9-52/+52
2016-10-25drm/ttm: make eviction decision a driver callback v2Christian König1-0/+1
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson9-52/+52
2016-10-25Merge tag 'topic/drm-misc-2016-10-24' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-12/+9
2016-10-12drm/nouveau: Remove call to reservation_object_test_signaled_rcu before waitChris Wilson1-12/+9
2016-10-12drm/nouveau/fb/nv50: defer DMA mapping of scratch page to oneinit() hookArd Biesheuvel1-10/+18
2016-10-12drm/nouveau/fb/gf100: defer DMA mapping of scratch page to oneinit() hookArd Biesheuvel1-12/+13
2016-10-12drm/nouveau/pci: set streaming DMA mask earlyArd Biesheuvel1-10/+27
2016-10-12drm/nouveau/kms: add Maxwell to backlight initializationFaris Alsalama1-0/+1
2016-10-12drm/nouveau/bar/nv50: fix bar2 vm sizeBen Skeggs1-2/+2
2016-10-12drm/nouveau/disp: remove unused function in sorg94.cBaoyou Xie1-8/+0
2016-10-12drm/nouveau/volt: use kernel's 64-bit signed division functionAlexandre Courbot1-3/+3
2016-10-12drm/nouveau/core: add missing header dependenciesBaoyou Xie1-0/+1
2016-10-12drm/nouveau/gr/nv3x: add 0x0597 kelvin 3d class supportIlia Mirkin3-0/+3
2016-10-12drm/nouveau/drm/nouveau: add a LED driver for the NVIDIA logoMartin Peres6-0/+208
2016-10-12drm/nouveau/fb/ram: Use Kepler implementation on MaxwellKarol Herbst3-12/+9
2016-10-12drm/nouveau/volt: Make use of cvb coefficientsKarol Herbst1-2/+36
2016-10-12drm/nouveau/volt/gf100-: Add speedoKarol Herbst5-0/+77
2016-10-12drm/nouveau/volt: Add implementation for gf100Karol Herbst4-8/+55
2016-10-12drm/nouveau/bios/vmap: unk0 field is the modeKarol Herbst2-2/+2
2016-10-12drm/nouveau/volt: Don't require perfect fitKarol Herbst1-5/+17
2016-10-12drm/nouveau/clk: Allow boosting only when NvBoost is setKarol Herbst4-4/+42
2016-10-12drm/nouveau/bios: Add parsing of VPSTATE tableKarol Herbst3-0/+107
2016-10-12drm/nouveau/clk: Respect voltage limits in nvkm_cstate_progKarol Herbst3-1/+54
2016-10-12drm/nouveau/clk: Fixup cstate selectionKarol Herbst2-2/+21
2016-10-12drm/nouveau/volt: Add temperature parameter to nvkm_volt_mapKarol Herbst3-8/+11
2016-10-12drm/nouveau/clk: Let nvkm_clk_tstate take a temperature valueKarol Herbst2-12/+11
2016-10-12drm/nouveau/clk: Add index field to nvkm_cstateKarol Herbst2-0/+2
2016-10-12drm/nouveau/volt: Add min_id parameter to nvkm_volt_set_idKarol Herbst3-4/+9
2016-10-12drm/nouveau/volt: Parse the max voltage map entriesKarol Herbst4-0/+36
2016-10-12drm/nouveau/clk: Don't create cstates with voltages higher than what the gpu can doKarol Herbst3-0/+27
2016-10-12drm/nouveau/volt: Properly detect entry based voltage tablesKarol Herbst3-7/+17
2016-10-12drm/nouveau/bios/volt: Handle voltage table version 0x50 with zeroed headerKarol Herbst1-0/+3
2016-10-12drm/nouveau/fb/ramgk104: Touch 0x62c000 only when there is a display engineKarol Herbst1-4/+12
2016-10-12drm/nouveau/clk: Fix potential NULL pointer access when there is no fb subdevKarol Herbst1-2/+3
2016-10-12drm/nouveau/iccsense: Parse the resistors and config the right wayKarol Herbst4-92/+82
2016-10-12drm/nouveau/nouveau: bios pointers may be unaligned, use proper accessorsIlia Mirkin2-6/+4
2016-10-12drm/nouveau/ibus/gk20a: use udelay() in interrupt contextAlexandre Courbot1-1/+1
2016-10-11Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-8/+8
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie1-0/+11
2016-09-22drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen1-2/+2
2016-09-22drm/nouveau: Revert "bus: remove cpu_coherent flag"Karol Herbst4-1/+5
2016-09-22drm/nouveau/fifo/nv04: avoid ramht race against cookie insertionIlia Mirkin1-0/+3
2016-09-19drm: use drm_file to tag vm-bosDavid Herrmann1-1/+2
2016-08-31drm/nouveau/acpi: use DSM if bridge does not support D3coldPeter Wu1-0/+11
2016-08-25Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-3/+3
2016-08-15Merge tag 'topic/drm-misc-2016-08-12' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie2-2/+1
2016-08-12drm: Remove superflous linux/fb.h includesDaniel Vetter1-1/+0
2016-08-12drm/fb-helper: Add a dummy remove_conflicting_framebuffersDaniel Vetter1-1/+1