On Tue, Jun 18, 2019 at 1:41 PM Hawking Zhang <[email protected]> wrote: > > From: Tao Zhou <[email protected]> > > AMDGPU_VRAM_TYPE_GDDR6 is a new vram type for navi10 > > Change-Id: I6789230f8f7f5bdcb0aec82cc764d10d72c4cba8
Can you remove the Change-Id from these patches? Otherwise, Reviewed-by: Bas Nieuwenhuizen <[email protected]> for patches 1-3. (will not review 4 due to lack of knowledge) > Signed-off-by: Tao Zhou <[email protected]> > Reviewed-by: Hawking Zhang <[email protected]> > --- > include/drm/amdgpu_drm.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/drm/amdgpu_drm.h b/include/drm/amdgpu_drm.h > index b0c7555..015bd9f 100644 > --- a/include/drm/amdgpu_drm.h > +++ b/include/drm/amdgpu_drm.h > @@ -913,6 +913,7 @@ struct drm_amdgpu_info_firmware { > #define AMDGPU_VRAM_TYPE_HBM 6 > #define AMDGPU_VRAM_TYPE_DDR3 7 > #define AMDGPU_VRAM_TYPE_DDR4 8 > +#define AMDGPU_VRAM_TYPE_GDDR6 9 > > struct drm_amdgpu_info_device { > /** PCI Device ID */ > -- > 2.7.4 > > _______________________________________________ > amd-gfx mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
