aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)Author
2019-09-16drm/nouveau/i2c: Enable i2c pads & busses during preinitLyude Paul
2019-09-16drm/nouveau: Don't retry infinitely when receiving no data on i2c over AUXLyude Paul
2019-09-16drm/nouveau/kms/gv100-: fix spurious window immediate interlocksBen Skeggs
2019-09-16drm/nouveau/kms/gf119-gp10x: push HeadSetControlOutputResource() mthd when en...Ben Skeggs
2019-09-16drm/nouveau/disp/dp: respect sink limits when selecting failsafe link configu...Ben Skeggs
2019-09-16nouveau: Fix build with CONFIG_NOUVEAU_LEGACY_CTX_SUPPORT disabledThomas Backlund
2019-09-12drm/nouveau: add kconfig option to turn off nouveau legacy contexts. (v3)Dave Airlie
2019-09-12drm/nouveau/i2c: Disable i2c bus access after ->fini()Lyude Paul
2019-08-02drm/nouveau/bar/nv50: ensure BAR is mappedJon Derrick
2019-05-05drm/nouveau/volt/gf117: fix speedo readout registerIlia Mirkin
2019-04-12drm/nouveau: Stop using drm_crtc_force_disableDaniel Vetter
2019-03-08drm/nouveau/falcon: avoid touching registers if engine is offIlia Mirkin
2019-03-08drm/nouveau: Don't disable polling in fallback modeTakashi Iwai
2019-01-30drm/nouveau/kms/nv50-: fix drm-get-put.cocci warningskbuild test robot
2019-01-14drm/nouveau/drm/nouveau: Check rc from drm_dp_mst_topology_mgr_resume()Lyude Paul
2018-12-30drm/nouveau/kms: Fix memory leak in nv50_mstm_del()Lyude Paul
2018-11-21drm/nouveau: Fix nv50_mstc->best_encoder()Lyude Paul
2018-11-21drm/nouveau: Check backlight IDs are >= 0, not > 0Lyude Paul
2018-10-18drm/nouveau/drm/nouveau: Grab runtime PM ref in nv50_mstc_detect()Lyude Paul
2018-10-10drm/nouveau/disp/gm200-: enforce identity-mapped SOR assignment for LVDS/eDP ...Ben Skeggs
2018-10-10drm/nouveau/disp: fix DP disable raceBen Skeggs
2018-10-10drm/nouveau/TBDdevinit: don't fail when PMU/PRE_OS is missing from VBIOSBen Skeggs
2018-10-10drm/nouveau/mmu: don't attempt to dereference vmm without valid instance pointerBen Skeggs
2018-10-10drm/nouveau: fix oops in client init failure pathBen Skeggs
2018-09-29drm/nouveau/drm/nouveau: Prevent handling ACPI HPD events too earlyLyude Paul
2018-09-29drm/nouveau/drm/nouveau: Use pm_runtime_get_noresume() in connector_detect()Lyude Paul
2018-09-29drm/nouveau/drm/nouveau: Fix deadlock with fb_helper with async RPM requestsLyude Paul
2018-09-29drm/nouveau/drm/nouveau: Fix bogus drm_kms_helper_poll_enable() placementLyude Paul
2018-09-29drm/nouveau/drm/nouveau: Don't forget to cancel hpd_work on suspend/unloadLyude Paul
2018-09-29drm/nouveau: Fix deadlocks in nouveau_connector_detect()Lyude Paul
2018-09-29drm/nouveau: Remove duplicate poll_enable() in pmops_runtime_suspend()Lyude Paul
2018-09-29drm/nouveau: Only write DP_MSTM_CTRL when neededLyude Paul
2018-09-29drm/nouveau: Reset MST branching unit before enablingLyude Paul
2018-09-26drm/nouveau: tegra: Detach from ARM DMA/IOMMU mappingThierry Reding
2018-09-26drm/nouveau/debugfs: Wake up GPU before doing any reclockingKarol Herbst
2018-09-26drm/nouveau: Fix runtime PM leak in drm_open()Lyude Paul
2018-07-20Merge branch 'linux-4.18' of git://github.com/skeggsb/linux into drm-fixesDave Airlie
2018-07-19drm/nouveau/fb/gp100-: disable address remapperBen Skeggs
2018-07-16drm/nouveau: Set DRIVER_ATOMIC cap earlier to fix debugfsLyude Paul
2018-07-16drm/nouveau: Remove bogus crtc check in pmops_runtime_idleLyude Paul
2018-07-16drm/nouveau/drm/nouveau: Fix runtime PM leak in nv50_disp_atomic_commit()Lyude Paul
2018-07-16drm/nouveau: Avoid looping through fake MST connectorsLyude Paul
2018-07-16drm/nouveau: Use drm_connector_list_iter_* for iterating connectorsLyude Paul
2018-07-16drm/nouveau/gem: off by one bugs in nouveau_gem_pushbuf_reloc_apply()Dan Carpenter
2018-07-16drm/nouveau/kms/nv50-: ensure window updates are submitted when flushing mst ...Ben Skeggs
2018-06-20Merge branch 'linux-4.18' of git://github.com/skeggsb/linux into drm-fixesDave Airlie
2018-06-19drm/nouveau/kms/nv50-: cursors always use core channel vram ctxdmaBen Skeggs
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook