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
b8b163ba
Commit
b8b163ba
authored
Oct 11, 2012
by
Rob Clark
Committed by
Rob Clark
Nov 30, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drm/vmwgfx: drm_connector_property -> drm_object_property
Signed-off-by:
Rob Clark
<
rob@ti.com
>
parent
99d1dba6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c
drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c
+1
-1
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
+1
-1
No files found.
drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c
View file @
b8b163ba
...
...
@@ -373,7 +373,7 @@ static int vmw_ldu_init(struct vmw_private *dev_priv, unsigned unit)
drm_mode_crtc_set_gamma_size
(
crtc
,
256
);
drm_
connector_attach_property
(
connector
,
drm_
object_attach_property
(
&
connector
->
base
,
dev
->
mode_config
.
dirty_info_property
,
1
);
...
...
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
View file @
b8b163ba
...
...
@@ -468,7 +468,7 @@ static int vmw_sou_init(struct vmw_private *dev_priv, unsigned unit)
drm_mode_crtc_set_gamma_size
(
crtc
,
256
);
drm_
connector_attach_property
(
connector
,
drm_
object_attach_property
(
&
connector
->
base
,
dev
->
mode_config
.
dirty_info_property
,
1
);
...
...
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