Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
40cea739
Commit
40cea739
authored
Jan 24, 2017
by
Ben Skeggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drm/nouveau/fifo/g84-: rename non-stall interrupt event
Signed-off-by:
Ben Skeggs
<
bskeggs@redhat.com
>
parent
e774055a
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
drivers/gpu/drm/nouveau/include/nvif/cl826e.h
drivers/gpu/drm/nouveau/include/nvif/cl826e.h
+1
-1
drivers/gpu/drm/nouveau/include/nvif/cl826f.h
drivers/gpu/drm/nouveau/include/nvif/cl826f.h
+1
-1
drivers/gpu/drm/nouveau/include/nvif/cl906f.h
drivers/gpu/drm/nouveau/include/nvif/cl906f.h
+1
-1
drivers/gpu/drm/nouveau/include/nvif/cla06f.h
drivers/gpu/drm/nouveau/include/nvif/cla06f.h
+1
-1
drivers/gpu/drm/nouveau/nouveau_fence.c
drivers/gpu/drm/nouveau/nouveau_fence.c
+1
-1
drivers/gpu/drm/nouveau/nvkm/engine/fifo/chang84.c
drivers/gpu/drm/nouveau/nvkm/engine/fifo/chang84.c
+1
-1
No files found.
drivers/gpu/drm/nouveau/include/nvif/cl826e.h
View file @
40cea739
...
...
@@ -10,5 +10,5 @@ struct g82_channel_dma_v0 {
__u64
offset
;
};
#define
G82_CHANNEL_DMA_V0_NTFY_UEVENT
0x00
#define
NV826E_V0_NTFY_NON_STALL_INTERRUPT
0x00
#endif
drivers/gpu/drm/nouveau/include/nvif/cl826f.h
View file @
40cea739
...
...
@@ -11,5 +11,5 @@ struct g82_channel_gpfifo_v0 {
__u64
vm
;
};
#define
G82_CHANNEL_GPFIFO_V0_NTFY_UEVENT
0x00
#define
NV826F_V0_NTFY_NON_STALL_INTERRUPT
0x00
#endif
drivers/gpu/drm/nouveau/include/nvif/cl906f.h
View file @
40cea739
...
...
@@ -10,5 +10,5 @@ struct fermi_channel_gpfifo_v0 {
__u64
vm
;
};
#define
FERMI_CHANNEL_GPFIFO_V0_NTFY_UEVENT
0x00
#define
NV906F_V0_NTFY_NON_STALL_INTERRUPT
0x00
#endif
drivers/gpu/drm/nouveau/include/nvif/cla06f.h
View file @
40cea739
...
...
@@ -25,5 +25,5 @@ struct kepler_channel_gpfifo_a_v0 {
__u64
vm
;
};
#define NVA06F_V0_NTFY_
UEVENT
0x00
#define NVA06F_V0_NTFY_
NON_STALL_INTERRUPT
0x00
#endif
drivers/gpu/drm/nouveau/nouveau_fence.c
View file @
40cea739
...
...
@@ -190,7 +190,7 @@ nouveau_fence_context_new(struct nouveau_channel *chan, struct nouveau_fence_cha
return
;
ret
=
nvif_notify_init
(
&
chan
->
user
,
nouveau_fence_wait_uevent_handler
,
false
,
G82_CHANNEL_DMA_V0_NTFY_UEVEN
T
,
false
,
NV826E_V0_NTFY_NON_STALL_INTERRUP
T
,
&
(
struct
nvif_notify_uevent_req
)
{
},
sizeof
(
struct
nvif_notify_uevent_req
),
sizeof
(
struct
nvif_notify_uevent_rep
),
...
...
drivers/gpu/drm/nouveau/nvkm/engine/fifo/chang84.c
View file @
40cea739
...
...
@@ -35,7 +35,7 @@ g84_fifo_chan_ntfy(struct nvkm_fifo_chan *chan, u32 type,
struct
nvkm_event
**
pevent
)
{
switch
(
type
)
{
case
G82_CHANNEL_DMA_V0_NTFY_UEVEN
T
:
case
NV826E_V0_NTFY_NON_STALL_INTERRUP
T
:
*
pevent
=
&
chan
->
fifo
->
uevent
;
return
0
;
default:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment