summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
2020-02-28drm/nouveau/kms/gv100-: Re-set LUT after clearing for modesetsLyude Paul1-0/+2
2020-02-24drm/nouveau/disp/nv50-: prevent oops when no channel method map providedBen Skeggs1-0/+2
2020-02-24drm/nouveau/mmu: fix comptag memory leakBen Skeggs1-1/+1
2020-02-24drm/nouveau/fault/gv100-: fix memory leak on module unloadBen Skeggs1-0/+1
2020-02-24drm/nouveau/drm/ttm: Remove set but not used variable 'mem'YueHaibing1-4/+0
2020-02-24drm/nouveau: Fix copy-paste error in nouveau_fence_wait_uevent_handlerYueHaibing1-1/+1
2020-02-24drm/nouveau/gr/gk20a,gm200-: add terminators to method lists read from fwBen Skeggs1-10/+11
2020-02-24drm/nouveau/secboot/gm20b: initialize pointer in gm20b_secboot_new()Dan Carpenter1-3/+2
2020-01-27drm/nouveau: fix missing break in switch statementColin Ian King1-0/+1
2020-01-27drm/nouveau/pmu: don't print reply values if exec is falseColin Ian King1-2/+2
2020-01-27drm/nouveau/bios/ramcfg: fix missing parentheses when calculating RONColin Ian King1-1/+1
2020-01-23drm/nouveau/mmu: qualify vmm during dtorJon Derrick1-1/+1
2020-01-23drm/nouveau/bar/gf100: ensure BAR is mappedJon Derrick1-0/+2
2020-01-23drm/nouveau/bar/nv50: check bar1 vmm return valueJon Derrick1-0/+2
2020-01-09drm/nouveau: Move the declaration of struct nouveau_conn_atom up a bitHans de Goede1-55/+55
2019-10-11drm/nouveau/kms/nv50-: Don't create MSTMs for eDP connectorsLyude Paul1-1/+2
2019-10-07drm/nouveau/volt: Fix for some cards having 0 maximum voltageMark Menzynski1-0/+2
2019-10-01drm/nouveau/disp/nv50-: fix center/aspect-corrected scalingIlia Mirkin1-4/+24
2019-09-16drm/nouveau: Don't WARN_ON VCPI allocation failuresLyude Paul1-1/+2
2019-08-29drm/nouveau: Don't retry infinitely when receiving no data on i2c over AUXLyude Paul1-7/+17
2019-08-06drm/nouveau: fix memory leak in nouveau_conn_reset()Yongxin Liu1-1/+1
2019-07-26drm/nouveau/i2c: Enable i2c pads & busses during preinitLyude Paul1-0/+20
2019-06-19nouveau: Fix build with CONFIG_NOUVEAU_LEGACY_CTX_SUPPORT disabledThomas Backlund1-0/+4
2019-06-19drm/nouveau: add kconfig option to turn off nouveau legacy contexts. (v3)Dave Airlie2-3/+17
2019-06-15Revert "drm/nouveau: add kconfig option to turn off nouveau legacy contexts. ...Greg Kroah-Hartman2-17/+3
2019-06-15drm/nouveau/kms/gv100-: fix spurious window immediate interlocksBen Skeggs3-1/+3
2019-06-15drm/nouveau/kms/gf119-gp10x: push HeadSetControlOutputResource() mthd when en...Ben Skeggs1-1/+1
2019-06-15drm/nouveau/disp/dp: respect sink limits when selecting failsafe link configu...Ben Skeggs1-2/+9
2019-06-11drm/nouveau: add kconfig option to turn off nouveau legacy contexts. (v3)Dave Airlie2-3/+17
2019-06-09drm/nouveau/i2c: Disable i2c bus access after ->fini()Lyude Paul6-2/+65
2019-05-31drm/nouveau/bar/nv50: ensure BAR is mappedJon Derrick1-3/+9
2019-04-20drm/nouveau/volt/gf117: fix speedo readout registerIlia Mirkin4-1/+63
2019-04-20drm/nouveau/debugfs: Fix check of pm_runtime_get_sync failureYueHaibing1-1/+1
2019-04-05drm/nouveau: Stop using drm_crtc_force_disableDaniel Vetter1-1/+3
2019-02-20drm/nouveau/falcon: avoid touching registers if engine is offIlia Mirkin1-2/+5
2019-02-20drm/nouveau: Don't disable polling in fallback modeTakashi Iwai1-3/+4
2019-01-13drm/nouveau/drm/nouveau: Check rc from drm_dp_mst_topology_mgr_resume()Lyude Paul1-2/+10
2018-12-19drm/nouveau/kms/nv50-: also flush fb writes when rewinding push bufferBen Skeggs1-11/+18
2018-12-19drm/nouveau/kms: Fix memory leak in nv50_mstm_del()Lyude Paul1-0/+1
2018-11-21drm/nouveau: Fix nv50_mstc->best_encoder()Lyude Paul1-10/+4
2018-11-21drm/nouveau: Check backlight IDs are >= 0, not > 0Lyude Paul1-2/+2
2018-11-21drm/nouveau/secboot/acr: fix memory leakGustavo A. R. Silva1-0/+1
2018-10-05drm/nouveau/drm/nouveau: Grab runtime PM ref in nv50_mstc_detect()Lyude Paul1-1/+14
2018-09-13drm/nouveau/devinit: fix warning when PMU/PRE_OS is missingBen Skeggs1-10/+11
2018-09-06drm/nouveau/disp/gm200-: enforce identity-mapped SOR assignment for LVDS/eDP ...Ben Skeggs4-3/+28
2018-09-06drm/nouveau/disp: fix DP disable raceBen Skeggs4-9/+19
2018-09-06drm/nouveau/disp: move eDP panel power handlingBen Skeggs2-25/+35
2018-09-06drm/nouveau/disp: remove unused struct memberBen Skeggs2-2/+0
2018-09-06drm/nouveau/TBDdevinit: don't fail when PMU/PRE_OS is missing from VBIOSBen Skeggs1-1/+2
2018-09-06drm/nouveau/mmu: don't attempt to dereference vmm without valid instance pointerBen Skeggs1-1/+1