hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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);