Re: [PATCH 04/22] drm/amdgpu: make amd_asic_type.h self-contained

2024-03-07 Thread Jani Nikula
On Thu, 07 Mar 2024, Alex Deucher  wrote:
> On Wed, Mar 6, 2024 at 1:43 PM Jani Nikula  wrote:
>>
>> Include  for u8.
>>
>> Signed-off-by: Jani Nikula 
>
> Acked-by: Alex Deucher 
>
> Do you want me to pick this up? Otherwise, feel free to take it via
> whatever tree makes sense.

Thanks, I'd like to take it along with the rest via drm-misc-next.

BR,
Jani.

>
> Alex
>
>> ---
>>  include/drm/amd_asic_type.h | 3 +++
>>  1 file changed, 3 insertions(+)
>>
>> diff --git a/include/drm/amd_asic_type.h b/include/drm/amd_asic_type.h
>> index 724c45e3e9a7..9be85b821aa6 100644
>> --- a/include/drm/amd_asic_type.h
>> +++ b/include/drm/amd_asic_type.h
>> @@ -22,6 +22,9 @@
>>
>>  #ifndef __AMD_ASIC_TYPE_H__
>>  #define __AMD_ASIC_TYPE_H__
>> +
>> +#include 
>> +
>>  /*
>>   * Supported ASIC types
>>   */
>> --
>> 2.39.2
>>

-- 
Jani Nikula, Intel


Re: [PATCH 04/22] drm/amdgpu: make amd_asic_type.h self-contained

2024-03-07 Thread Alex Deucher
On Wed, Mar 6, 2024 at 1:43 PM Jani Nikula  wrote:
>
> Include  for u8.
>
> Signed-off-by: Jani Nikula 

Acked-by: Alex Deucher 

Do you want me to pick this up? Otherwise, feel free to take it via
whatever tree makes sense.

Alex

> ---
>  include/drm/amd_asic_type.h | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/include/drm/amd_asic_type.h b/include/drm/amd_asic_type.h
> index 724c45e3e9a7..9be85b821aa6 100644
> --- a/include/drm/amd_asic_type.h
> +++ b/include/drm/amd_asic_type.h
> @@ -22,6 +22,9 @@
>
>  #ifndef __AMD_ASIC_TYPE_H__
>  #define __AMD_ASIC_TYPE_H__
> +
> +#include 
> +
>  /*
>   * Supported ASIC types
>   */
> --
> 2.39.2
>