mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
drm/rockchip: dw-dp: fix dw_dp_bridge_mode_valid() return value type
Signed-off-by: Zhang Yubing <yubing.zhang@rock-chips.com> Change-Id: Id31da1890c26b5c76e955fe103b62966eec2c126
This commit is contained in:
parent
014c17ee5f
commit
2b7835ea77
|
|
@ -2587,9 +2587,10 @@ static ssize_t dw_dp_aux_transfer(struct drm_dp_aux *aux,
|
|||
return ret;
|
||||
}
|
||||
|
||||
static int dw_dp_bridge_mode_valid(struct drm_bridge *bridge,
|
||||
const struct drm_display_info *info,
|
||||
const struct drm_display_mode *mode)
|
||||
static enum drm_mode_status
|
||||
dw_dp_bridge_mode_valid(struct drm_bridge *bridge,
|
||||
const struct drm_display_info *info,
|
||||
const struct drm_display_mode *mode)
|
||||
{
|
||||
struct dw_dp *dp = bridge_to_dp(bridge);
|
||||
struct dw_dp_link *link = &dp->link;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user