aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Liu <[email protected]>2019-11-08 17:44:54 +0000
committerAlex Deucher <[email protected]>2019-11-19 15:12:49 +0000
commit8d1b04a6a1dc654d36ab51211fba7af86f0940e6 (patch)
tree94c327d59ccb0e9b21627b8fec73eeeeb59e9ee1
parentdrm/amdgpu: use the JPEG structure for general driver support (diff)
downloadkernel-8d1b04a6a1dc654d36ab51211fba7af86f0940e6.tar.gz
kernel-8d1b04a6a1dc654d36ab51211fba7af86f0940e6.zip
drm/amdgpu: add JPEG IP block type
From VCN2.0, JPEG2.0 is a separated IP block. Signed-off-by: Leo Liu <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r--drivers/gpu/drm/amd/include/amd_shared.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h
index dc7eb28f0296..d5bc8be4d70c 100644
--- a/drivers/gpu/drm/amd/include/amd_shared.h
+++ b/drivers/gpu/drm/amd/include/amd_shared.h
@@ -53,7 +53,8 @@ enum amd_ip_block_type {
AMD_IP_BLOCK_TYPE_VCE,
AMD_IP_BLOCK_TYPE_ACP,
AMD_IP_BLOCK_TYPE_VCN,
- AMD_IP_BLOCK_TYPE_MES
+ AMD_IP_BLOCK_TYPE_MES,
+ AMD_IP_BLOCK_TYPE_JPEG
};
enum amd_clockgating_state {