diff options
| author | Evan Quan <[email protected]> | 2022-03-25 10:00:02 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-04-08 21:24:24 +0000 |
| commit | 25faeddcf3c3f31f9f43de5c55f7cbdd13d3ebc7 (patch) | |
| tree | adcf05af9294d36fd96acd09fab97ecbb2388f24 /drivers/gpu/drm/amd/amdgpu/amdgpu_df.h | |
| parent | drm/amd/amdgpu: Only reserve vram for firmware with vega9 MS_HYPERV host. (diff) | |
| download | kernel-25faeddcf3c3f31f9f43de5c55f7cbdd13d3ebc7.tar.gz kernel-25faeddcf3c3f31f9f43de5c55f7cbdd13d3ebc7.zip | |
drm/amdgpu: expand cg_flags from u32 to u64
With this, we can support more CG flags.
Signed-off-by: Evan Quan <[email protected]>
Acked-by: Alex Deucher <[email protected]>
Reviewed-by: Hawking Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_df.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_df.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_df.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_df.h index 6b25837955c4..1538b2dbfff1 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_df.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_df.h @@ -40,7 +40,7 @@ struct amdgpu_df_funcs { void (*update_medium_grain_clock_gating)(struct amdgpu_device *adev, bool enable); void (*get_clockgating_state)(struct amdgpu_device *adev, - u32 *flags); + u64 *flags); void (*enable_ecc_force_par_wr_rmw)(struct amdgpu_device *adev, bool enable); int (*pmc_start)(struct amdgpu_device *adev, uint64_t config, |
