提交 cab6d57c 编写于 作者: J Jammy Zhou 提交者: Alex Deucher

drm/amdgpu: remove unused AMDGPU_IB_FLAG_GDS

Signed-off-by: NJammy Zhou <Jammy.Zhou@amd.com>
Reviewed-by: NAlex Deucher <alexander.deucher@amd.com>
上级 890ee23f
...@@ -371,11 +371,8 @@ union drm_amdgpu_cs { ...@@ -371,11 +371,8 @@ union drm_amdgpu_cs {
/* This IB should be submitted to CE */ /* This IB should be submitted to CE */
#define AMDGPU_IB_FLAG_CE (1<<0) #define AMDGPU_IB_FLAG_CE (1<<0)
/* GDS is used by this IB */
#define AMDGPU_IB_FLAG_GDS (1<<1)
/* CE Preamble */ /* CE Preamble */
#define AMDGPU_IB_FLAG_PREAMBLE (1<<2) #define AMDGPU_IB_FLAG_PREAMBLE (1<<1)
struct drm_amdgpu_cs_chunk_ib { struct drm_amdgpu_cs_chunk_ib {
uint32_t _pad; uint32_t _pad;
...@@ -580,7 +577,7 @@ struct drm_amdgpu_info_device { ...@@ -580,7 +577,7 @@ struct drm_amdgpu_info_device {
uint32_t gart_page_size; uint32_t gart_page_size;
/** constant engine ram size*/ /** constant engine ram size*/
uint32_t ce_ram_size; uint32_t ce_ram_size;
/** video memory type infro*/ /** video memory type info*/
uint32_t vram_type; uint32_t vram_type;
/** video memory bit width*/ /** video memory bit width*/
uint32_t vram_bit_width; uint32_t vram_bit_width;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册