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
74cd62ea
Commit
74cd62ea
authored
Aug 05, 2014
by
Dave Airlie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drm/tda998x: update for new drm connector APIs.
Signed-off-by:
Dave Airlie
<
airlied@redhat.com
>
parent
8bb652eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/gpu/drm/i2c/tda998x_drv.c
drivers/gpu/drm/i2c/tda998x_drv.c
+2
-2
No files found.
drivers/gpu/drm/i2c/tda998x_drv.c
View file @
74cd62ea
...
...
@@ -1498,7 +1498,7 @@ tda998x_connector_detect(struct drm_connector *connector, bool force)
static
void
tda998x_connector_destroy
(
struct
drm_connector
*
connector
)
{
drm_
sysfs_connector_remove
(
connector
);
drm_
connector_unregister
(
connector
);
drm_connector_cleanup
(
connector
);
}
...
...
@@ -1550,7 +1550,7 @@ static int tda998x_bind(struct device *dev, struct device *master, void *data)
if
(
ret
)
goto
err_connector
;
ret
=
drm_
sysfs_connector_add
(
&
priv
->
connector
);
ret
=
drm_
connector_register
(
&
priv
->
connector
);
if
(
ret
)
goto
err_sysfs
;
...
...
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