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
f427fb16
Commit
f427fb16
authored
Dec 28, 2015
by
Eric Anholt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drm/vc4: Improve comments on vc4_plane_state members.
Signed-off-by:
Eric Anholt
<
eric@anholt.net
>
parent
5443ce86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
drivers/gpu/drm/vc4/vc4_plane.c
drivers/gpu/drm/vc4/vc4_plane.c
+6
-3
No files found.
drivers/gpu/drm/vc4/vc4_plane.c
View file @
f427fb16
...
...
@@ -26,16 +26,19 @@
struct
vc4_plane_state
{
struct
drm_plane_state
base
;
/* System memory copy of the display list for this element, computed
* at atomic_check time.
*/
u32
*
dlist
;
u32
dlist_size
;
/* Number of dwords
in
allocated for the display list */
u32
dlist_size
;
/* Number of dwords allocated for the display list */
u32
dlist_count
;
/* Number of used dwords in the display list. */
/* Offset in the dlist to pointer word 0. */
u32
pw0_offset
;
/* Offset where the plane's dlist was last stored in the
hardware at vc4_crtc_atomic_flush() time.
*/
*
hardware at vc4_crtc_atomic_flush() time.
*/
u32
*
hw_dlist
;
};
...
...
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