kernel/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h
.. .. @@ -65,6 +65,9 @@ 65 65 struct drm_sched_entity entity; 66 66 struct delayed_work idle_work; 67 67 unsigned harvest_config; 68 + /* store image width to adjust nb memory state */69 + unsigned decode_image_width;70 + uint32_t keyselect;68 71 }; 69 72 70 73 int amdgpu_uvd_sw_init(struct amdgpu_device *adev);