Re: [PATCH 1/3] drm/mediatek: Dynamically allocate CMDQ and use helper functions

2024-02-06 Thread 胡俊光

Re: [PATCH 1/3] drm/mediatek: Dynamically allocate CMDQ and use helper functions

2024-02-06 Thread AngeloGioacchino Del Regno
Il 03/08/23 10:37, CK Hu (胡俊光) ha scritto: Hi, Angelo: On Thu, 2023-08-03 at 10:25 +0200, AngeloGioacchino Del Regno wrote: Il 03/08/23 08:28, CK Hu (胡俊光) ha scritto: Hi, Angelo: On Wed, 2023-08-02 at 12:41 +0200, AngeloGioacchino Del Regno wrote: Il 02/08/23 08:24, CK Hu (胡俊光) ha scritto:

Re: [PATCH 1/3] drm/mediatek: Dynamically allocate CMDQ and use helper functions

2023-08-03 Thread 胡俊光

Re: [PATCH 1/3] drm/mediatek: Dynamically allocate CMDQ and use helper functions

2023-08-03 Thread AngeloGioacchino Del Regno
Il 03/08/23 08:28, CK Hu (胡俊光) ha scritto: Hi, Angelo: On Wed, 2023-08-02 at 12:41 +0200, AngeloGioacchino Del Regno wrote: Il 02/08/23 08:24, CK Hu (胡俊光) ha scritto: Hi, Angelo: On Fri, 2023-06-23 at 11:49 +0200, AngeloGioacchino Del Regno wrote: External email : Please do not clic

Re: [PATCH 1/3] drm/mediatek: Dynamically allocate CMDQ and use helper functions

2023-08-02 Thread 胡俊光

Re: [PATCH 1/3] drm/mediatek: Dynamically allocate CMDQ and use helper functions

2023-08-02 Thread AngeloGioacchino Del Regno
Il 02/08/23 08:24, CK Hu (胡俊光) ha scritto: Hi, Angelo: On Fri, 2023-06-23 at 11:49 +0200, AngeloGioacchino Del Regno wrote: External email : Please do not click links or open attachments until you have verified the sender or the content. Instead of stack allocating the cmdq_client an

Re: [PATCH 1/3] drm/mediatek: Dynamically allocate CMDQ and use helper functions

2023-08-01 Thread 胡俊光

[PATCH 1/3] drm/mediatek: Dynamically allocate CMDQ and use helper functions

2023-06-23 Thread AngeloGioacchino Del Regno
Instead of stack allocating the cmdq_client and cmdq_handle structures switch them to pointers, allowing us to migrate this driver to use the common functions provided by mtk-cmdq-helper. In order to do this, it was also necessary to add a `priv` pointer to struct cmdq_client, as that's used to pas