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
0bf954c1
Commit
0bf954c1
authored
Jun 02, 2017
by
Alex Deucher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drm/amdgpu/soc15: enable DC ip module for Raven
Signed-off-by:
Alex Deucher
<
alexander.deucher@amd.com
>
parent
21de3396
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
drivers/gpu/drm/amd/amdgpu/soc15.c
drivers/gpu/drm/amd/amdgpu/soc15.c
+6
-0
No files found.
drivers/gpu/drm/amd/amdgpu/soc15.c
View file @
0bf954c1
...
...
@@ -554,6 +554,12 @@ int soc15_set_ip_blocks(struct amdgpu_device *adev)
amdgpu_ip_block_add
(
adev
,
&
amdgpu_pp_ip_block
);
if
(
adev
->
enable_virtual_display
||
amdgpu_sriov_vf
(
adev
))
amdgpu_ip_block_add
(
adev
,
&
dce_virtual_ip_block
);
#if defined(CONFIG_DRM_AMD_DC)
else
if
(
amdgpu_device_has_dc_support
(
adev
))
amdgpu_ip_block_add
(
adev
,
&
dm_ip_block
);
#else
# warning "Enable CONFIG_DRM_AMD_DC for display support on SOC15."
#endif
amdgpu_ip_block_add
(
adev
,
&
gfx_v9_0_ip_block
);
amdgpu_ip_block_add
(
adev
,
&
sdma_v4_0_ip_block
);
amdgpu_ip_block_add
(
adev
,
&
vcn_v1_0_ip_block
);
...
...
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