From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B92EFC433ED for ; Fri, 7 May 2021 06:45:40 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3A65860C40 for ; Fri, 7 May 2021 06:45:40 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3A65860C40 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B19AC6E7D3; Fri, 7 May 2021 06:45:39 +0000 (UTC) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7D6526E7D3 for ; Fri, 7 May 2021 06:45:38 +0000 (UTC) IronPort-SDR: SsfpDKSvHExIILEv1xJSlJCWDwOc+Y9UtSqOUa31wEU1/fxWlMDxRnQNCr/ynBlvnDpD3B5lcW mFqHIdJwfzUw== X-IronPort-AV: E=McAfee;i="6200,9189,9976"; a="196645709" X-IronPort-AV: E=Sophos;i="5.82,279,1613462400"; d="scan'208";a="196645709" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 May 2021 23:45:37 -0700 IronPort-SDR: hgrxoguxTrEOK9C0iPF+AOUTrJ1vATI+XeIbcGQ/2Cd0bZPBmsh8gCgHHwbL8D6TiKJ1a7Abla GjYzn8HZt06A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,279,1613462400"; d="scan'208";a="390989348" Received: from stinkbox.fi.intel.com (HELO stinkbox) ([10.237.72.171]) by orsmga006.jf.intel.com with SMTP; 06 May 2021 23:45:33 -0700 Received: by stinkbox (sSMTP sendmail emulation); Fri, 07 May 2021 09:45:32 +0300 Date: Fri, 7 May 2021 09:45:32 +0300 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= To: Nischal Varide Message-ID: References: <20210506004719.4121-1-nischal.varide@intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210506004719.4121-1-nischal.varide@intel.com> X-Patchwork-Hint: comment Subject: Re: [Intel-gfx] [RFC 0/1] drm/i915/display: Expose HDMI properties to userspace X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: intel-gfx@lists.freedesktop.org Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Thu, May 06, 2021 at 06:17:18AM +0530, Nischal Varide wrote: > Right now the HDMI properties like vendor and product ids are hardcoded > in the function "intel_hdmi_compute_spd_infoframe()". > = > ret =3D hdmi_spd_infoframe_init(frame, "Intel", "Integrated gfx"). > = > This patch enables the possibility of setting vendor and product fields > of the Infoframe structure in the userspace, instead of hardcoding in > the kernel. > = > The changes has been Tested by an IGT testcase , which will be floated > in few hours > = > = > Nischal Varide (1): > drm/i915/display: Expose HDMI properties to userspace That subject is quite misleading/vague. Any uapi additions must be posted to dri-devel. > = > drivers/gpu/drm/i915/display/intel_atomic.c | 14 +++++++++++++ > .../gpu/drm/i915/display/intel_connector.c | 20 +++++++++++++++++++ > .../gpu/drm/i915/display/intel_connector.h | 1 + > .../drm/i915/display/intel_display_types.h | 5 +++++ > drivers/gpu/drm/i915/display/intel_hdmi.c | 14 ++++++++++++- > drivers/gpu/drm/i915/display/intel_hdmi.h | 5 +++++ > drivers/gpu/drm/i915/i915_drv.h | 1 + > 7 files changed, 59 insertions(+), 1 deletion(-) > = > -- = > 2.29.2 > = > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/intel-gfx -- = Ville Syrj=E4l=E4 Intel _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx