Re: [PATCH 4/8] drm/amdgpu: Add V11 graphics MQD functions

2023-02-07 Thread Alex Deucher
On Tue, Feb 7, 2023 at 1:28 PM Shashank Sharma wrote: > > > On 07/02/2023 18:57, Alex Deucher wrote: > > On Tue, Feb 7, 2023 at 12:14 PM Shashank Sharma > > wrote: > >> > >> On 07/02/2023 17:54, Alex Deucher wrote: > >>> On Tue, Feb 7, 2023 at 11:37 AM Shashank Sharma > >>> wrote: > On 07

Re: [PATCH 4/8] drm/amdgpu: Add V11 graphics MQD functions

2023-02-07 Thread Shashank Sharma
On 07/02/2023 18:57, Alex Deucher wrote: On Tue, Feb 7, 2023 at 12:14 PM Shashank Sharma wrote: On 07/02/2023 17:54, Alex Deucher wrote: On Tue, Feb 7, 2023 at 11:37 AM Shashank Sharma wrote: On 07/02/2023 17:05, Alex Deucher wrote: On Tue, Feb 7, 2023 at 10:43 AM Shashank Sharma wrote:

Re: [PATCH 4/8] drm/amdgpu: Add V11 graphics MQD functions

2023-02-07 Thread Alex Deucher
On Tue, Feb 7, 2023 at 12:14 PM Shashank Sharma wrote: > > > On 07/02/2023 17:54, Alex Deucher wrote: > > On Tue, Feb 7, 2023 at 11:37 AM Shashank Sharma > > wrote: > >> > >> On 07/02/2023 17:05, Alex Deucher wrote: > >>> On Tue, Feb 7, 2023 at 10:43 AM Shashank Sharma > >>> wrote: > On 0

Re: [PATCH 4/8] drm/amdgpu: Add V11 graphics MQD functions

2023-02-07 Thread Shashank Sharma
On 07/02/2023 17:54, Alex Deucher wrote: On Tue, Feb 7, 2023 at 11:37 AM Shashank Sharma wrote: On 07/02/2023 17:05, Alex Deucher wrote: On Tue, Feb 7, 2023 at 10:43 AM Shashank Sharma wrote: On 07/02/2023 16:17, Alex Deucher wrote: On Fri, Feb 3, 2023 at 4:55 PM Shashank Sharma wrote:

Re: [PATCH 4/8] drm/amdgpu: Add V11 graphics MQD functions

2023-02-07 Thread Alex Deucher
On Tue, Feb 7, 2023 at 11:37 AM Shashank Sharma wrote: > > > On 07/02/2023 17:05, Alex Deucher wrote: > > On Tue, Feb 7, 2023 at 10:43 AM Shashank Sharma > > wrote: > >> > >> On 07/02/2023 16:17, Alex Deucher wrote: > >>> On Fri, Feb 3, 2023 at 4:55 PM Shashank Sharma > >>> wrote: > From:

Re: [PATCH 4/8] drm/amdgpu: Add V11 graphics MQD functions

2023-02-07 Thread Shashank Sharma
On 07/02/2023 17:05, Alex Deucher wrote: On Tue, Feb 7, 2023 at 10:43 AM Shashank Sharma wrote: On 07/02/2023 16:17, Alex Deucher wrote: On Fri, Feb 3, 2023 at 4:55 PM Shashank Sharma wrote: From: Shashank Sharma MQD describes the properies of a user queue to the HW, and allows it to ac

Re: [PATCH 4/8] drm/amdgpu: Add V11 graphics MQD functions

2023-02-07 Thread Alex Deucher
On Tue, Feb 7, 2023 at 10:43 AM Shashank Sharma wrote: > > > On 07/02/2023 16:17, Alex Deucher wrote: > > On Fri, Feb 3, 2023 at 4:55 PM Shashank Sharma > > wrote: > >> From: Shashank Sharma > >> > >> MQD describes the properies of a user queue to the HW, and allows it to > >> accurately config

Re: [PATCH 4/8] drm/amdgpu: Add V11 graphics MQD functions

2023-02-07 Thread Shashank Sharma
On 07/02/2023 16:17, Alex Deucher wrote: On Fri, Feb 3, 2023 at 4:55 PM Shashank Sharma wrote: From: Shashank Sharma MQD describes the properies of a user queue to the HW, and allows it to accurately configure the queue while mapping it in GPU HW. This patch adds: - A new header file which

Re: [PATCH 4/8] drm/amdgpu: Add V11 graphics MQD functions

2023-02-07 Thread Alex Deucher
On Fri, Feb 3, 2023 at 4:55 PM Shashank Sharma wrote: > > From: Shashank Sharma > > MQD describes the properies of a user queue to the HW, and allows it to > accurately configure the queue while mapping it in GPU HW. This patch > adds: > - A new header file which contains the userqueue MQD defini

[PATCH 4/8] drm/amdgpu: Add V11 graphics MQD functions

2023-02-03 Thread Shashank Sharma
From: Shashank Sharma MQD describes the properies of a user queue to the HW, and allows it to accurately configure the queue while mapping it in GPU HW. This patch adds: - A new header file which contains the userqueue MQD definition for V11 graphics engine. - A new function which fills it with