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
0d04c58a
Commit
0d04c58a
authored
Feb 29, 2012
by
Florian Tobias Schandinat
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fbdev-for-linus' into fbdev-next
parents
327e2768
a3d0e4ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
drivers/video/omap2/displays/Kconfig
drivers/video/omap2/displays/Kconfig
+1
-1
drivers/video/omap2/dss/apply.c
drivers/video/omap2/dss/apply.c
+6
-0
No files found.
drivers/video/omap2/displays/Kconfig
View file @
0d04c58a
...
...
@@ -12,7 +12,7 @@ config PANEL_GENERIC_DPI
config PANEL_DVI
tristate "DVI output"
depends on OMAP2_DSS_DPI
depends on OMAP2_DSS_DPI
&& I2C
help
Driver for external monitors, connected via DVI. The driver uses i2c
to read EDID information from the monitor.
...
...
drivers/video/omap2/dss/apply.c
View file @
0d04c58a
...
...
@@ -1276,6 +1276,9 @@ int dss_ovl_enable(struct omap_overlay *ovl)
spin_unlock_irqrestore
(
&
data_lock
,
flags
);
/* wait for overlay to be enabled */
wait_pending_extra_info_updates
();
mutex_unlock
(
&
apply_lock
);
return
0
;
...
...
@@ -1313,6 +1316,9 @@ int dss_ovl_disable(struct omap_overlay *ovl)
spin_unlock_irqrestore
(
&
data_lock
,
flags
);
/* wait for the overlay to be disabled */
wait_pending_extra_info_updates
();
mutex_unlock
(
&
apply_lock
);
return
0
;
...
...
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