Re: [PATCH 1/4] gpu: Use dev_get_drvdata()

From: Emil Velikov
Date: Mon Jul 01 2019 - 08:37:22 EST


Hi Fuqian,

On Mon, 1 Jul 2019 at 08:13, Fuqian Huang <huangfq.daxian@xxxxxxxxx> wrote:
>
> Using dev_get_drvdata directly.
>
> Signed-off-by: Fuqian Huang <huangfq.daxian@xxxxxxxxx>
> ---
> drivers/gpu/drm/msm/adreno/adreno_device.c | 6 ++----
> drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c | 13 +++++--------
> drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c | 6 ++----
> drivers/gpu/drm/msm/dsi/dsi_host.c | 6 ++----
> drivers/gpu/drm/msm/msm_drv.c | 3 +--
> drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c | 15 +++++----------
> drivers/gpu/drm/panfrost/panfrost_device.c | 6 ++----
As far as i can see the patch is spot on, thanks for that.

Can you split this in three since it covers 3 separate drivers.
For each one you can get a smaller CC list - patches with 20+ people
tend to get blocked :-(

We can pick the PANFROST entries from the get_maintainer.pl output,
and add them to the commit message.
Thus git send-email will parse the commit message and automatically CC
the people ;-)

Cc: Rob Herring <robh@xxxxxxxxxx> (supporter:ARM MALI PANFROST DRM DRIVER)
Cc: Tomeu Vizoso <tomeu.vizoso@xxxxxxxxxxxxx> (supporter:ARM MALI
PANFROST DRM DRIVER)
Cc: dri-devel@xxxxxxxxxxxxxxxxxxxxx (open list:ARM MALI PANFROST DRM DRIVER)

HTH
-Emil