summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)Author
2019-06-11drm/nouveau: add kconfig option to turn off nouveau legacy contexts. (v3)Dave Airlie
2019-06-09drm/nouveau/i2c: Disable i2c bus access after ->fini()Lyude Paul
2019-05-31drm/nouveau/bar/nv50: ensure BAR is mappedJon Derrick
2019-04-20drm/nouveau/volt/gf117: fix speedo readout registerIlia Mirkin
2019-04-20drm/nouveau/debugfs: Fix check of pm_runtime_get_sync failureYueHaibing
2019-04-05drm/nouveau: Stop using drm_crtc_force_disableDaniel Vetter
2019-02-20drm/nouveau/falcon: avoid touching registers if engine is offIlia Mirkin
2019-02-20drm/nouveau: Don't disable polling in fallback modeTakashi Iwai
2019-01-13drm/nouveau/drm/nouveau: Check rc from drm_dp_mst_topology_mgr_resume()Lyude Paul
2018-12-19drm/nouveau/kms/nv50-: also flush fb writes when rewinding push bufferBen Skeggs
2018-12-19drm/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-11-21drm/nouveau/secboot/acr: fix memory leakGustavo A. R. Silva
2018-10-05drm/nouveau/drm/nouveau: Grab runtime PM ref in nv50_mstc_detect()Lyude Paul
2018-09-13drm/nouveau/devinit: fix warning when PMU/PRE_OS is missingBen Skeggs
2018-09-07drm/nouveau/disp/gm200-: enforce identity-mapped SOR assignment for LVDS/eDP ...Ben Skeggs
2018-09-07drm/nouveau/disp: fix DP disable raceBen Skeggs
2018-09-07drm/nouveau/disp: move eDP panel power handlingBen Skeggs
2018-09-07drm/nouveau/disp: remove unused struct memberBen Skeggs
2018-09-07drm/nouveau/TBDdevinit: don't fail when PMU/PRE_OS is missing from VBIOSBen Skeggs
2018-09-07drm/nouveau/mmu: don't attempt to dereference vmm without valid instance pointerBen Skeggs
2018-09-07drm/nouveau: fix oops in client init failure pathBen Skeggs
2018-09-07drm/nouveau: Fix nouveau_connector_ddc_detect()Lyude Paul
2018-09-07drm/nouveau/drm/nouveau: Don't forget to cancel hpd_work on suspend/unloadLyude Paul
2018-09-07drm/nouveau/drm/nouveau: Prevent handling ACPI HPD events too earlyLyude Paul
2018-09-07drm/nouveau: Reset MST branching unit before enablingLyude Paul
2018-09-07drm/nouveau: Only write DP_MSTM_CTRL when neededLyude Paul
2018-09-07drm/nouveau: Remove useless poll_enable() call in drm_load()Lyude Paul
2018-09-07drm/nouveau: Remove useless poll_disable() call in switcheroo_set_state()Lyude Paul
2018-09-07drm/nouveau: Remove useless poll_enable() call in switcheroo_set_state()Lyude Paul
2018-09-07drm/nouveau: Fix deadlocks in nouveau_connector_detect()Lyude Paul
2018-09-07drm/nouveau/drm/nouveau: Use pm_runtime_get_noresume() in connector_detect()Lyude Paul
2018-09-07drm/nouveau/drm/nouveau: Fix deadlock with fb_helper with async RPM requestsLyude Paul
2018-09-07drm/nouveau: Remove duplicate poll_enable() in pmops_runtime_suspend()Lyude Paul
2018-09-07drm/nouveau/drm/nouveau: Fix bogus drm_kms_helper_poll_enable() placementLyude Paul
2018-07-30BackMerge v4.18-rc7 into drm-nextDave Airlie
2018-07-20Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2018-07-20Merge branch 'linux-4.19' of git://github.com/skeggsb/linux into drm-nextDave Airlie
2018-07-20Merge branch 'linux-4.18' of git://github.com/skeggsb/linux into drm-fixesDave Airlie
2018-07-19drm/nouveau/kms/nv50-: allocate push buffers in vidmem on pascalBen Skeggs
2018-07-19drm/nouveau/fb/gp100-: disable address remapperBen Skeggs
2018-07-16drm/nouveau: tegra: Detach from ARM DMA/IOMMU mappingThierry Reding
2018-07-16drm/nouveau/secboot/acr: Remove VLA usageKees Cook
2018-07-16drm/nouveau: Replace drm_dev_unref with drm_dev_putThomas Zimmermann
2018-07-16drm/nouveau: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann
2018-07-16drm/nouveau: Replace drm_framebuffer_{un/reference} with put, get functionsThomas Zimmermann
2018-07-16drm/nouveau/nvif: remove const attribute from nvif_mclassNick Desaulniers
2018-07-16drm/nouveau/hwmon: potential uninitialized variablesDan Carpenter
2018-07-16drm/nouveau: Fix runtime PM leak in drm_open()Lyude Paul