Re: [PATCH] drm/bridge: dw-hdmi: Set sink_is_hdmi and sink_has_audio in mode_set

2016-11-02 Thread James Le Cuirot
On Mon, 31 Oct 2016 16:37:36 + Russell King - ARM Linux wrote: > On Sun, Oct 30, 2016 at 01:56:25PM +0000, James Le Cuirot wrote: > > These were previously set in dw_hdmi_connector_get_modes but this > > isn't called when the EDID is overridden.

[PATCH] drm/bridge: dw-hdmi: Set sink_is_hdmi and sink_has_audio in mode_set

2016-10-30 Thread James Le Cuirot
ith a Utilite Pro on 4.9-rc3. I tried overriding the EDID with my own, not overriding the EDID, hotplugging the display after booting, and overriding the EDID with 1920x1080.bin. The latter has no audio parameters so no sound was heard as expected. Signed-off-by: James Le Cuirot --- Notes: I do have

Re: PCI: designware: check for iATU unroll support after initializing host

2016-10-29 Thread James Le Cuirot
470537 ("PCI: designware: Add iATU Unroll feature") > Signed-off-by: Niklas Cassel > Acked-by: Joao Pinto Tested-by: James Le Cuirot My Utilite Pro was failing to boot and this fixed it so thanks. > --- > drivers/pci/host/pcie-designware.c | 7 +-- > 1 file chan