summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/engine/pm
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+2
* drm/nouveau: nouveau: use correct string lengthArnd Bergmann2018-02-021-3/+3
* Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-161-0/+1
|\
| * drm/nouveau/core/device: remove object include to prevent unnecessary rebuildsBen Skeggs2017-11-021-0/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
|/
* drm/nouveau: silence sparse warnings about symbols not being marked staticBen Skeggs2016-11-071-1/+1
* drm/nouveau: mark symbols static where possibleBaoyou Xie2016-11-071-2/+2
* drm/nouveau/core: remove pmc_enable argument from subdev ctorBen Skeggs2016-05-201-1/+1
* nouveau: fix nv40_perfctr_next() cleanup regressionArnd Bergmann2016-03-161-2/+4
* drm/nouveau/nvif: modify nvif_unvers/nvif_unpack macros to be more obviousBen Skeggs2016-01-111-14/+14
* drm/nouveau/nvif: split out perfmon interface definitionsBen Skeggs2016-01-111-0/+2
* drm/nouveau/nvif: move internal class identifiers to class.hBen Skeggs2016-01-111-2/+2
* drm/nouveau/disp,pm: constify nvkm_object_func structuresJulia Lawall2015-11-031-1/+1
* drm/nouveau/pm: convert to new-style nvkm_engineBen Skeggs2015-08-2815-297/+166Star
* drm/nouveau/pm: convert user classes to new-style nvkm_objectBen Skeggs2015-08-285-123/+130
* drm/nouveau/device: convert user class to new-style nvkm_objectBen Skeggs2015-08-281-1/+1
* drm/nouveau/client: convert to new-style nvkm_objectBen Skeggs2015-08-281-0/+1
* drm/nouveau/device: prepare for new-style subdevsBen Skeggs2015-08-281-1/+1
* drm/nouveau/engine: rename some functions to avoid upcoming conflictsBen Skeggs2015-08-281-2/+2
* drm/nouveau/object: rename some functions to avoid upcoming conflictsBen Skeggs2015-08-281-2/+2
* drm/nouveau/device: decouple from engine machineryBen Skeggs2015-08-282-7/+6Star
* drm/nouveau/core: remove last printksBen Skeggs2015-08-281-21/+21
* drm/nouveau/pm: switch to subdev printk macrosBen Skeggs2015-08-281-6/+9
* drm/nouveau/pm: switch to device pri macrosBen Skeggs2015-08-283-30/+40
* drm/nouveau/pm: cosmetic changesBen Skeggs2015-08-286-143/+134Star
* drm/nouveau/device: include core/device.h automatically for subdevs/enginesBen Skeggs2015-08-281-1/+0Star
* drm/nouveau/pm/gf100: only use PBFB_BROADCAST.PM_UNK100 for PBFB signalsSamuel Pitoiset2015-08-285-54/+19Star
* drm/nouveau/pm/gf100: remove multiple definitions of GPC_DOM signal 0x0eSamuel Pitoiset2015-08-281-5/+4Star
* drm/nouveau/pm/gf100: remove undefined TEX.PM_UNKC8 muxSamuel Pitoiset2015-08-281-4/+0Star
* drm/nouveau/pm: allow zeroed signals to enable sourcesSamuel Pitoiset2015-08-281-2/+2
* drm/nouveau/pm/nv50: TPC[0x3] must be used for PGRAPH muxs on G80Samuel Pitoiset2015-08-283-20/+28
* drm/nouveau/pm/nv50: fix wrong addr for ZCULL source on G80:GT215Samuel Pitoiset2015-08-281-1/+1
* drm/nouveau/pm/gk104: add compute signals/sourcesSamuel Pitoiset2015-08-283-1/+93
* drm/nouveau/pm/gk104: re-use gf100_pm_ctor()Samuel Pitoiset2015-08-281-51/+9Star
* drm/nouveau/pm/nv40: rename pcounter domains to 'pc' instead of 'pm'Samuel Pitoiset2015-08-281-1/+1
* drm/nouveau/pm: expose name of domainsSamuel Pitoiset2015-08-281-0/+1
* drm/nouveau/pm: some fixes related to sourcesSamuel Pitoiset2015-08-281-5/+16
* drm/nouveau/pm: fix signals/sources for GT200+Samuel Pitoiset2015-08-282-6/+5Star
* drm/nouveau/pm/gf100: add compute signals/sourcesSamuel Pitoiset2015-08-285-2/+277
* drm/nouveau/pm/gf100: allow to share GPC, HUB and PART domainsSamuel Pitoiset2015-08-282-9/+24
* drm/nouveau/pm: stack perfdom class under perfmonBen Skeggs2015-08-281-7/+31
* drm/nouveau/pm: swap perfmon/perfdom code to avoid forward decl in next commitBen Skeggs2015-08-281-175/+175
* drm/nouveau/pm/nv50: add compute and graphics signals/sourcesSamuel Pitoiset2015-08-286-10/+483
* drm/nouveau/pm: allow the userspace to configure sourcesSamuel Pitoiset2015-08-282-10/+94
* drm/nouveau/pm: allow to configure domains instead of simple countersSamuel Pitoiset2015-08-284-109/+129
* drm/nouveau/pm: allow the userspace to schedule hardware countersSamuel Pitoiset2015-08-282-23/+42
* drm/nouveau/pm: implement NVIF_PERFMON_V0_QUERY_SOURCE methodSamuel Pitoiset2015-08-281-0/+77
* drm/nouveau/pm: allow to query the number of sources for a signalSamuel Pitoiset2015-08-281-3/+19
* drm/nouveau/pm: add concept of sourcesSamuel Pitoiset2015-08-282-4/+102
* drm/nouveau/pm: allow to monitor hardware signal index 0x00Samuel Pitoiset2015-08-283-6/+10