Re: [Intel-gfx] [RFC 1/1] drm/i915/display: Expose HDMI properties to userspace

2021-05-06 Thread Jani Nikula
On Thu, 06 May 2021, Nischal Varide wrote: > Right now the HDMI properties like vendor and product ids are hardcoded > in the function "intel_hdmi_compute_spd_infoframe()". > > ret = hdmi_spd_infoframe_init(frame, "Intel", "Integrated gfx"). > > This patch enables the possibility of setting vendor

[Intel-gfx] [RFC 1/1] drm/i915/display: Expose HDMI properties to userspace

2021-05-06 Thread Nischal Varide
Right now the HDMI properties like vendor and product ids are hardcoded in the function "intel_hdmi_compute_spd_infoframe()". ret = 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