Skip to content

Commit d253f71

Browse files
valpackettgregkh
authored andcommitted
drm/rockchip: vop: enable VOP_FEATURE_INTERNAL_RGB on RK3066
commit 6ed51ba upstream. The RK3066 does have RGB display output, so it should be marked as such. Fixes: f4a6de8 ("drm: rockchip: vop: add rk3066 vop definitions") Cc: [email protected] Signed-off-by: Val Packett <[email protected]> Signed-off-by: Heiko Stuebner <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 907717e commit d253f71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/rockchip/rockchip_vop_reg.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ static const struct vop_data rk3066_vop = {
484484
.output = &rk3066_output,
485485
.win = rk3066_vop_win_data,
486486
.win_size = ARRAY_SIZE(rk3066_vop_win_data),
487+
.feature = VOP_FEATURE_INTERNAL_RGB,
487488
.max_output = { 1920, 1080 },
488489
};
489490

0 commit comments

Comments
 (0)