summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm/engine
AgeCommit message (Expand)AuthorFilesLines
2015-08-28drm/nouveau/device: add direct pointer to struct deviceBen Skeggs1-0/+2
2015-08-28drm/nouveau/device: add direct pointers to subdevs from nvkm_deviceBen Skeggs1-7/+56
2015-08-28drm/nouveau/lib: various tweaksBen Skeggs1-1/+1
2015-08-28drm/nouveau/disp/dp: gm1xx appears to have same dp lane ordering as gm2xxBen Skeggs3-10/+7
2015-08-28drm/nouveau/disp/dp: fix some tx_pu mishandlingBen Skeggs3-5/+6
2015-08-28drm/nouveau/nv46: Change mc subdev oclass from nv44 to nv4cHans de Goede1-1/+1
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/device: recognize GM20BAlexandre Courbot1-0/+20
2015-08-28drm/nouveau/gr: add GM20B supportAlexandre Courbot9-6/+216
2015-08-28drm/nouveau/fifo: add GM20B fifoAlexandre Courbot4-1/+40
2015-08-28drm/nouveau/gr/gk20a: use same initialization sequence as nvgpuAlexandre Courbot5-30/+421
2015-08-28drm/nouveau/gr: use NVIDIA-provided external firmwaresAlexandre Courbot1-12/+19
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 Pitoiset2-55/+13
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 Pitoiset6-5/+280
2015-08-28drm/nouveau/pm/gf100: allow to share GPC, HUB and PART domainsSamuel Pitoiset3-18/+33
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 Pitoiset7-11/+484
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
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 Pitoiset2-6/+6
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 Pitoiset2-24/+0
2015-08-28drm/nouveau/pm: remove pmu signalsSamuel Pitoiset7-147/+1
2015-08-14Revert "drm/nouveau/fifo/gk104: kick channels when deactivating them"Alexandre Courbot1-21/+8
2015-07-27drm/nouveau/disp: Use NULL for pointersThierry Reding1-1/+1
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-07-27drm/nouveau/gr/gf100: wait for GR idle after GO_IDLE bundleAlexandre Courbot2-0/+38
2015-07-27drm/nouveau/gr/gf100: wait on bottom half of FE's pipelineAlexandre Courbot1-1/+1
2015-07-27drm/nouveau/fifo/gk104: kick channels when deactivating themAlexandre Courbot1-8/+21