[PATCH 08/10] drm/exynos: Enable DP clock directly from FIMD

2015-09-19 Thread Inki Dae
Hi Gustavo, On 2015년 09월 05일 05:15, Gustavo Padovan wrote: > From: Gustavo Padovan > > Instead of having a .clock_enable callback enable the dp clock directly > from FIMD. > > Signed-off-by: Gustavo Padovan > --- > drivers/gpu/drm/exynos/exynos_dp_core.c | 13 --- > drivers/gpu

[PATCH 07/10] drm/exynos: add pm_runtime to FIMD

2015-09-19 Thread Inki Dae
On 2015년 09월 05일 05:15, Gustavo Padovan wrote: > From: Gustavo Padovan > > Let pm_runtime handle the enabling/disabling of the device with proper > refcnt instead of rely on specific flags to track the enabled state. > > Signed-off-by: Gustavo Padovan > --- > drivers/gpu/drm/exynos/exyno

[PATCH 03/15] vga_switcheroo: Set active attribute to false for audio clients

2015-09-19 Thread Takashi Iwai
On Thu, 27 Aug 2015 16:43:43 +0200, Lukas Wunner wrote: > > The active attribute in struct vga_switcheroo_client denotes whether > the outputs are currently switched to this client. The attribute is > only meaningful for vga clients. It is never used for audio clients. > > The function vga_switch

[PATCH 03/15] vga_switcheroo: Set active attribute to false for audio clients

2015-09-19 Thread Lukas Wunner
Hi Takashi, On Sat, Sep 19, 2015 at 06:44:58PM +0200, Takashi Iwai wrote: > Without the cover letter I can't judge why this change is needed, so > at the next time, please put relevant people to Cc of the cover letter > (or the whole series). There was no cover letter, aside from this reply to Da

[PATCH 1/2] drm/vmwgfx: Fix uninitialized return in vmw_cotable_unbind()

2015-09-19 Thread Christian Engelmayer
Function vmw_cotable_unbind() uses the uninitialized variable ret as return value. Make the result deterministic and directly return as the variable is unused anyway. Detected by Coverity CID 1324256. Signed-off-by: Christian Engelmayer --- Compile tested only. Applies against linux-next. --- dr

[PATCH 2/2] drm/vmwgfx: Fix uninitialized return in vmw_kms_helper_dirty()

2015-09-19 Thread Christian Engelmayer
Function vmw_kms_helper_dirty() uses the uninitialized variable ret as return value. Make the result deterministic and directly return as the variable is unused anyway. Detected by Coverity CID 1324255. Signed-off-by: Christian Engelmayer --- Compile tested only. Applies against linux-next. ---

[PATCH RFC v4 2/8] ALSA: pcm: add IEC958 channel status helper for hw_params

2015-09-19 Thread Mark Brown
u8 *cs, size_t len) > +{ > + return create_iec958_consumer(params_rate(params), params_width(params), > + cs, len); > +} > +EXPORT_SYMBOL(snd_pcm_create_iec958_consumer_hw_params); > -- > 1.9.1 > > -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: Digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150919/e9c0fe38/attachment-0001.sig>

[PATCH RFC v4 3/8] ASoC: hdmi-codec: Add hdmi-codec for external HDMI-encoders

2015-09-19 Thread Mark Brown
mostly OK on a first pass, thanks for working on it. -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: Digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150919/1010734f/attachment-0001.sig>