Re: [Intel-gfx] [PATCH v2 3/4] drm/i915/display: Nuke has_infoframe

2021-06-07 Thread Souza, Jose
On Mon, 2021-06-07 at 15:49 +0300, Gwan-gyeong Mun wrote: > > On 5/21/21 10:58 PM, Souza, Jose wrote: > > On Fri, 2021-05-21 at 16:27 +0100, Mun, Gwan-gyeong wrote: > > > On Fri, 2021-05-14 at 16:22 -0700, José Roberto de Souza wrote: > > > > This was only reduntant information has_hdmi_sink can d

Re: [Intel-gfx] [PATCH v2 3/4] drm/i915/display: Nuke has_infoframe

2021-06-07 Thread Gwan-gyeong Mun
On 5/21/21 10:58 PM, Souza, Jose wrote: On Fri, 2021-05-21 at 16:27 +0100, Mun, Gwan-gyeong wrote: On Fri, 2021-05-14 at 16:22 -0700, José Roberto de Souza wrote: This was only reduntant information has_hdmi_sink can do the same job. set_infoframes() hooks will call intel_write_infoframe() fo

Re: [Intel-gfx] [PATCH v2 3/4] drm/i915/display: Nuke has_infoframe

2021-05-21 Thread Souza, Jose
On Fri, 2021-05-21 at 16:27 +0100, Mun, Gwan-gyeong wrote: > On Fri, 2021-05-14 at 16:22 -0700, José Roberto de Souza wrote: > > This was only reduntant information has_hdmi_sink can do the same job. > > set_infoframes() hooks will call intel_write_infoframe() for the > > supported infoframes types

Re: [Intel-gfx] [PATCH v2 3/4] drm/i915/display: Nuke has_infoframe

2021-05-21 Thread Mun, Gwan-gyeong
On Fri, 2021-05-14 at 16:22 -0700, José Roberto de Souza wrote: > This was only reduntant information has_hdmi_sink can do the same job. > set_infoframes() hooks will call intel_write_infoframe() for the > supported infoframes types and it will only be enabled if given type > is set in crtc_state->

[Intel-gfx] [PATCH v2 3/4] drm/i915/display: Nuke has_infoframe

2021-05-14 Thread José Roberto de Souza
This was only reduntant information has_hdmi_sink can do the same job. set_infoframes() hooks will call intel_write_infoframe() for the supported infoframes types and it will only be enabled if given type is set in crtc_state->infoframes.enable. While at it also fixing the style of dig_port->set_i