All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <swboyd@chromium.org>
To: Douglas Anderson <dianders@chromium.org>,
	Hans de Goede <hdegoede@redhat.com>,
	Hsin-Yi Wang <hsinyi@chromium.org>,
	Sam Ravnborg <sam@ravnborg.org>
Cc: Thierry Reding <thierry.reding@gmail.com>,
	Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Maxime Ripard <mripard@kernel.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	David Airlie <airlied@linux.ie>, Daniel Vetter <daniel@ffwll.ch>,
	dri-devel@lists.freedesktop.org,
	Rob Clark <robdclark@chromium.org>,
	Rob Herring <robh+dt@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v6 3/8] drm/panel: panel-edp: Implement .get_orientation callback
Date: Wed, 8 Jun 2022 14:10:35 -0700	[thread overview]
Message-ID: <CAE-0n53Ey7wyc274krmFDk4x1HH5fVniCpNoxU5Vs_vBdzeamA@mail.gmail.com> (raw)
In-Reply-To: <20220608094816.2898692-4-hsinyi@chromium.org>

Quoting Hsin-Yi Wang (2022-06-08 02:48:11)
> To return the orientation property to drm/kms driver.
>
> Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>
> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
> Reviewed-by: Douglas Anderson <dianders@chromium.org>
> ---

Reviewed-by: Stephen Boyd <swboyd@chromium.org>

WARNING: multiple messages have this Message-ID (diff)
From: Stephen Boyd <swboyd@chromium.org>
To: Douglas Anderson <dianders@chromium.org>,
	Hans de Goede <hdegoede@redhat.com>,
	 Hsin-Yi Wang <hsinyi@chromium.org>,
	Sam Ravnborg <sam@ravnborg.org>
Cc: Rob Clark <robdclark@chromium.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	David Airlie <airlied@linux.ie>,
	linux-kernel@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
	Thierry Reding <thierry.reding@gmail.com>,
	dri-devel@lists.freedesktop.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v6 3/8] drm/panel: panel-edp: Implement .get_orientation callback
Date: Wed, 8 Jun 2022 14:10:35 -0700	[thread overview]
Message-ID: <CAE-0n53Ey7wyc274krmFDk4x1HH5fVniCpNoxU5Vs_vBdzeamA@mail.gmail.com> (raw)
In-Reply-To: <20220608094816.2898692-4-hsinyi@chromium.org>

Quoting Hsin-Yi Wang (2022-06-08 02:48:11)
> To return the orientation property to drm/kms driver.
>
> Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>
> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
> Reviewed-by: Douglas Anderson <dianders@chromium.org>
> ---

Reviewed-by: Stephen Boyd <swboyd@chromium.org>

WARNING: multiple messages have this Message-ID (diff)
From: Stephen Boyd <swboyd@chromium.org>
To: Douglas Anderson <dianders@chromium.org>,
	Hans de Goede <hdegoede@redhat.com>,
	 Hsin-Yi Wang <hsinyi@chromium.org>,
	Sam Ravnborg <sam@ravnborg.org>
Cc: Thierry Reding <thierry.reding@gmail.com>,
	 Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Maxime Ripard <mripard@kernel.org>,
	 Thomas Zimmermann <tzimmermann@suse.de>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	 David Airlie <airlied@linux.ie>, Daniel Vetter <daniel@ffwll.ch>,
	dri-devel@lists.freedesktop.org,
	 Rob Clark <robdclark@chromium.org>,
	Rob Herring <robh+dt@kernel.org>,
	 linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v6 3/8] drm/panel: panel-edp: Implement .get_orientation callback
Date: Wed, 8 Jun 2022 14:10:35 -0700	[thread overview]
Message-ID: <CAE-0n53Ey7wyc274krmFDk4x1HH5fVniCpNoxU5Vs_vBdzeamA@mail.gmail.com> (raw)
In-Reply-To: <20220608094816.2898692-4-hsinyi@chromium.org>

Quoting Hsin-Yi Wang (2022-06-08 02:48:11)
> To return the orientation property to drm/kms driver.
>
> Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>
> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
> Reviewed-by: Douglas Anderson <dianders@chromium.org>
> ---

