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
Kirill Smelkov
linux
Commits
a677f4cc
Commit
a677f4cc
authored
Sep 10, 2014
by
Daniel Vetter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drm: Move drm_legacy_vma_flush into drm_legacy.h
Signed-off-by:
Daniel Vetter
<
daniel.vetter@intel.com
>
parent
9ec4e2ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
drivers/gpu/drm/drm_legacy.h
drivers/gpu/drm/drm_legacy.h
+2
-0
include/drm/drmP.h
include/drm/drmP.h
+0
-2
No files found.
drivers/gpu/drm/drm_legacy.h
View file @
a677f4cc
...
...
@@ -71,6 +71,8 @@ int drm_legacy_freebufs(struct drm_device *d, void *v, struct drm_file *f);
int
drm_legacy_mapbufs
(
struct
drm_device
*
d
,
void
*
v
,
struct
drm_file
*
f
);
int
drm_legacy_dma_ioctl
(
struct
drm_device
*
d
,
void
*
v
,
struct
drm_file
*
f
);
void
drm_legacy_vma_flush
(
struct
drm_device
*
d
);
/*
* AGP Support
*/
...
...
include/drm/drmP.h
View file @
a677f4cc
...
...
@@ -1321,8 +1321,6 @@ struct drm_local_map *drm_legacy_getsarea(struct drm_device *dev);
int
drm_legacy_addbufs_agp
(
struct
drm_device
*
d
,
struct
drm_buf_desc
*
req
);
int
drm_legacy_addbufs_pci
(
struct
drm_device
*
d
,
struct
drm_buf_desc
*
req
);
void
drm_legacy_vma_flush
(
struct
drm_device
*
d
);
void
drm_legacy_idlelock_take
(
struct
drm_lock_data
*
lock
);
void
drm_legacy_idlelock_release
(
struct
drm_lock_data
*
lock
);
...
...
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