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
2107cce3
Commit
2107cce3
authored
Jul 07, 2010
by
Ben Skeggs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drm/nv50: implement DAC disconnect fix missed in earlier commit
Signed-off-by:
Ben Skeggs
<
bskeggs@redhat.com
>
parent
b6d3d871
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
drivers/gpu/drm/nouveau/nv50_dac.c
drivers/gpu/drm/nouveau/nv50_dac.c
+7
-0
No files found.
drivers/gpu/drm/nouveau/nv50_dac.c
View file @
2107cce3
...
...
@@ -257,6 +257,12 @@ nv50_dac_mode_set(struct drm_encoder *encoder, struct drm_display_mode *mode,
nv_encoder
->
crtc
=
encoder
->
crtc
;
}
static
struct
drm_crtc
*
nv50_dac_crtc_get
(
struct
drm_encoder
*
encoder
)
{
return
nouveau_encoder
(
encoder
)
->
crtc
;
}
static
const
struct
drm_encoder_helper_funcs
nv50_dac_helper_funcs
=
{
.
dpms
=
nv50_dac_dpms
,
.
save
=
nv50_dac_save
,
...
...
@@ -265,6 +271,7 @@ static const struct drm_encoder_helper_funcs nv50_dac_helper_funcs = {
.
prepare
=
nv50_dac_prepare
,
.
commit
=
nv50_dac_commit
,
.
mode_set
=
nv50_dac_mode_set
,
.
get_crtc
=
nv50_dac_crtc_get
,
.
detect
=
nv50_dac_detect
,
.
disable
=
nv50_dac_disconnect
};
...
...
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