Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1443050
| From | Mark Yao <mark.yao@rock-chips.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 6/6] drm/rockchip: vop: correct rk3036 register define |
| Date | 2016-07-14 05:40 +0200 |
| Message-ID | <rUFFf-43M-9@gated-at.bofh.it> (permalink) |
| References | <rUFFf-43M-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
Reported-by: Tomasz Figa <tfiga@chromium.org>
---
drivers/gpu/drm/rockchip/rockchip_vop_reg.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/rockchip/rockchip_vop_reg.c b/drivers/gpu/drm/rockchip/rockchip_vop_reg.c
index a348a7a..919992c 100644
--- a/drivers/gpu/drm/rockchip/rockchip_vop_reg.c
+++ b/drivers/gpu/drm/rockchip/rockchip_vop_reg.c
@@ -190,7 +190,7 @@ static const struct vop_data rk3288_vop = {
.win_size = ARRAY_SIZE(rk3288_vop_win_data),
};
-static const struct vop_scl_regs rk3066_win_scl = {
+static const struct vop_scl_regs rk3036_win_scl = {
.scale_yrgb_x = VOP_REG(RK3036_WIN0_SCL_FACTOR_YRGB, 0xffff, 0x0),
.scale_yrgb_y = VOP_REG(RK3036_WIN0_SCL_FACTOR_YRGB, 0xffff, 16),
.scale_cbcr_x = VOP_REG(RK3036_WIN0_SCL_FACTOR_CBR, 0xffff, 0x0),
@@ -198,7 +198,7 @@ static const struct vop_scl_regs rk3066_win_scl = {
};
static const struct vop_win_phy rk3036_win0_data = {
- .scl = &rk3066_win_scl,
+ .scl = &rk3036_win_scl,
.data_formats = formats_win_full,
.nformats = ARRAY_SIZE(formats_win_full),
.enable = VOP_REG(RK3036_SYS_CTRL, 0x1, 0),
--
1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/6] drm/rockchip: some fixes Mark Yao <mark.yao@rock-chips.com> - 2016-07-14 05:40 +0200
[PATCH 2/6] drm/rockchip: fb: add missing header Mark Yao <mark.yao@rock-chips.com> - 2016-07-14 05:40 +0200
[PATCH 6/6] drm/rockchip: vop: correct rk3036 register define Mark Yao <mark.yao@rock-chips.com> - 2016-07-14 05:40 +0200
Re: [PATCH 6/6] drm/rockchip: vop: correct rk3036 register define Sean Paul <seanpaul@chromium.org> - 2016-07-14 17:40 +0200
[PATCH 4/6] drm/rockchip: vop: add uv_vir register field for RK3036 VOP Mark Yao <mark.yao@rock-chips.com> - 2016-07-14 05:40 +0200
[PATCH 3/6] drm/rockchip: fix "should it be static?" warnings Mark Yao <mark.yao@rock-chips.com> - 2016-07-14 05:40 +0200
[PATCH 1/6] drm/rockchip: dw_hdmi: remove unused #include Mark Yao <mark.yao@rock-chips.com> - 2016-07-14 05:40 +0200
csiph-web