summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-06drm/nouveau: fix oops in client init failure pathBen Skeggs1-7/+7
2018-09-06drm/nouveau: Fix nouveau_connector_ddc_detect()Lyude Paul1-21/+28
2018-09-06drm/nouveau/drm/nouveau: Don't forget to cancel hpd_work on suspend/unloadLyude Paul3-5/+8
2018-09-06drm/nouveau/drm/nouveau: Prevent handling ACPI HPD events too earlyLyude Paul1-6/+20
2018-09-06drm/nouveau: Reset MST branching unit before enablingLyude Paul1-8/+12
2018-09-06drm/nouveau: Only write DP_MSTM_CTRL when neededLyude Paul1-9/+36
2018-09-06drm/nouveau: Remove useless poll_enable() call in drm_load()Lyude Paul1-3/+1
2018-09-06drm/nouveau: Remove useless poll_disable() call in switcheroo_set_state()Lyude Paul1-1/+0
2018-09-06drm/nouveau: Remove useless poll_enable() call in switcheroo_set_state()Lyude Paul1-1/+0
2018-09-06drm/nouveau: Fix deadlocks in nouveau_connector_detect()Lyude Paul1-0/+22
2018-09-06drm/nouveau/drm/nouveau: Use pm_runtime_get_noresume() in connector_detect()Lyude Paul1-9/+11
2018-09-06drm/nouveau/drm/nouveau: Fix deadlock with fb_helper with async RPM requestsLyude Paul4-2/+64
2018-09-06drm/nouveau: Remove duplicate poll_enable() in pmops_runtime_suspend()Lyude Paul1-1/+0
2018-09-06drm/nouveau/drm/nouveau: Fix bogus drm_kms_helper_poll_enable() placementLyude Paul1-2/+5
2018-07-30BackMerge v4.18-rc7 into drm-nextDave Airlie12-49/+105
2018-07-20Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm...Dave Airlie6-14/+14
2018-07-20Merge branch 'linux-4.19' of git://github.com/skeggsb/linux into drm-nextDave Airlie26-58/+161
2018-07-20Merge branch 'linux-4.18' of git://github.com/skeggsb/linux into drm-fixesDave Airlie12-49/+105
2018-07-19drm/nouveau/kms/nv50-: allocate push buffers in vidmem on pascalBen Skeggs1-2/+27
2018-07-19drm/nouveau/fb/gp100-: disable address remapperBen Skeggs4-0/+15
2018-07-16drm/nouveau: tegra: Detach from ARM DMA/IOMMU mappingThierry Reding1-0/+13
2018-07-16drm/nouveau/secboot/acr: Remove VLA usageKees Cook2-4/+37
2018-07-16drm/nouveau: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-1/+1
2018-07-16drm/nouveau: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann4-13/+13
2018-07-16drm/nouveau: Replace drm_framebuffer_{un/reference} with put, get functionsThomas Zimmermann1-1/+1
2018-07-16drm/nouveau/nvif: remove const attribute from nvif_mclassNick Desaulniers1-1/+1