[PATCH umr] Add new AI CG bits to umr_print_config()
Deucher, Alexander
Alexander.Deucher at amd.com
Fri Mar 24 15:06:57 UTC 2017
> -----Original Message-----
> From: amd-gfx [mailto:amd-gfx-bounces at lists.freedesktop.org] On Behalf
> Of Tom St Denis
> Sent: Friday, March 24, 2017 9:49 AM
> To: amd-gfx at lists.freedesktop.org
> Cc: StDenis, Tom
> Subject: [PATCH umr] Add new AI CG bits to umr_print_config()
>
> Signed-off-by: Tom St Denis <tom.stdenis at amd.com>
Reviewed-by: Alex Deucher <alexander.deucher at amd.com>
> ---
> src/app/print_config.c | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/src/app/print_config.c b/src/app/print_config.c
> index 6a4bf5dd594a..6dbe0d42b8dc 100644
> --- a/src/app/print_config.c
> +++ b/src/app/print_config.c
> @@ -54,6 +54,12 @@ M(AMD_CG_SUPPORT_VCE_MGCG, 1UL << 14)
> M(AMD_CG_SUPPORT_HDP_LS, 1UL << 15)
> M(AMD_CG_SUPPORT_HDP_MGCG, 1UL << 16)
> M(AMD_CG_SUPPORT_ROM_MGCG, 1UL << 17)
> +M(AMD_CG_SUPPORT_DRM_LS, 1UL << 18)
> +M(AMD_CG_SUPPORT_BIF_MGCG, 1UL << 19)
> +M(AMD_CG_SUPPORT_GFX_3D_CGCG, 1UL << 20)
> +M(AMD_CG_SUPPORT_GFX_3D_CGLS, 1UL << 21)
> +M(AMD_CG_SUPPORT_DRM_MGCG, 1UL << 22)
> +M(AMD_CG_SUPPORT_DF_MGCG, 1UL << 23)
> { NULL, 0, },
> };
>
> --
> 2.12.0
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
More information about the amd-gfx
mailing list