| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/nouveau: fix bogus GPL-2 license header | Ben Skeggs | 2019-07-19 | 1 | -1/+1 |
* | drm/nouveau: fix bogus GPL-2 license header | Ilia Mirkin | 2019-07-19 | 3 | -3/+3 |
* | treewide: Add SPDX license identifier - Kbuild | Greg Kroah-Hartman | 2019-05-30 | 1 | -0/+1 |
* | treewide: Use struct_size() for kmalloc()-family | Kees Cook | 2018-06-06 | 1 | -2/+2 |
* | drm/nouveau: nouveau: use correct string length | Arnd Bergmann | 2018-02-02 | 1 | -3/+3 |
* | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2017-11-15 | 1 | -0/+1 |
|\ |
|
| * | drm/nouveau/core/device: remove object include to prevent unnecessary rebuilds | Ben Skeggs | 2017-11-02 | 1 | -0/+1 |
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 3 | -0/+3 |
|/ |
|
* | drm/nouveau: silence sparse warnings about symbols not being marked static | Ben Skeggs | 2016-11-07 | 1 | -1/+1 |
* | drm/nouveau: mark symbols static where possible | Baoyou Xie | 2016-11-07 | 1 | -2/+2 |
* | drm/nouveau/core: remove pmc_enable argument from subdev ctor | Ben Skeggs | 2016-05-20 | 1 | -1/+1 |
* | nouveau: fix nv40_perfctr_next() cleanup regression | Arnd Bergmann | 2016-03-16 | 1 | -2/+4 |
* | drm/nouveau/nvif: modify nvif_unvers/nvif_unpack macros to be more obvious | Ben Skeggs | 2016-01-11 | 1 | -14/+14 |
* | drm/nouveau/nvif: split out perfmon interface definitions | Ben Skeggs | 2016-01-11 | 1 | -0/+2 |
* | drm/nouveau/nvif: move internal class identifiers to class.h | Ben Skeggs | 2016-01-11 | 1 | -2/+2 |
* | drm/nouveau/disp,pm: constify nvkm_object_func structures | Julia Lawall | 2015-11-03 | 1 | -1/+1 |
* | drm/nouveau/pm: convert to new-style nvkm_engine | Ben Skeggs | 2015-08-28 | 15 | -297/+166 |
* | drm/nouveau/pm: convert user classes to new-style nvkm_object | Ben Skeggs | 2015-08-28 | 5 | -123/+130 |
* | drm/nouveau/device: convert user class to new-style nvkm_object | Ben Skeggs | 2015-08-28 | 1 | -1/+1 |
* | drm/nouveau/client: convert to new-style nvkm_object | Ben Skeggs | 2015-08-28 | 1 | -0/+1 |
* | drm/nouveau/device: prepare for new-style subdevs | Ben Skeggs | 2015-08-28 | 1 | -1/+1 |
* | drm/nouveau/engine: rename some functions to avoid upcoming conflicts | Ben Skeggs | 2015-08-28 | 1 | -2/+2 |
* | drm/nouveau/object: rename some functions to avoid upcoming conflicts | Ben Skeggs | 2015-08-28 | 1 | -2/+2 |
* | drm/nouveau/device: decouple from engine machinery | Ben Skeggs | 2015-08-28 | 2 | -7/+6 |
* | drm/nouveau/core: remove last printks | Ben Skeggs | 2015-08-28 | 1 | -21/+21 |
* | drm/nouveau/pm: switch to subdev printk macros | Ben Skeggs | 2015-08-28 | 1 | -6/+9 |
* | drm/nouveau/pm: switch to device pri macros | Ben Skeggs | 2015-08-28 | 3 | -30/+40 |
* | drm/nouveau/pm: cosmetic changes | Ben Skeggs | 2015-08-28 | 6 | -143/+134 |
* | drm/nouveau/device: include core/device.h automatically for subdevs/engines | Ben Skeggs | 2015-08-28 | 1 | -1/+0 |
* | drm/nouveau/pm/gf100: only use PBFB_BROADCAST.PM_UNK100 for PBFB signals | Samuel Pitoiset | 2015-08-28 | 5 | -54/+19 |
* | drm/nouveau/pm/gf100: remove multiple definitions of GPC_DOM signal 0x0e | Samuel Pitoiset | 2015-08-28 | 1 | -5/+4 |
* | drm/nouveau/pm/gf100: remove undefined TEX.PM_UNKC8 mux | Samuel Pitoiset | 2015-08-28 | 1 | -4/+0 |
* | drm/nouveau/pm: allow zeroed signals to enable sources | Samuel Pitoiset | 2015-08-28 | 1 | -2/+2 |
* | drm/nouveau/pm/nv50: TPC[0x3] must be used for PGRAPH muxs on G80 | Samuel Pitoiset | 2015-08-28 | 3 | -20/+28 |
* | drm/nouveau/pm/nv50: fix wrong addr for ZCULL source on G80:GT215 | Samuel Pitoiset | 2015-08-28 | 1 | -1/+1 |
* | drm/nouveau/pm/gk104: add compute signals/sources | Samuel Pitoiset | 2015-08-28 | 3 | -1/+93 |
* | drm/nouveau/pm/gk104: re-use gf100_pm_ctor() | Samuel Pitoiset | 2015-08-28 | 1 | -51/+9 |
* | drm/nouveau/pm/nv40: rename pcounter domains to 'pc' instead of 'pm' | Samuel Pitoiset | 2015-08-28 | 1 | -1/+1 |
* | drm/nouveau/pm: expose name of domains | Samuel Pitoiset | 2015-08-28 | 1 | -0/+1 |
* | drm/nouveau/pm: some fixes related to sources | Samuel Pitoiset | 2015-08-28 | 1 | -5/+16 |
* | drm/nouveau/pm: fix signals/sources for GT200+ | Samuel Pitoiset | 2015-08-28 | 2 | -6/+5 |
* | drm/nouveau/pm/gf100: add compute signals/sources | Samuel Pitoiset | 2015-08-28 | 5 | -2/+277 |
* | drm/nouveau/pm/gf100: allow to share GPC, HUB and PART domains | Samuel Pitoiset | 2015-08-28 | 2 | -9/+24 |
* | drm/nouveau/pm: stack perfdom class under perfmon | Ben Skeggs | 2015-08-28 | 1 | -7/+31 |
* | drm/nouveau/pm: swap perfmon/perfdom code to avoid forward decl in next commit | Ben Skeggs | 2015-08-28 | 1 | -175/+175 |
* | drm/nouveau/pm/nv50: add compute and graphics signals/sources | Samuel Pitoiset | 2015-08-28 | 6 | -10/+483 |
* | drm/nouveau/pm: allow the userspace to configure sources | Samuel Pitoiset | 2015-08-28 | 2 | -10/+94 |
* | drm/nouveau/pm: allow to configure domains instead of simple counters | Samuel Pitoiset | 2015-08-28 | 4 | -109/+129 |
* | drm/nouveau/pm: allow the userspace to schedule hardware counters | Samuel Pitoiset | 2015-08-28 | 2 | -23/+42 |
* | drm/nouveau/pm: implement NVIF_PERFMON_V0_QUERY_SOURCE method | Samuel Pitoiset | 2015-08-28 | 1 | -0/+77 |