summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
2018-01-23drm/nouveau/kms/nv50: Use drm_mode_get_hv_timing() to populate plane clip rec...Ville Syrjälä1-8/+12
2018-01-18BackMerge tag 'v4.15-rc8' into drm-nextDave Airlie12-23/+65
2018-01-09Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie1-0/+1
2018-01-09drm/nouveau/disp/gf119: add missing drive vfunc ptrRob Clark1-0/+1
2017-12-28drm/ttm: use an operation ctx for ttm_tt_bindRoger He1-1/+1
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He1-4/+4
2017-12-27drm/nouveau: remove the default io_mem_pfn setTan Xiaojun1-1/+0
2017-12-27Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie1-1/+1
2017-12-23drm/nouveau: fix race when adding delayed work itemsBen Skeggs1-1/+1
2017-12-21Merge branch 'drm-next-4.16' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-4/+3
2017-12-21Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie1-1/+1
2017-12-20drm/nouveau: fix obvious memory leakBen Skeggs1-1/+1
2017-12-19Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie9-21/+62
2017-12-19drm/nouveau: use alternate memory type for system-memory buffers with kind != 0Ben Skeggs4-16/+42
2017-12-19drm/nouveau: avoid GPU page sizes > PAGE_SIZE for buffer objects in host memoryBen Skeggs1-1/+2
2017-12-19drm/nouveau/mmu/gp10b: use correct implementationBen Skeggs1-1/+1
2017-12-19drm/nouveau/pci: do a msi rearm on initKarol Herbst1-0/+7
2017-12-19drm/nouveau/imem/nv50: fix refcount_t warningBen Skeggs1-1/+1
2017-12-19drm/nouveau/bios/dp: support DP Info Table 2.0Ben Skeggs1-1/+8
2017-12-19drm/nouveau/fbcon: fix NULL pointer access in nouveau_fbcon_destroyKarol Herbst1-1/+1
2017-12-18Merge tag 'drm-misc-next-2017-12-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie5-13/+5
2017-12-15drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He1-4/+3
2017-12-08drm/nouveau: Use drm_fb_helper_output_poll_changed()Noralf Trønnes5-13/+5
2017-12-06drm/ttm: add context to driver move callback as wellChristian König1-11/+16
2017-12-06drm/ttm: use an operation context for ttm_bo_mem_space v2Christian König1-2/+4
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König1-2/+2
2017-12-06drm/ttm: remove ttm_bo_unreserve_ticketChristian König1-1/+1
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-13/+13
2017-11-22drm/edid: Allow HDMI infoframe without VIC or S3DVille Syrjälä1-1/+2
2017-11-21Merge airlied/drm-next into drm-misc-nextDaniel Vetter277-3410/+10036
2017-11-20drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cVille Syrjälä1-10/+10
2017-11-20drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...Ville Syrjälä1-2/+4
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds276-3408/+10027
2017-11-07drm/drivers: drop redundant drm_edid_to_eld() callsJani Nikula1-4/+1
2017-11-03Merge tag 'drm-fixes-for-v4.14-rc8' of git://people.freedesktop.org/~airlied/...Linus Torvalds1-3/+3
2017-11-03drm/nouveau/bios/timing: mark expected switch fall-throughsGustavo A. R. Silva1-0/+5
2017-11-03drm/nouveau/devinit/nv04: mark expected switch fall-throughsGustavo A. R. Silva1-6/+6
2017-11-03drm/nouveau/bios: make const arrays hwsq_signature and edid_sig staticColin Ian King1-2/+2
2017-11-03drm/nouveau/core/memory: fix missing mutex unlockBen Skeggs1-0/+1
2017-11-03drm/nouveau/mmu: swap out round for ALIGNBen Skeggs1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman276-0/+276
2017-11-02drm/nouveau/gr/gf100-: don't prevent module load if firmware missingBen Skeggs1-2/+6
2017-11-02drm/nouveau/mmu: remove old vmm frontendBen Skeggs57-427/+40
2017-11-02drm/nouveau: improve selection of GPU page sizeBen Skeggs1-10/+38
2017-11-02drm/nouveau: switch over to new memory and vmm interfacesBen Skeggs10-156/+209
2017-11-02drm/nouveau: remove unused nouveau_fence_work()Ben Skeggs2-57/+0
2017-11-02drm/nouveau: queue delayed unmapping of VMAs on client workqueueBen Skeggs1-6/+30
2017-11-02drm/nouveau: implement per-client delayed workqueue with fence supportBen Skeggs2-0/+70
2017-11-02drm/nouveau: determine memory class for each clientBen Skeggs2-0/+17
2017-11-02drm/nouveau: pass handle of vmm object to channel allocation ioctlsBen Skeggs17-41/+54