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