]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
uapi/drm:change Preamble Description
authorMonk Liu <Monk.Liu@amd.com>
Wed, 8 Mar 2017 07:37:00 +0000 (15:37 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 30 Mar 2017 03:55:36 +0000 (23:55 -0400)
Preamble in linux doesn't mean it is CE PREAMBLE IB,
instead it means this IB could be dropped if no
ctx switch happens.

Signed-off-by: Monk Liu <Monk.Liu@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
include/uapi/drm/amdgpu_drm.h

index c03bae9067878b1b9054909dfc4cc8c3f17f04a8..4179241e5e7ce872128135c029588eb9038bfcdb 100644 (file)
@@ -445,7 +445,7 @@ union drm_amdgpu_cs {
 /* This IB should be submitted to CE */
 #define AMDGPU_IB_FLAG_CE      (1<<0)
 
-/* CE Preamble */
+/* Preamble flag, which means the IB could be dropped if no context switch */
 #define AMDGPU_IB_FLAG_PREAMBLE (1<<1)
 
 struct drm_amdgpu_cs_chunk_ib {