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
8bc47de3
Commit
8bc47de3
authored
Jun 26, 2011
by
Keith Packard
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'drm-intel-fixes' into drm-intel-next
parents
93dbb29b
7c9017e5
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
225 additions
and
83 deletions
+225
-83
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_drv.h
+3
-0
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_display.c
+222
-83
No files found.
drivers/gpu/drm/i915/i915_drv.h
View file @
8bc47de3
...
...
@@ -211,6 +211,9 @@ struct drm_i915_display_funcs {
void
(
*
fdi_link_train
)(
struct
drm_crtc
*
crtc
);
void
(
*
init_clock_gating
)(
struct
drm_device
*
dev
);
void
(
*
init_pch_clock_gating
)(
struct
drm_device
*
dev
);
int
(
*
queue_flip
)(
struct
drm_device
*
dev
,
struct
drm_crtc
*
crtc
,
struct
drm_framebuffer
*
fb
,
struct
drm_i915_gem_object
*
obj
);
/* clock updates for mode set */
/* cursor updates */
/* render clock increase/decrease */
...
...
drivers/gpu/drm/i915/intel_display.c
View file @
8bc47de3
This diff is collapsed.
Click to expand it.
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