[Intel-gfx] [PATCH i-g-t] intel_vbt_decode: Typo fixes

Jani Nikula jani.nikula at linux.intel.com
Tue Dec 19 14:51:12 UTC 2017


On Fri, 15 Dec 2017, Adam Jackson <ajax at redhat.com> wrote:
> Signed-off-by: Adam Jackson <ajax at redhat.com>
> ---
>  tools/intel_vbt_decode.c | 4 ++--
>  tools/intel_vbt_defs.h   | 6 +++---

Hi Adam, thanks for the patch. We've opted to make the kernel copy of
this file the single point of truth, and copy that over verbatim every
once in a while. Please send a patch to
drivers/gpu/drm/i915/intel_vbt_defs.h and it'll trickle over here
eventually when we sync up (or you can send the sync patch too).

Thanks,
Jani.


>  2 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/tools/intel_vbt_decode.c b/tools/intel_vbt_decode.c
> index 9d90c69d..ce7da2c0 100644
> --- a/tools/intel_vbt_decode.c
> +++ b/tools/intel_vbt_decode.c
> @@ -309,8 +309,8 @@ static const struct {
>  	{ DEVICE_TYPE_COMPOSITE_OUTPUT, "Composite output" },
>  	{ DEVICE_TYPE_DUAL_CHANNEL, "Dual channel" },
>  	{ 1 << 7, "Content protection" },
> -	{ DEVICE_TYPE_HIGH_SPEED_LINK, "High speel link" },
> -	{ DEVICE_TYPE_LVDS_SINGALING, "LVDS signaling" },
> +	{ DEVICE_TYPE_HIGH_SPEED_LINK, "High speed link" },
> +	{ DEVICE_TYPE_LVDS_SIGNALING, "LVDS signaling" },
>  	{ DEVICE_TYPE_TMDS_DVI_SIGNALING, "TMDS/DVI signaling" },
>  	{ DEVICE_TYPE_VIDEO_SIGNALING, "Video signaling" },
>  	{ DEVICE_TYPE_DISPLAYPORT_OUTPUT, "DisplayPort output" },
> diff --git a/tools/intel_vbt_defs.h b/tools/intel_vbt_defs.h
> index 404569c9..e388f9ad 100644
> --- a/tools/intel_vbt_defs.h
> +++ b/tools/intel_vbt_defs.h
> @@ -227,7 +227,7 @@ struct bdb_general_features {
>  #define DEVICE_TYPE_COMPOSITE_OUTPUT	(1 << 9)
>  #define DEVICE_TYPE_DUAL_CHANNEL	(1 << 8)
>  #define DEVICE_TYPE_HIGH_SPEED_LINK	(1 << 6)
> -#define DEVICE_TYPE_LVDS_SINGALING	(1 << 5)
> +#define DEVICE_TYPE_LVDS_SIGNALING	(1 << 5)
>  #define DEVICE_TYPE_TMDS_DVI_SIGNALING	(1 << 4)
>  #define DEVICE_TYPE_VIDEO_SIGNALING	(1 << 3)
>  #define DEVICE_TYPE_DISPLAYPORT_OUTPUT	(1 << 2)
> @@ -243,7 +243,7 @@ struct bdb_general_features {
>  	 DEVICE_TYPE_MIPI_OUTPUT |		\
>  	 DEVICE_TYPE_COMPOSITE_OUTPUT |		\
>  	 DEVICE_TYPE_DUAL_CHANNEL |		\
> -	 DEVICE_TYPE_LVDS_SINGALING |		\
> +	 DEVICE_TYPE_LVDS_SIGNALING |		\
>  	 DEVICE_TYPE_TMDS_DVI_SIGNALING |	\
>  	 DEVICE_TYPE_VIDEO_SIGNALING |		\
>  	 DEVICE_TYPE_DISPLAYPORT_OUTPUT |	\
> @@ -253,7 +253,7 @@ struct bdb_general_features {
>  	(DEVICE_TYPE_INTERNAL_CONNECTOR |	\
>  	 DEVICE_TYPE_MIPI_OUTPUT |		\
>  	 DEVICE_TYPE_COMPOSITE_OUTPUT |		\
> -	 DEVICE_TYPE_LVDS_SINGALING |		\
> +	 DEVICE_TYPE_LVDS_SIGNALING |		\
>  	 DEVICE_TYPE_TMDS_DVI_SIGNALING |	\
>  	 DEVICE_TYPE_VIDEO_SIGNALING |		\
>  	 DEVICE_TYPE_DISPLAYPORT_OUTPUT |	\

-- 
Jani Nikula, Intel Open Source Technology Center


More information about the Intel-gfx mailing list