forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
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);