summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/secboot/acr: fix memory leakGustavo A. R. Silva2018-10-111-0/+1
* drm/nouveau/disp: take sink support into account for exposing 594mhzIlia Mirkin2018-10-111-12/+22
* drm/nouveau/disp: add support for setting scdc parameters for high modesIlia Mirkin2018-10-111-1/+39
* drm/nouveau/disp: keep track of high-speed state, program into clockIlia Mirkin2018-10-113-4/+14
* drm/nouveau/disp/gm200-: add scdc parameter setterIlia Mirkin2018-10-115-0/+39
* drm/nouveau/disp: add a way to configure scrambling/tmds for hdmi 2.0Ilia Mirkin2018-10-113-3/+13
* drm/nouveau: Start using new drm_dev initialization helpersLyude Paul2018-10-111-72/+101
* drm/nouveau: Fix potential memory leak in nouveau_drm_load()Lyude Paul2018-10-111-2/+4
* drm/nouveau: Refactor nvXX_backlight_init()Lyude Paul2018-10-111-88/+72
* drm/nouveau: Cleanup indenting in nouveau_backlight.cLyude Paul2018-10-111-6/+7
* drm/nouveau/drm/nouveau: s/nouveau_backlight_exit/nouveau_backlight_fini/Lyude Paul2018-10-113-4/+4
* drm/nouveau: Move backlight device into nouveau_connectorLyude Paul2018-10-116-100/+133
* drm/nouveau: Add NV_PRINTK_ONCE and variantsLyude Paul2018-10-111-0/+8
* drm/nouveau: Check backlight IDs are >= 0, not > 0Lyude Paul2018-10-111-2/+2
* BackMerge v4.19-rc5 into drm-nextDave Airlie2018-09-2716-124/+308
|\
| * drm/nouveau/devinit: fix warning when PMU/PRE_OS is missingBen Skeggs2018-09-131-10/+11
| * drm/nouveau/disp/gm200-: enforce identity-mapped SOR assignment for LVDS/eDP ...Ben Skeggs2018-09-064-3/+28
| * drm/nouveau/disp: fix DP disable raceBen Skeggs2018-09-064-9/+19
| * drm/nouveau/disp: move eDP panel power handlingBen Skeggs2018-09-062-25/+35
| * drm/nouveau/disp: remove unused struct memberBen Skeggs2018-09-062-2/+0
| * drm/nouveau/TBDdevinit: don't fail when PMU/PRE_OS is missing from VBIOSBen Skeggs2018-09-061-1/+2
| * drm/nouveau/mmu: don't attempt to dereference vmm without valid instance pointerBen Skeggs2018-09-061-1/+1
| * drm/nouveau: fix oops in client init failure pathBen Skeggs2018-09-061-7/+7
| * drm/nouveau: Fix nouveau_connector_ddc_detect()Lyude Paul2018-09-061-21/+28
| * drm/nouveau/drm/nouveau: Don't forget to cancel hpd_work on suspend/unloadLyude Paul2018-09-063-5/+8
| * drm/nouveau/drm/nouveau: Prevent handling ACPI HPD events too earlyLyude Paul2018-09-061-6/+20
| * drm/nouveau: Reset MST branching unit before enablingLyude Paul2018-09-061-8/+12
| * drm/nouveau: Only write DP_MSTM_CTRL when neededLyude Paul2018-09-061-9/+36
| * drm/nouveau: Remove useless poll_enable() call in drm_load()Lyude Paul2018-09-061-3/+1
| * drm/nouveau: Remove useless poll_disable() call in switcheroo_set_state()Lyude Paul2018-09-061-1/+0
| * drm/nouveau: Remove useless poll_enable() call in switcheroo_set_state()Lyude Paul2018-09-061-1/+0
| * drm/nouveau: Fix deadlocks in nouveau_connector_detect()Lyude Paul2018-09-061-0/+22
| * drm/nouveau/drm/nouveau: Use pm_runtime_get_noresume() in connector_detect()Lyude Paul2018-09-061-9/+11
| * drm/nouveau/drm/nouveau: Fix deadlock with fb_helper with async RPM requestsLyude Paul2018-09-064-2/+64
| * drm/nouveau: Remove duplicate poll_enable() in pmops_runtime_suspend()Lyude Paul2018-09-061-1/+0
| * drm/nouveau/drm/nouveau: Fix bogus drm_kms_helper_poll_enable() placementLyude Paul2018-09-061-2/+5
* | fbdev: Drop FBINFO_CAN_FORCE_OUTPUT flagDaniel Vetter2018-09-111-1/+0
* | drm: Add drm/drm_util.h header fileDaniel Vetter2018-09-091-0/+2
* | drm: replace DRIVER_PREFER_XBGR_30BPP driver flag with mode_config quirkGerd Hoffmann2018-09-061-1/+1
* | drm/nouveau: add DisplayPort CEC-Tunneling-over-AUX supportHans Verkuil2018-08-311-2/+15
* | Merge drm/drm-next into drm-misc-nextSean Paul2018-08-2734-107/+266
|\|
| * BackMerge v4.18-rc7 into drm-nextDave Airlie2018-07-3012-49/+105
| |\
| | * Merge branch 'linux-4.18' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2018-07-2012-49/+105
| | |\
| | | * drm/nouveau/fb/gp100-: disable address remapperBen Skeggs2018-07-194-0/+15
| | | * drm/nouveau: Set DRIVER_ATOMIC cap earlier to fix debugfsLyude Paul2018-07-163-6/+10
| | | * drm/nouveau: Remove bogus crtc check in pmops_runtime_idleLyude Paul2018-07-161-11/+0
| | | * drm/nouveau/drm/nouveau: Fix runtime PM leak in nv50_disp_atomic_commit()Lyude Paul2018-07-161-1/+1
| | | * drm/nouveau: Avoid looping through fake MST connectorsLyude Paul2018-07-163-4/+26
| | | * drm/nouveau: Use drm_connector_list_iter_* for iterating connectorsLyude Paul2018-07-164-10/+29
| | | * drm/nouveau/gem: off by one bugs in nouveau_gem_pushbuf_reloc_apply()Dan Carpenter2018-07-161-2/+2