summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: prefer XBGR2101010 for addfb ioctlIlia Mirkin2018-02-231-0/+1
* Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-02-221-5/+13
|\
| * drm/nouveau: Fix deadlock on runtime suspendLukas Wunner2018-02-161-5/+13
* | Merge branch 'linux-4.16' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2018-02-161-3/+3
|\ \
| * | drm/nouveau: Make clock gate support conditionalThierry Reding2018-02-161-3/+3
* | | Merge tag 'drm-for-v4.16-part2-fixes' of git://people.freedesktop.org/~airlie...Linus Torvalds2018-02-0844-1491/+2723
|\ \ \ | |/ /
| * | drm/nouveau/clk: fix gcc-7 -Wint-in-bool-context warningArnd Bergmann2018-02-021-3/+6
| * | drm/nouveau/mmu: Fix trailing semicolonLuis de Bethencourt2018-02-021-1/+1
| * | drm/nouveau: Introduce NvPmEnableGating optionLyude Paul2018-02-021-1/+3
| * | drm/nouveau: Add support for SLCG for Kepler2Lyude Paul2018-02-021-0/+93
| * | drm/nouveau: Add support for BLCG on Kepler2Lyude Paul2018-02-025-4/+139
| * | drm/nouveau: Add support for BLCG on Kepler1Lyude Paul2018-02-0214-1/+442
| * | drm/nouveau: Add support for basic clockgating on Kepler1Lyude Paul2018-02-029-21/+301
| * | drm/nouveau/kms/nv50: fix handling of gamma since atomic conversionBen Skeggs2018-02-021-53/+109
| * | drm/nouveau/kms/nv50: use INTERPOLATE_257_UNITY_RANGE LUT on newer chipsetsBen Skeggs2018-02-021-4/+4
| * | drm/nouveau/kms/nv50: use "low res" lut for indexed modeIlia Mirkin2018-02-021-2/+4
| * | drm/nouveau/kms/nv50: prepare for double-buffered LUTsBen Skeggs2018-02-022-23/+15
| * | drm/nouveau/bo: add helper functions for handling pinned+mapped buffersBen Skeggs2018-02-021-0/+28
| * | drm/nouveau/fbcon: add module parameter to select bits-per-pixelBen Skeggs2018-02-021-8/+14
| * | drm/nouveau/secboot/gp108: implement on top of acr_r370Ben Skeggs2018-02-027-1/+78
| * | drm/nouveau/secboot/r370: implement support for booting LS SEC2 ucodeBen Skeggs2018-02-021-0/+39
| * | drm/nouveau/secboot/r370: move a bunch of r375 stuff to a new implementationBen Skeggs2018-02-025-86/+163
| * | drm/nouveau: nouveau: use correct string lengthArnd Bergmann2018-02-021-3/+3
| * | drm/nouveau/drm/nouveau/mmu: fix odd_ptr_err.cocci warningsChristoph Böhmwalder2018-02-021-1/+2
| * | drm/nouveau/pmu/fuc: don't use movw directly anymoreKarol Herbst2018-02-024-1292/+1292
* | | Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-064-6/+21
|\ \ \
| * | | drm/nouveau: deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-114-6/+21
* | | | Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2018-02-017-50/+47
|\ \ \ \ | | |/ / | |/| |
| * | | BackMerge tag 'v4.15-rc8' into drm-nextDave Airlie2018-01-1812-23/+65
| |\ \ \ | | | |/ | | |/|
| * | | drm/ttm: use an operation ctx for ttm_tt_bindRoger He2017-12-281-1/+1
| * | | drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He2017-12-281-4/+4
| * | | drm/nouveau: remove the default io_mem_pfn setTan Xiaojun2017-12-271-1/+0
| * | | Merge branch 'drm-next-4.16' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-12-211-4/+3
| |\ \ \
| | * | | drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He2017-12-151-4/+3
| * | | | Merge tag 'drm-misc-next-2017-12-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2017-12-185-13/+5
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | drm/nouveau: Use drm_fb_helper_output_poll_changed()Noralf Trønnes2017-12-085-13/+5
| * | | | drm/ttm: add context to driver move callback as wellChristian König2017-12-061-11/+16
| * | | | drm/ttm: use an operation context for ttm_bo_mem_space v2Christian König2017-12-061-2/+4
| * | | | drm/ttm: add operation ctx to ttm_bo_validate v2Christian König2017-12-061-2/+2
| * | | | drm/ttm: remove ttm_bo_unreserve_ticketChristian König2017-12-061-1/+1
| |/ / /
| * | | Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2017-12-041-13/+13
| |\ \ \ | | |_|/ | |/| |
| | * | drm/edid: Allow HDMI infoframe without VIC or S3DVille Syrjälä2017-11-221-1/+2
| | * | Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-11-21277-3410/+10036
| | |\ \
| | * | | drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cVille Syrjälä2017-11-201-10/+10
| | * | | drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...Ville Syrjälä2017-11-201-2/+4
| | * | | drm/drivers: drop redundant drm_edid_to_eld() callsJani Nikula2017-11-071-4/+1
* | | | | Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2018-01-261-15/+31
|\ \ \ \ \
| * | | | | drm/nouveau: Move irq setup/teardown to pci ctor/dtorLyude Paul2018-01-261-15/+31
* | | | | | Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2018-01-1910-13/+114
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | drm/nouveau/mmu/mcp77: fix regressions in stolen memory handlingBen Skeggs2018-01-197-10/+109
OpenPOWER on IntegriCloud