Searched refs:VOP2_VERSION (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rockchip_display.h | 32 #define VOP2_VERSION(major, minor, build) ((major) << 24 | (minor) << 16 | (build)) macro 37 #define VOP_VERSION_RK3528 VOP2_VERSION(0x50, 0x17, 0x1263) 38 #define VOP_VERSION_RK3562 VOP2_VERSION(0x50, 0x17, 0x4350) 39 #define VOP_VERSION_RK3568 VOP2_VERSION(0x40, 0x15, 0x8023) 40 #define VOP_VERSION_RK3588 VOP2_VERSION(0x40, 0x17, 0x6786)
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vop.h | 24 #define VOP2_VERSION(major, minor, build) ((major) << 24 | (minor) << 16 | (build)) macro 29 #define VOP_VERSION_RK3528 VOP2_VERSION(0x50, 0x17, 0x1263) 30 #define VOP_VERSION_RK3562 VOP2_VERSION(0x50, 0x17, 0x4350) 31 #define VOP_VERSION_RK3568 VOP2_VERSION(0x40, 0x15, 0x8023) 32 #define VOP_VERSION_RK3588 VOP2_VERSION(0x40, 0x17, 0x6786)
|