aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextGravatar Dave Airlie 5-16/+25
2018-03-21Merge airlied/drm-next into drm-misc-nextGravatar Sean Paul 3-15/+10
2018-03-16Merge branch 'linux-4.16' of git://github.com/skeggsb/linux into drm-fixesGravatar Dave Airlie 2-8/+8
2018-03-16drm/nouveau/bl: fix backlight regressionGravatar Karol Herbst 1-5/+5
2018-03-16drm/nouveau/bl: Fix oops on driver unbindGravatar Lukas Wunner 1-2/+2
2018-03-16drm/nouveau/mmu: ALIGN_DOWN correct variableGravatar Māris Nartišs 1-1/+1
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackGravatar Christian König 3-12/+9
2018-03-14Merge tag 'drm-misc-next-2018-03-09-3' of git://anongit.freedesktop.org/drm/d...Gravatar Dave Airlie 2-25/+13
2018-03-13drm/nouveau: Runtime suspend despite HDA being unboundGravatar Lukas Wunner 2-45/+0
2018-03-13vga_switcheroo: Use device link for HDA controllerGravatar Lukas Wunner 1-2/+0
2018-03-08drm/nouveau: Replace the iturbt_709 prop with the standard COLOR_ENCODING propGravatar Ville Syrjälä 1-13/+13
2018-03-05drm: Don't pass clip to drm_atomic_helper_check_plane_state()Gravatar Ville Syrjälä 1-12/+0
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coGravatar Christian König 1-1/+1
2018-02-26drm/ttm: drop ttm->dummy_read_pageGravatar Christian König 3-8/+6
2018-02-23drm/nouveau: prefer XBGR2101010 for addfb ioctlGravatar Ilia Mirkin 1-0/+1
2018-02-22Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Gravatar Dave Airlie 1-5/+13
2018-02-16drm/nouveau: Fix deadlock on runtime suspendGravatar Lukas Wunner 1-5/+13
2018-02-16Merge branch 'linux-4.16' of git://github.com/skeggsb/linux into drm-fixesGravatar Dave Airlie 1-3/+3
2018-02-16drm/nouveau: Make clock gate support conditionalGravatar Thierry Reding 1-3/+3
2018-02-16Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm...Gravatar Dave Airlie 1-8/+12
2018-02-08Merge tag 'drm-for-v4.16-part2-fixes' of git://people.freedesktop.org/~airlie...Gravatar Linus Torvalds 44-1491/+2723
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-6/+21
2018-02-02drm/nouveau/clk: fix gcc-7 -Wint-in-bool-context warningGravatar Arnd Bergmann 1-3/+6
2018-02-02drm/nouveau/mmu: Fix trailing semicolonGravatar Luis de Bethencourt 1-1/+1
2018-02-02drm/nouveau: Introduce NvPmEnableGating optionGravatar Lyude Paul 1-1/+3
2018-02-02drm/nouveau: Add support for SLCG for Kepler2Gravatar Lyude Paul 1-0/+93
2018-02-02drm/nouveau: Add support for BLCG on Kepler2Gravatar Lyude Paul 5-4/+139
2018-02-02drm/nouveau: Add support for BLCG on Kepler1Gravatar Lyude Paul 14-1/+442
2018-02-02drm/nouveau: Add support for basic clockgating on Kepler1Gravatar Lyude Paul 9-21/+301
2018-02-02drm/nouveau/kms/nv50: fix handling of gamma since atomic conversionGravatar Ben Skeggs 1-53/+109
2018-02-02drm/nouveau/kms/nv50: use INTERPOLATE_257_UNITY_RANGE LUT on newer chipsetsGravatar Ben Skeggs 1-4/+4
2018-02-02drm/nouveau/kms/nv50: use "low res" lut for indexed modeGravatar Ilia Mirkin 1-2/+4
2018-02-02drm/nouveau/kms/nv50: prepare for double-buffered LUTsGravatar Ben Skeggs 2-23/+15
2018-02-02drm/nouveau/bo: add helper functions for handling pinned+mapped buffersGravatar Ben Skeggs 1-0/+28
2018-02-02drm/nouveau/fbcon: add module parameter to select bits-per-pixelGravatar Ben Skeggs 1-8/+14
2018-02-02drm/nouveau/secboot/gp108: implement on top of acr_r370Gravatar Ben Skeggs 7-1/+78
2018-02-02drm/nouveau/secboot/r370: implement support for booting LS SEC2 ucodeGravatar Ben Skeggs 1-0/+39
2018-02-02drm/nouveau/secboot/r370: move a bunch of r375 stuff to a new implementationGravatar Ben Skeggs 5-86/+163
2018-02-02drm/nouveau: nouveau: use correct string lengthGravatar Arnd Bergmann 1-3/+3
2018-02-02drm/nouveau/drm/nouveau/mmu: fix odd_ptr_err.cocci warningsGravatar Christoph Böhmwalder 1-1/+2
2018-02-02drm/nouveau/pmu/fuc: don't use movw directly anymoreGravatar Karol Herbst 4-1292/+1292
2018-02-01Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 7-50/+47
2018-01-26Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesGravatar Dave Airlie 1-15/+31
2018-01-26drm/nouveau: Move irq setup/teardown to pci ctor/dtorGravatar Lyude Paul 1-15/+31
2018-01-23drm/nouveau/kms/nv50: Use drm_mode_get_hv_timing() to populate plane clip rec...Gravatar Ville Syrjälä 1-8/+12
2018-01-19Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesGravatar Dave Airlie 10-13/+114
2018-01-19drm/nouveau/mmu/mcp77: fix regressions in stolen memory handlingGravatar Ben Skeggs 7-10/+109
2018-01-19drm/nouveau/bar/gk20a: Avoid bar teardown during initGravatar Jon Hunter 2-2/+2
2018-01-19drm/nouveau/drm/nouveau: Pass the proper arguments to nvif_object_map_handle()Gravatar Thierry Reding 1-1/+3
2018-01-18BackMerge tag 'v4.15-rc8' into drm-nextGravatar Dave Airlie 12-23/+65