]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h
Merge tag 'nf-23-07-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
[linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_ctx.h
index 0fa0e56daf67e9167526268494a9c81840fbd7ad..85376baaa92f2bf6db23366d8d4d36b771923fa9 100644 (file)
@@ -47,7 +47,7 @@ struct amdgpu_ctx {
        struct amdgpu_ctx_mgr           *mgr;
        unsigned                        reset_counter;
        unsigned                        reset_counter_query;
-       uint32_t                        vram_lost_counter;
+       uint64_t                        generation;
        spinlock_t                      ring_lock;
        struct amdgpu_ctx_entity        *entities[AMDGPU_HW_IP_NUM][AMDGPU_MAX_ENTITY_NUM];
        bool                            preamble_presented;
@@ -57,6 +57,7 @@ struct amdgpu_ctx {
        unsigned long                   ras_counter_ce;
        unsigned long                   ras_counter_ue;
        uint32_t                        stable_pstate;
+       struct amdgpu_ctx_mgr           *ctx_mgr;
 };
 
 struct amdgpu_ctx_mgr {
This page took 0.028409 seconds and 4 git commands to generate.