All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
To: Jani Nikula <jani.nikula@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH 3/4] drm/i915/bios: amend child device flags based on intel_vbt_decode
Date: Fri, 25 Aug 2017 17:37:06 +0300	[thread overview]
Message-ID: <20170825143706.GT4914@intel.com> (raw)
In-Reply-To: <bce6907fa24d80643b33d58091d7675ff3b4f30e.1503670197.git.jani.nikula@intel.com>

On Fri, Aug 25, 2017 at 05:11:22PM +0300, Jani Nikula wrote:
> Copy over some fields defined in the intel_vbt_decode tool. No
> functional changes.
> 
> Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
> ---
>  drivers/gpu/drm/i915/intel_vbt_defs.h | 9 +++++++--
>  1 file changed, 7 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/i915/intel_vbt_defs.h b/drivers/gpu/drm/i915/intel_vbt_defs.h
> index 14623748b388..ea508ecc74b3 100644
> --- a/drivers/gpu/drm/i915/intel_vbt_defs.h
> +++ b/drivers/gpu/drm/i915/intel_vbt_defs.h
> @@ -380,7 +380,11 @@ struct child_device_config {
>  		} __packed;
>  	} __packed;
>  
> -	u8 capabilities;
> +	u8 pipe_cap:2;
> +	u8 sdvo_stall:1;

igt has a /* 158 */ comment here.

Otherwise it all looks to match. For the series
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>

> +	u8 hpd_status:2;
> +	u8 integrated_encoder:1;
> +	u8 capabilities_reserved:2;
>  	u8 dvo_wiring; /* See DEVICE_WIRE_* above */
>  
>  	union {
> @@ -390,7 +394,8 @@ struct child_device_config {
>  
>  	u16 extended_type;
>  	u8 dvo_function;
> -	u8 flags2;						/* 195 */
> +	u8 dp_usb_type_c:1;					/* 195 */
> +	u8 flags2_reserved:7;					/* 195 */
>  	u8 dp_gpio_index;					/* 195 */
>  	u16 dp_gpio_pin_num;					/* 195 */
>  	u8 dp_iboost_level:4;					/* 196 */
> -- 
> 2.11.0

-- 
Ville Syrjälä
Intel OTC
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2017-08-25 14:37 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-25 14:11 [PATCH 0/4] drm/i915/bios: additional vbt definition cleanups Jani Nikula
2017-08-25 14:11 ` [PATCH 1/4] drm/i915/bios: split up iboost to hdmi and dp bitfields Jani Nikula
2017-08-25 14:11 ` [PATCH 2/4] drm/i915/bios: amend bdb_general_features Jani Nikula
2017-08-25 14:11 ` [PATCH 3/4] drm/i915/bios: amend child device flags based on intel_vbt_decode Jani Nikula
2017-08-25 14:37   ` Ville Syrjälä [this message]
2017-08-28 15:54     ` Jani Nikula
2017-08-25 14:11 ` [PATCH 4/4] drm/i915/bios: amend edp block " Jani Nikula
2017-08-25 14:20 ` [PATCH 0/4] drm/i915/bios: additional vbt definition cleanups Jani Nikula
2017-08-25 14:54 ` ✓ Fi.CI.BAT: success for " Patchwork
2017-08-25 19:53 ` ✓ Fi.CI.IGT: " Patchwork

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=20170825143706.GT4914@intel.com \
    --to=ville.syrjala@linux.intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jani.nikula@intel.com \
    /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.