Searched refs:VOP2_VERSION (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_display.h | 34 #define VOP2_VERSION(major, minor, build) ((major) << 24 | (minor) << 16 | (build)) macro 59 #define VOP_VERSION_RK3528 VOP2_VERSION(0x50, 0x17, 0x1263) 60 #define VOP_VERSION_RK3562 VOP2_VERSION(0x50, 0x17, 0x4350) 61 #define VOP_VERSION_RK3568 VOP2_VERSION(0x40, 0x15, 0x8023) 62 #define VOP_VERSION_RK3576 VOP2_VERSION(0x50, 0x19, 0x9765) 63 #define VOP_VERSION_RK3588 VOP2_VERSION(0x40, 0x17, 0x6786)
|