diff options
| author | james qian wang (Arm Technology China) <james.qian.wang@arm.com> | 2019-12-10 08:48:51 +0000 |
|---|---|---|
| committer | james qian wang (Arm Technology China) <james.qian.wang@arm.com> | 2019-12-12 14:54:19 +0800 |
| commit | 17cfcb68af3bc7d5e8ae08779b1853310a2949f3 (patch) | |
| tree | 64019c4e082b2beee5c60ba18810416371312224 /drivers/gpu/drm/arm/display/include | |
| parent | b25bc78f8a0750125604e6b82650eb6e990cb09d (diff) | |
| download | blackbird-op-linux-17cfcb68af3bc7d5e8ae08779b1853310a2949f3.tar.gz blackbird-op-linux-17cfcb68af3bc7d5e8ae08779b1853310a2949f3.zip | |
drm/komeda: Enable new product D32 support
D32 is simple version of D71, the difference is:
- Only has one pipeline
- Drop the periph block and merge it to GCU
v2: Rebase.
v3: Isolate the block counting fix to a new patch
Signed-off-by: James Qian Wang (Arm Technology China) <james.qian.wang@arm.com>
Reviewed-by: Mihail Atanassov <mihail.atanassov@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191210084828.19664-3-james.qian.wang@arm.com
Diffstat (limited to 'drivers/gpu/drm/arm/display/include')
| -rw-r--r-- | drivers/gpu/drm/arm/display/include/malidp_product.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/arm/display/include/malidp_product.h b/drivers/gpu/drm/arm/display/include/malidp_product.h index 1053b11352eb..16a8a2c22c42 100644 --- a/drivers/gpu/drm/arm/display/include/malidp_product.h +++ b/drivers/gpu/drm/arm/display/include/malidp_product.h @@ -18,7 +18,8 @@ #define MALIDP_CORE_ID_STATUS(__core_id) (((__u32)(__core_id)) & 0xFF) /* Mali-display product IDs */ -#define MALIDP_D71_PRODUCT_ID 0x0071 +#define MALIDP_D71_PRODUCT_ID 0x0071 +#define MALIDP_D32_PRODUCT_ID 0x0032 union komeda_config_id { struct { |

