Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
1fe94d37
Commit
1fe94d37
authored
Apr 24, 2009
by
Len Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bugzilla-13048' into release
parents
9c18f0b7
b7f0ab46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
drivers/gpu/drm/i915/i915_opregion.c
drivers/gpu/drm/i915/i915_opregion.c
+5
-4
No files found.
drivers/gpu/drm/i915/i915_opregion.c
View file @
1fe94d37
...
...
@@ -370,11 +370,8 @@ int intel_opregion_init(struct drm_device *dev, int resume)
if
(
mboxes
&
MBOX_ACPI
)
{
DRM_DEBUG
(
"Public ACPI methods supported
\n
"
);
opregion
->
acpi
=
base
+
OPREGION_ACPI_OFFSET
;
if
(
drm_core_check_feature
(
dev
,
DRIVER_MODESET
))
{
if
(
drm_core_check_feature
(
dev
,
DRIVER_MODESET
))
intel_didl_outputs
(
dev
);
if
(
!
resume
)
acpi_video_register
();
}
}
else
{
DRM_DEBUG
(
"Public ACPI methods not supported
\n
"
);
err
=
-
ENOTSUPP
;
...
...
@@ -391,6 +388,10 @@ int intel_opregion_init(struct drm_device *dev, int resume)
opregion
->
asle
=
base
+
OPREGION_ASLE_OFFSET
;
}
if
(
!
resume
)
acpi_video_register
();
/* Notify BIOS we are ready to handle ACPI video ext notifs.
* Right now, all the events are handled by the ACPI video module.
* We don't actually need to do anything with them. */
...
...
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