]> Git Repo - J-linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.h
Merge tag 'docs-5.9-2' of git://git.lwn.net/linux
[J-linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_jpeg.h
index 5131a0a1bc8aa90c8c9dde5482ff466ee0ce8977..55fbff2be761b572b096d8ee9f2ae0372d3595ad 100644 (file)
@@ -46,6 +46,8 @@ struct amdgpu_jpeg {
        unsigned harvest_config;
        struct delayed_work idle_work;
        enum amd_powergating_state cur_state;
+       struct mutex jpeg_pg_lock;
+       atomic_t total_submission_cnt;
 };
 
 int amdgpu_jpeg_sw_init(struct amdgpu_device *adev);
This page took 0.029082 seconds and 4 git commands to generate.