mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
rockchip: gpu: update version of midgard to 0x0b && mali400 to 0x02 to mark iommu enabled
This commit is contained in:
@@ -35,7 +35,7 @@ int get_api_version_wrapper(struct mali_session_data *session_data, _mali_uk_get
|
||||
|
||||
return 0;
|
||||
}
|
||||
#define mali400_in_rk30_version 0x01
|
||||
#define mali400_in_rk30_version 0x02
|
||||
int get_mali_version_in_rk30_wrapper(struct mali_session_data *session_data, _mali_uk_get_mali_version_in_rk30_s __user *uargs)
|
||||
{
|
||||
_mali_uk_get_mali_version_in_rk30_s kargs;
|
||||
|
||||
@@ -85,7 +85,7 @@ EXPORT_SYMBOL(shared_kernel_test_data);
|
||||
#endif /* MALI_UNIT_TEST */
|
||||
|
||||
#define KBASE_DRV_NAME "mali"
|
||||
#define ROCKCHIP_VERSION 10
|
||||
#define ROCKCHIP_VERSION 0x0b
|
||||
static const char kbase_drv_name[] = KBASE_DRV_NAME;
|
||||
|
||||
static int kbase_dev_nr;
|
||||
|
||||
Reference in New Issue
Block a user