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
a0ceada6
Commit
a0ceada6
authored
Mar 27, 2013
by
Alex Deucher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drm/radeon: switch SI to use radeon_ucode.h
Signed-off-by:
Alex Deucher
<
alexander.deucher@amd.com
>
parent
ac163387
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
drivers/gpu/drm/radeon/radeon_ucode.h
drivers/gpu/drm/radeon/radeon_ucode.h
+6
-0
drivers/gpu/drm/radeon/si.c
drivers/gpu/drm/radeon/si.c
+1
-6
No files found.
drivers/gpu/drm/radeon/radeon_ucode.h
View file @
a0ceada6
...
@@ -32,6 +32,9 @@
...
@@ -32,6 +32,9 @@
#define EVERGREEN_PM4_UCODE_SIZE 1376
#define EVERGREEN_PM4_UCODE_SIZE 1376
#define CAYMAN_PFP_UCODE_SIZE 2176
#define CAYMAN_PFP_UCODE_SIZE 2176
#define CAYMAN_PM4_UCODE_SIZE 2176
#define CAYMAN_PM4_UCODE_SIZE 2176
#define SI_PFP_UCODE_SIZE 2144
#define SI_PM4_UCODE_SIZE 2144
#define SI_CE_UCODE_SIZE 2144
/* RLC */
/* RLC */
#define R600_RLC_UCODE_SIZE 768
#define R600_RLC_UCODE_SIZE 768
...
@@ -39,10 +42,13 @@
...
@@ -39,10 +42,13 @@
#define EVERGREEN_RLC_UCODE_SIZE 768
#define EVERGREEN_RLC_UCODE_SIZE 768
#define CAYMAN_RLC_UCODE_SIZE 1024
#define CAYMAN_RLC_UCODE_SIZE 1024
#define ARUBA_RLC_UCODE_SIZE 1536
#define ARUBA_RLC_UCODE_SIZE 1536
#define SI_RLC_UCODE_SIZE 2048
/* MC */
/* MC */
#define BTC_MC_UCODE_SIZE 6024
#define BTC_MC_UCODE_SIZE 6024
#define CAYMAN_MC_UCODE_SIZE 6037
#define CAYMAN_MC_UCODE_SIZE 6037
#define SI_MC_UCODE_SIZE 7769
#define OLAND_MC_UCODE_SIZE 7863
/* SMC */
/* SMC */
#define RV770_SMC_UCODE_START 0x0100
#define RV770_SMC_UCODE_START 0x0100
...
...
drivers/gpu/drm/radeon/si.c
View file @
a0ceada6
...
@@ -33,13 +33,8 @@
...
@@ -33,13 +33,8 @@
#include "atom.h"
#include "atom.h"
#include "si_blit_shaders.h"
#include "si_blit_shaders.h"
#include "clearstate_si.h"
#include "clearstate_si.h"
#include "radeon_ucode.h"
#define SI_PFP_UCODE_SIZE 2144
#define SI_PM4_UCODE_SIZE 2144
#define SI_CE_UCODE_SIZE 2144
#define SI_RLC_UCODE_SIZE 2048
#define SI_MC_UCODE_SIZE 7769
#define OLAND_MC_UCODE_SIZE 7863
MODULE_FIRMWARE
(
"radeon/TAHITI_pfp.bin"
);
MODULE_FIRMWARE
(
"radeon/TAHITI_pfp.bin"
);
MODULE_FIRMWARE
(
"radeon/TAHITI_me.bin"
);
MODULE_FIRMWARE
(
"radeon/TAHITI_me.bin"
);
...
...
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