aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/engine/pm/base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-11drm/nouveau/pm: switch to instanced constructorBen Skeggs1-2/+2
2021-02-11drm/nouveau/perfmon: use private spinlock to control exclusive access to perfmonBen Skeggs1-9/+10
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+2
2018-02-02drm/nouveau: nouveau: use correct string lengthArnd Bergmann1-3/+3
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-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 Skeggs1-46/+34
2015-08-28drm/nouveau/pm: convert user classes to new-style nvkm_objectBen Skeggs1-106/+119
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 Skeggs1-5/+4
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 Skeggs1-2/+4
2015-08-28drm/nouveau/pm: cosmetic changesBen Skeggs1-75/+76
2015-08-28drm/nouveau/device: include core/device.h automatically for subdevs/enginesBen Skeggs1-1/+0
2015-08-28drm/nouveau/pm: allow zeroed signals to enable sourcesSamuel Pitoiset1-2/+2
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: 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: allow the userspace to configure sourcesSamuel Pitoiset1-10/+92
2015-08-28drm/nouveau/pm: allow to configure domains instead of simple countersSamuel Pitoiset1-92/+116
2015-08-28drm/nouveau/pm: allow the userspace to schedule hardware countersSamuel Pitoiset1-23/+41
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 Pitoiset1-4/+78
2015-08-28drm/nouveau/pm: allow to monitor hardware signal index 0x00Samuel Pitoiset1-2/+2
2015-08-28drm/nouveau/pm: use hardware signals indexes instead of user-readable namesSamuel Pitoiset1-40/+12
2015-08-28drm/nouveau/pm: change signal iter to u16Samuel Pitoiset1-5/+5
2015-08-28drm/nouveau/pm: allow to query signals by domainSamuel Pitoiset1-24/+12
2015-08-28drm/nouveau/pm: implement NVIF_PERFMON_V0_QUERY_DOMAIN methodSamuel Pitoiset1-0/+86
2015-08-28drm/nouveau/pm: prevent creating a perfctr object when signals are not foundSamuel Pitoiset1-2/+4
2015-08-28drm/nouveau/pm: reorganize the nvif interfaceSamuel Pitoiset1-6/+32
2015-08-28drm/nouveau/pm: remove unused nvkm_perfsig_wrap() functionSamuel Pitoiset1-20/+0
2015-07-27drm/nouveau/pm: fix a potential race condition when creating an engine contextSamuel Pitoiset1-4/+3
2015-07-27drm/nouveau/pm: prevent freeing the wrong engine contextSamuel Pitoiset1-2/+5
2015-01-22drm/nouveau/pm: namespace + nvidia gpu names (no binary change)Ben Skeggs1-105/+98
2015-01-22drm/nouveau/pm: rename from perfmon (no binary change)Ben Skeggs1-0/+483