All of lore.kernel.org
 help / color / mirror / Atom feed
From: Uma Shankar <uma.shankar@intel.com>
To: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org
Cc: Uma Shankar <uma.shankar@intel.com>
Subject: [RFC 5/9] drm/i915: Attach HDR metadata property to connector
Date: Wed, 31 May 2017 15:40:53 +0530	[thread overview]
Message-ID: <1496225457-30514-6-git-send-email-uma.shankar@intel.com> (raw)
In-Reply-To: <1496225457-30514-1-git-send-email-uma.shankar@intel.com>

Attach HDR metadata property to connector object.

Signed-off-by: Uma Shankar <uma.shankar@intel.com>
---
 drivers/gpu/drm/i915/intel_hdmi.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/gpu/drm/i915/intel_hdmi.c b/drivers/gpu/drm/i915/intel_hdmi.c
index 41267ff..d8b53d0 100644
--- a/drivers/gpu/drm/i915/intel_hdmi.c
+++ b/drivers/gpu/drm/i915/intel_hdmi.c
@@ -1734,6 +1734,8 @@ static void intel_hdmi_destroy(struct drm_connector *connector)
 	intel_attach_broadcast_rgb_property(connector);
 	intel_attach_aspect_ratio_property(connector);
 	connector->state->picture_aspect_ratio = HDMI_PICTURE_ASPECT_NONE;
+	drm_object_attach_property(&connector->base,
+		connector->dev->mode_config.hdr_source_metadata_property, 0);
 }
 
 /*
-- 
1.7.9.5

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  parent reply	other threads:[~2017-05-31 10:10 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-31 10:10 [RFC 0/9] Add HDR Metadata Parsing and handling in DRM layer Uma Shankar
2017-05-31  9:39 ` [Intel-gfx] " Daniel Vetter
2017-05-31 10:10 ` [RFC 1/9] drm: Add HDR source metadata property Uma Shankar
2017-05-31 10:10 ` [RFC 2/9] drm: Add CEA extended tag blocks and HDR bitfield macros Uma Shankar
2017-05-31 10:10 ` [RFC 3/9] drm: Parse HDR metadata info from EDID Uma Shankar
2017-05-31 10:10 ` [RFC 4/9] drm: Parse Colorimetry data block " Uma Shankar
2017-05-31 10:10 ` Uma Shankar [this message]
2017-05-31 10:10 ` [RFC 6/9] drm: Add HDR capabilty field to plane structure Uma Shankar
2017-05-31 10:10 ` [RFC 7/9] drm: Implement HDR source metadata set and get property handling Uma Shankar
2017-05-31 10:10 ` [RFC 8/9] drm: Enable HDR infoframe support Uma Shankar
2017-05-31 10:10 ` [RFC 9/9] drm/i915: Write HDR infoframe and send to panel Uma Shankar
2017-05-31 10:36 ` ✓ Fi.CI.BAT: success for Add HDR Metadata Parsing and handling in DRM layer 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=1496225457-30514-6-git-send-email-uma.shankar@intel.com \
    --to=uma.shankar@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    /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.