.. | .. |
---|
44 | 44 | int (*send_mcu_cmd)(struct display_state *state, u32 type, u32 value); |
---|
45 | 45 | int (*check)(struct display_state *state); |
---|
46 | 46 | int (*mode_valid)(struct display_state *state); |
---|
| 47 | + int (*mode_fixup)(struct display_state *state); |
---|
47 | 48 | int (*plane_check)(struct display_state *state); |
---|
| 49 | + int (*regs_dump)(struct display_state *state); |
---|
| 50 | + int (*active_regs_dump)(struct display_state *state); |
---|
| 51 | + int (*apply_soft_te)(struct display_state *state); |
---|
48 | 52 | }; |
---|
49 | 53 | |
---|
50 | 54 | struct vop_data; |
---|
.. | .. |
---|
67 | 71 | extern const struct vop_data rv1106_vop; |
---|
68 | 72 | extern const struct vop_data rv1108_vop; |
---|
69 | 73 | extern const struct vop_data rv1126_vop; |
---|
| 74 | +extern const struct vop2_data rk3528_vop; |
---|
| 75 | +extern const struct vop2_data rk3562_vop; |
---|
70 | 76 | extern const struct vop2_data rk3568_vop; |
---|
71 | 77 | extern const struct vop2_data rk3588_vop; |
---|
72 | 78 | #endif |
---|