Re: [PATCH v3 04/16] drm/panel-simple: Reorder logicpd_type_28 / mitsubishi_aa070mc01
From: Doug Anderson <dianders@chromium.org>
Date: 2021-09-09 20:54:01
Also in:
dri-devel, linux-arm-msm, lkml
From: Doug Anderson <dianders@chromium.org>
Date: 2021-09-09 20:54:01
Also in:
dri-devel, linux-arm-msm, lkml
Hi, On Wed, Sep 1, 2021 at 1:20 PM Douglas Anderson [off-list ref] wrote:
The "logicpd_type_28" panel data was splitting up the
mitsubishi_aa070mc01 panel data. Reorganize it so that the panel descs
and modes are kept together.
This is a no-op code-cleanup change, found by code inspection.
Signed-off-by: Douglas Anderson <dianders@chromium.org>
---
Changes in v3:
- ("Reorder logicpd_type_28...") patch new for v3.
drivers/gpu/drm/panel/panel-simple.c | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)I've pushed just this one patch (with Sam's Ack from the cover letter) just to simplify future posts. It's pretty much a no-brainer patch and there are no dependencies anywhere for it. c8527b9ad3cf (drm-misc/drm-misc-next) drm/panel-simple: Reorder logicpd_type_28 / mitsubishi_aa070mc01 -Doug