All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH vlvdc 1/2] drm/i915: VBT Parser cleanup for eDP block
@ 2012-01-12  6:49 Rohit Jain
  2012-01-13 16:38 ` Keith Packard
  0 siblings, 1 reply; 2+ messages in thread
From: Rohit Jain @ 2012-01-12  6:49 UTC (permalink / raw)
  To: intel-gfx

Support for parsing parameters for S3D support and T3 optimization
support is implemented. The order for the bdb_edp struct was also
made similar to that indicated in spec.

Signed-off-by: Rohit Jain <rohit.jain@intel.com>
Reviewed-by: Shobhit Kumar <shobhit.kumar@intel.com>
Reviewed-by: Vijay A. Purushothaman <vijay.a.purushothaman@intel.com>
Reviewed-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
Acked-by: Jesse Barnes <jesse.barnes@intel.com>
---
 drivers/gpu/drm/i915/intel_bios.h |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/drivers/gpu/drm/i915/intel_bios.h b/drivers/gpu/drm/i915/intel_bios.h
index 8af3735..dbda6e3 100644
--- a/drivers/gpu/drm/i915/intel_bios.h
+++ b/drivers/gpu/drm/i915/intel_bios.h
@@ -467,8 +467,12 @@ struct edp_link_params {
 struct bdb_edp {
 	struct edp_power_seq power_seqs[16];
 	u32 color_depth;
-	u32 sdrrs_msa_timing_delay;
 	struct edp_link_params link_params[16];
+	u32 sdrrs_msa_timing_delay;
+
+	/* ith bit indicates enabled/disabled for (i+1)th panel */
+	u16 edp_s3d_feature;
+	u16 edp_t3_optimization;
 } __attribute__ ((packed));
 
 void intel_setup_bios(struct drm_device *dev);
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH vlvdc 1/2] drm/i915: VBT Parser cleanup for eDP block
  2012-01-12  6:49 [PATCH vlvdc 1/2] drm/i915: VBT Parser cleanup for eDP block Rohit Jain
@ 2012-01-13 16:38 ` Keith Packard
  0 siblings, 0 replies; 2+ messages in thread
From: Keith Packard @ 2012-01-13 16:38 UTC (permalink / raw)
  To: Rohit Jain, intel-gfx


[-- Attachment #1.1: Type: text/plain, Size: 362 bytes --]

On Thu, 12 Jan 2012 12:19:44 +0530, Rohit Jain <rohit.jain@intel.com> wrote:

> Support for parsing parameters for S3D support and T3 optimization
> support is implemented. The order for the bdb_edp struct was also
> made similar to that indicated in spec.

Merged.
   7885d20..96c0a2f  drm-intel-fixes -> drm-intel-fixes

-- 
keith.packard@intel.com

[-- Attachment #1.2: Type: application/pgp-signature, Size: 827 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-13 16:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-12  6:49 [PATCH vlvdc 1/2] drm/i915: VBT Parser cleanup for eDP block Rohit Jain
2012-01-13 16:38 ` Keith Packard

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.