mbox series

[v1,0/1] Fix the way to get porch parameters

Message ID 20240715031845.6687-1-lvzhaoxiong@huaqin.corp-partner.google.com (mailing list archive)
Headers show
Series Fix the way to get porch parameters | expand

Message

Zhaoxiong Lv July 15, 2024, 3:18 a.m. UTC
The current driver can only obtain the porch parameters
of boe-th101mb31ig002. Modify it to obtain the porch
parameters of the panel currently being used.

Zhaoxiong Lv (1):
  drm/panel: boe-th101mb31ig002 : Fix the way to get porch parameters

 drivers/gpu/drm/panel/panel-boe-th101mb31ig002-28a.c | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Comments

Doug Anderson July 15, 2024, 1:57 p.m. UTC | #1
Hi,

On Sun, Jul 14, 2024 at 8:18 PM Zhaoxiong Lv
<lvzhaoxiong@huaqin.corp-partner.google.com> wrote:
>
> The current driver can only obtain the porch parameters
> of boe-th101mb31ig002. Modify it to obtain the porch
> parameters of the panel currently being used.
>
> Zhaoxiong Lv (1):
>   drm/panel: boe-th101mb31ig002 : Fix the way to get porch parameters
>
>  drivers/gpu/drm/panel/panel-boe-th101mb31ig002-28a.c | 9 ++++-----
>  1 file changed, 4 insertions(+), 5 deletions(-)

For future reference, if you're only posting one patch, there's no
need to send a cover letter (AKA patch #0).

-Doug