summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)Author
2018-11-19Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2018-11-19Merge tag 'drm-misc-next-2018-11-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König
2018-11-05drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann
2018-11-02Merge tag 'drm-next-2018-11-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2018-10-28Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2018-10-25dma-buf: allow reserving more than one shared fence slotChristian König
2018-10-19drm/nouveau: Fix nv50_mstc->best_encoder()Lyude Paul
2018-10-11drm/nouveau/secboot/acr: fix memory leakGustavo A. R. Silva
2018-10-11drm/nouveau/disp: take sink support into account for exposing 594mhzIlia Mirkin
2018-10-11drm/nouveau/disp: add support for setting scdc parameters for high modesIlia Mirkin
2018-10-11drm/nouveau/disp: keep track of high-speed state, program into clockIlia Mirkin
2018-10-11drm/nouveau/disp/gm200-: add scdc parameter setterIlia Mirkin
2018-10-11drm/nouveau/disp: add a way to configure scrambling/tmds for hdmi 2.0Ilia Mirkin
2018-10-11drm/nouveau: Start using new drm_dev initialization helpersLyude Paul
2018-10-11drm/nouveau: Fix potential memory leak in nouveau_drm_load()Lyude Paul
2018-10-11drm/nouveau: Refactor nvXX_backlight_init()Lyude Paul
2018-10-11drm/nouveau: Cleanup indenting in nouveau_backlight.cLyude Paul
2018-10-11drm/nouveau/drm/nouveau: s/nouveau_backlight_exit/nouveau_backlight_fini/Lyude Paul
2018-10-11drm/nouveau: Move backlight device into nouveau_connectorLyude Paul
2018-10-11drm/nouveau: Add NV_PRINTK_ONCE and variantsLyude Paul
2018-10-11drm/nouveau: Check backlight IDs are >= 0, not > 0Lyude Paul
2018-10-05drm/nouveau/drm/nouveau: Grab runtime PM ref in nv50_mstc_detect()Lyude Paul
2018-09-27BackMerge v4.19-rc5 into drm-nextDave Airlie
2018-09-13drm/nouveau/devinit: fix warning when PMU/PRE_OS is missingBen Skeggs
2018-09-11fbdev: Drop FBINFO_CAN_FORCE_OUTPUT flagDaniel Vetter
2018-09-09drm: Add drm/drm_util.h header fileDaniel Vetter
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-09-06drm: replace DRIVER_PREFER_XBGR_30BPP driver flag with mode_config quirkGerd Hoffmann
2018-08-31drm/nouveau: add DisplayPort CEC-Tunneling-over-AUX supportHans Verkuil