Searched refs:VOP2_VERSION (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vop2.h | 16 #define VOP2_VERSION(major, minor, build) ((major) << 24 | (minor) << 16 | (build)) macro 19 #define VOP_VERSION_RK3568 VOP2_VERSION(0x40, 0x15, 0x8023) 20 #define VOP_VERSION_RK3588 VOP2_VERSION(0x40, 0x17, 0x6786) 21 #define VOP_VERSION_RK3528 VOP2_VERSION(0x50, 0x17, 0x1263) 22 #define VOP_VERSION_RK3562 VOP2_VERSION(0x50, 0x17, 0x4350) 23 #define VOP_VERSION_RK3576 VOP2_VERSION(0x50, 0x19, 0x9765)
|