All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] fix pmu code on gk208+
@ 2016-02-26 15:19 Karol Herbst
       [not found] ` <1456499974-1950-1-git-send-email-nouveau-lIBOoy2+GI7scQ4cX5LuPg@public.gmane.org>
  0 siblings, 1 reply; 14+ messages in thread
From: Karol Herbst @ 2016-02-26 15:19 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

while trying out my pmu_counter patches on a gk208 gpu, I notived that the pmu
is pretty much screwed up there.

Karol Herbst (4):
  pmu/fuc: fix imm32 for gk208+
  pmu/fuc: replace mov+sethi with imm32
  pmu/fuc: call# seems to be broken on gk208
  pmu/fuc: movw is somewhat weird on gk208, use mov instead

 drm/nouveau/nvkm/subdev/pmu/fuc/gf100.fuc3.h | 1598 +++++++++++------------
 drm/nouveau/nvkm/subdev/pmu/fuc/gf119.fuc4.h | 1494 +++++++++++-----------
 drm/nouveau/nvkm/subdev/pmu/fuc/gk208.fuc5.h | 1420 ++++++++++-----------
 drm/nouveau/nvkm/subdev/pmu/fuc/gt215.fuc3.h | 1746 +++++++++++++-------------
 drm/nouveau/nvkm/subdev/pmu/fuc/host.fuc     |    3 +-
 drm/nouveau/nvkm/subdev/pmu/fuc/kernel.fuc   |   26 +-
 drm/nouveau/nvkm/subdev/pmu/fuc/macros.fuc   |    6 +-
 drm/nouveau/nvkm/subdev/pmu/fuc/test.fuc     |    3 +-
 8 files changed, 3144 insertions(+), 3152 deletions(-)

-- 
2.7.2

_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-03-01 22:42 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-26 15:19 [PATCH 0/4] fix pmu code on gk208+ Karol Herbst
     [not found] ` <1456499974-1950-1-git-send-email-nouveau-lIBOoy2+GI7scQ4cX5LuPg@public.gmane.org>
2016-02-26 15:19   ` [PATCH 1/4] pmu/fuc: fix imm32 for gk208+ Karol Herbst
     [not found]     ` <1456499974-1950-2-git-send-email-nouveau-lIBOoy2+GI7scQ4cX5LuPg@public.gmane.org>
2016-03-01 21:38       ` Martin Peres
2016-02-26 15:19   ` [PATCH 2/4] pmu/fuc: replace mov+sethi with imm32 Karol Herbst
     [not found]     ` <1456499974-1950-3-git-send-email-nouveau-lIBOoy2+GI7scQ4cX5LuPg@public.gmane.org>
2016-03-01 21:40       ` Martin Peres
2016-02-26 15:19   ` [PATCH 3/4] pmu/fuc: call# seems to be broken on gk208 Karol Herbst
     [not found]     ` <1456499974-1950-4-git-send-email-nouveau-lIBOoy2+GI7scQ4cX5LuPg@public.gmane.org>
2016-03-01 21:45       ` Martin Peres
     [not found]         ` <56D60D6B.7010808-GANU6spQydw@public.gmane.org>
2016-03-01 21:53           ` Ilia Mirkin
     [not found]             ` <CAKb7UvgKF9deHTrP-PuB6WL=02OjMmUoi4qksDiboSucRVYR8A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-03-01 22:27               ` Martin Peres
2016-02-26 15:19   ` [PATCH 4/4] pmu/fuc: movw is somewhat weird on gk208, use mov instead Karol Herbst
     [not found]     ` <1456499974-1950-5-git-send-email-nouveau-lIBOoy2+GI7scQ4cX5LuPg@public.gmane.org>
2016-03-01 21:36       ` Martin Peres
     [not found]         ` <56D60B4C.3010108-GANU6spQydw@public.gmane.org>
2016-03-01 21:38           ` Ilia Mirkin
     [not found]             ` <CAKb7UvgFX8YzWZi_HHn6U2pzwu7kFU=DQHoBgJowOjj=jgucOA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-03-01 21:46               ` Martin Peres
     [not found]                 ` <56D60DB6.1030209-GANU6spQydw@public.gmane.org>
2016-03-01 22:42                   ` Karol Herbst

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.