forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h
....@@ -65,6 +65,9 @@
6565 struct drm_sched_entity entity;
6666 struct delayed_work idle_work;
6767 unsigned harvest_config;
68
+ /* store image width to adjust nb memory state */
69
+ unsigned decode_image_width;
70
+ uint32_t keyselect;
6871 };
6972
7073 int amdgpu_uvd_sw_init(struct amdgpu_device *adev);