* [PATCH] drm: fix typo in margin connector properties docs
@ 2023-03-05 10:35 Simon Ser
2023-03-06 8:30 ` Pekka Paalanen
0 siblings, 1 reply; 2+ messages in thread
From: Simon Ser @ 2023-03-05 10:35 UTC (permalink / raw)
To: dri-devel; +Cc: Pekka Paalanen, Maxime Ripard, Dave Stevenson
This was pointed out by Ville and Pekka in their replies, but
forgot to apply the change properly before pushing. Sorry for
the noise!
Signed-off-by: Simon Ser <contact@emersion.fr>
Fixes: 409f07d353b3 ("drm: document connector margin properties")
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Pekka Paalanen <pekka.paalanen@collabora.com>
Cc: Maxime Ripard <maxime@cerno.tech>
Cc: Dave Stevenson <dave.stevenson@raspberrypi.com>
---
drivers/gpu/drm/drm_connector.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/drm_connector.c b/drivers/gpu/drm/drm_connector.c
index 4b12c7a39ee3..48df7a5ea503 100644
--- a/drivers/gpu/drm/drm_connector.c
+++ b/drivers/gpu/drm/drm_connector.c
@@ -1452,7 +1452,7 @@ static const struct drm_prop_enum_list dp_colorspaces[] = {
*
* left margin, right margin, top margin, bottom margin:
* Add margins to the connector's viewport. This is typically used to
- * mitigate underscan on TVs.
+ * mitigate overscan on TVs.
*
* The value is the size in pixels of the black border which will be
* added. The attached CRTC's content will be scaled to fill the whole
--
2.39.2
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] drm: fix typo in margin connector properties docs
2023-03-05 10:35 [PATCH] drm: fix typo in margin connector properties docs Simon Ser
@ 2023-03-06 8:30 ` Pekka Paalanen
0 siblings, 0 replies; 2+ messages in thread
From: Pekka Paalanen @ 2023-03-06 8:30 UTC (permalink / raw)
To: Simon Ser; +Cc: Dave Stevenson, dri-devel, Maxime Ripard
[-- Attachment #1: Type: text/plain, Size: 1388 bytes --]
On Sun, 05 Mar 2023 10:35:10 +0000
Simon Ser <contact@emersion.fr> wrote:
> This was pointed out by Ville and Pekka in their replies, but
> forgot to apply the change properly before pushing. Sorry for
> the noise!
>
> Signed-off-by: Simon Ser <contact@emersion.fr>
> Fixes: 409f07d353b3 ("drm: document connector margin properties")
> Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
> Cc: Pekka Paalanen <pekka.paalanen@collabora.com>
> Cc: Maxime Ripard <maxime@cerno.tech>
> Cc: Dave Stevenson <dave.stevenson@raspberrypi.com>
> ---
> drivers/gpu/drm/drm_connector.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/drm_connector.c b/drivers/gpu/drm/drm_connector.c
> index 4b12c7a39ee3..48df7a5ea503 100644
> --- a/drivers/gpu/drm/drm_connector.c
> +++ b/drivers/gpu/drm/drm_connector.c
> @@ -1452,7 +1452,7 @@ static const struct drm_prop_enum_list dp_colorspaces[] = {
> *
> * left margin, right margin, top margin, bottom margin:
> * Add margins to the connector's viewport. This is typically used to
> - * mitigate underscan on TVs.
> + * mitigate overscan on TVs.
> *
> * The value is the size in pixels of the black border which will be
> * added. The attached CRTC's content will be scaled to fill the whole
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.com>
Thanks,
pq
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-06 8:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-05 10:35 [PATCH] drm: fix typo in margin connector properties docs Simon Ser
2023-03-06 8:30 ` Pekka Paalanen
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.