[PATCH 4/4] drm/amdgpu/gfx9: adjust mqd allocation size
Alex Deucher
alexdeucher at gmail.com
Thu Aug 24 21:37:55 UTC 2017
On Thu, Aug 24, 2017 at 5:14 PM, Felix Kuehling <felix.kuehling at amd.com> wrote:
> On 2017-08-24 05:00 PM, Alex Deucher wrote:
>> --- a/drivers/gpu/drm/amd/include/v9_structs.h
>> +++ b/drivers/gpu/drm/amd/include/v9_structs.h
>> @@ -672,6 +672,14 @@ struct v9_mqd {
>> uint32_t reserved_511;
>> };
>>
>> +struct v9_mqd_allocation {
>> + struct v9_mqd mqd;
>> + uint32_t wptr_poll_mem;
>> + uint32_t rptr_report_mem;
>
> Looks like wptr_poll_mem and rptr_report_mem are unused for now.
>
> If that's intentional, the series is Reviewed-by: Felix Kuehling
> <Felix.Kuehling at amd.com>
Yes, intentional. It was copied from gfx8. We don't currently enable
those (on 8 or 9) so they are unused.
Alex
>
> Regards,
> Felix
>
>> + uint32_t dynamic_cu_mask;
>> + uint32_t dynamic_rb_mask;
>> +};
>> +
>> /* from vega10 all CSA format is shifted to chain ib compatible mode */
>> struct v9_ce_ib_state {
>
> _______________________________________________
> 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