Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
0c3a8840
cloud-kernel
项目概览
openanolis
/
cloud-kernel
大约 1 年 前同步成功
通知
158
Star
36
Fork
7
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
10
列表
看板
标记
里程碑
合并请求
2
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
cloud-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
10
Issue
10
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
0c3a8840
编写于
5月 14, 2015
作者:
A
Alex Deucher
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
drm/radeon: make dpcd parameters const
Signed-off-by:
N
Alex Deucher
<
alexander.deucher@amd.com
>
上级
a10e04f4
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
5 addition
and
5 deletion
+5
-5
drivers/gpu/drm/radeon/atombios_dp.c
drivers/gpu/drm/radeon/atombios_dp.c
+4
-4
drivers/gpu/drm/radeon/radeon_mode.h
drivers/gpu/drm/radeon/radeon_mode.h
+1
-1
未找到文件。
drivers/gpu/drm/radeon/atombios_dp.c
浏览文件 @
0c3a8840
...
...
@@ -253,7 +253,7 @@ void radeon_dp_aux_init(struct radeon_connector *radeon_connector)
#define DP_VOLTAGE_MAX DP_TRAIN_VOLTAGE_SWING_LEVEL_3
#define DP_PRE_EMPHASIS_MAX DP_TRAIN_PRE_EMPH_LEVEL_3
static
void
dp_get_adjust_train
(
u8
link_status
[
DP_LINK_STATUS_SIZE
],
static
void
dp_get_adjust_train
(
const
u8
link_status
[
DP_LINK_STATUS_SIZE
],
int
lane_count
,
u8
train_set
[
4
])
{
...
...
@@ -311,7 +311,7 @@ static int dp_get_max_dp_pix_clock(int link_rate,
/***** radeon specific DP functions *****/
int
radeon_dp_get_max_link_rate
(
struct
drm_connector
*
connector
,
u8
dpcd
[
DP_DPCD_SIZE
])
const
u8
dpcd
[
DP_DPCD_SIZE
])
{
int
max_link_rate
;
...
...
@@ -328,7 +328,7 @@ int radeon_dp_get_max_link_rate(struct drm_connector *connector,
* if the max lane# < low rate lane# then use max lane# instead.
*/
static
int
radeon_dp_get_dp_lane_number
(
struct
drm_connector
*
connector
,
u8
dpcd
[
DP_DPCD_SIZE
],
const
u8
dpcd
[
DP_DPCD_SIZE
],
int
pix_clock
)
{
int
bpp
=
convert_bpc_to_bpp
(
radeon_get_monitor_bpc
(
connector
));
...
...
@@ -347,7 +347,7 @@ static int radeon_dp_get_dp_lane_number(struct drm_connector *connector,
}
static
int
radeon_dp_get_dp_link_clock
(
struct
drm_connector
*
connector
,
u8
dpcd
[
DP_DPCD_SIZE
],
const
u8
dpcd
[
DP_DPCD_SIZE
],
int
pix_clock
)
{
int
bpp
=
convert_bpc_to_bpp
(
radeon_get_monitor_bpc
(
connector
));
...
...
drivers/gpu/drm/radeon/radeon_mode.h
浏览文件 @
0c3a8840
...
...
@@ -754,7 +754,7 @@ extern bool radeon_dp_getdpcd(struct radeon_connector *radeon_connector);
extern
int
radeon_dp_get_panel_mode
(
struct
drm_encoder
*
encoder
,
struct
drm_connector
*
connector
);
int
radeon_dp_get_max_link_rate
(
struct
drm_connector
*
connector
,
u8
*
dpcd
);
const
u8
*
dpcd
);
extern
void
radeon_dp_set_rx_power_state
(
struct
drm_connector
*
connector
,
u8
power_state
);
extern
void
radeon_dp_aux_init
(
struct
radeon_connector
*
radeon_connector
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录