Reviewed-by: Stephen Boyd <swboyd@chromium.org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2022-06-08 21:10 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-08  9:48 [PATCH v6 0/8] Add a panel API to set orientation properly Hsin-Yi Wang
2022-06-08  9:48 ` Hsin-Yi Wang
2022-06-08  9:48 ` Hsin-Yi Wang
2022-06-08  9:48 ` [PATCH v6 1/8] drm/panel: Add an API to allow drm to set orientation from panel Hsin-Yi Wang
2022-06-08  9:48   ` Hsin-Yi Wang
2022-06-08  9:48   ` Hsin-Yi Wang
2022-06-08 21:09   ` Stephen Boyd
2022-06-08 21:09     ` Stephen Boyd
2022-06-08 21:09     ` Stephen Boyd
2022-06-08  9:48 ` [PATCH v6 2/8] drm/panel: boe-tv101wum-nl6: Implement .get_orientation callback Hsin-Yi Wang
2022-06-08  9:48   ` Hsin-Yi Wang
2022-06-08  9:48   ` Hsin-Yi Wang
2022-06-08 21:10   ` Stephen Boyd
2022-06-08 21:10     ` Stephen Boyd
2022-06-08 21:10     ` Stephen Boyd
2022-06-08  9:48 ` [PATCH v6 3/8] drm/panel: panel-edp: " Hsin-Yi Wang
2022-06-08  9:48   ` Hsin-Yi Wang
2022-06-08  9:48   ` Hsin-Yi Wang
2022-06-08 21:10   ` Stephen Boyd [this message]
2022-06-08 21:10     ` Stephen Boyd
2022-06-08 21:10     ` Stephen Boyd
2022-06-08  9:48 ` [PATCH v6 4/8] drm/panel: lvds: " Hsin-Yi Wang
2022-06-08  9:48   ` Hsin-Yi Wang
2022-06-08  9:48   ` Hsin-Yi Wang
2022-06-08 21:13   ` Stephen Boyd
2022-06-08 21:13     ` Stephen Boyd
2022-06-08 21:13     ` Stephen Boyd
2022-06-08  9:48 ` [PATCH v6 5/8] drm/panel: panel-simple: " Hsin-Yi Wang
2022-06-08  9:48   ` Hsin-Yi Wang
2022-06-08  9:48   ` Hsin-Yi Wang
2022-06-08 21:13   ` Stephen Boyd
2022-06-08 21:13     ` Stephen Boyd
2022-06-08 21:13     ` Stephen Boyd
2022-06-08  9:48 ` [PATCH v6 6/8] drm/panel: ili9881c: " Hsin-Yi Wang
2022-06-08  9:48   ` Hsin-Yi Wang
2022-06-08  9:48   ` Hsin-Yi Wang
2022-06-08 21:12   ` Stephen Boyd
2022-06-08 21:12     ` Stephen Boyd
2022-06-08 21:12     ` Stephen Boyd
2022-06-08  9:48 ` [PATCH v6 7/8] drm/panel: elida-kd35t133: " Hsin-Yi Wang
2022-06-08  9:48   ` Hsin-Yi Wang
2022-06-08  9:48   ` Hsin-Yi Wang
2022-06-08 21:12   ` Stephen Boyd
2022-06-08 21:12     ` Stephen Boyd
2022-06-08 21:12     ` Stephen Boyd
2022-06-08  9:48 ` [PATCH v6 8/8] drm: Config orientation property if panel provides it Hsin-Yi Wang
2022-06-08  9:48   ` Hsin-Yi Wang
2022-06-08  9:48   ` Hsin-Yi Wang
2022-06-08 14:16   ` Doug Anderson
2022-06-08 14:16     ` Doug Anderson
2022-06-08 14:16     ` Doug Anderson
2022-06-09  3:13     ` Hsin-Yi Wang
2022-06-09  3:13       ` Hsin-Yi Wang
2022-06-09  3:13       ` Hsin-Yi Wang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAE-0n53Ey7wyc274krmFDk4x1HH5fVniCpNoxU5Vs_vBdzeamA@mail.gmail.com \
    --to=swboyd@chromium.org \
    --cc=airlied@linux.ie \
    --cc=daniel@ffwll.ch \
    --cc=dianders@chromium.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=hdegoede@redhat.com \
    --cc=hsinyi@chromium.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=p.zabel@pengutronix.de \
    --cc=robdclark@chromium.org \
    --cc=robh+dt@kernel.org \
    --cc=sam@ravnborg.org \
    --cc=thierry.reding@gmail.com \
    --cc=tzimmermann@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.