Re: [Intel-gfx] [PATCH v4 0/6] sanitize hda/i915 interface using the component fw

2015-01-11 Thread Takashi Iwai
At Mon, 12 Jan 2015 02:32:16 +0100, Daniel Vetter wrote: > > On Fri, Jan 9, 2015 at 11:20 AM, Takashi Iwai wrote: > > At Fri, 9 Jan 2015 10:18:45 +0100, > > Daniel Vetter wrote: > >> > >> On Thu, Jan 08, 2015 at 05:54:12PM +0200, Imre Deak wrote: > >&

Re: [Intel-gfx] [PULL] topic/i915-hda-componentized

2015-01-12 Thread Takashi Iwai
At Mon, 12 Jan 2015 23:47:42 +0100, Daniel Vetter wrote: > > Hi Takashi, > > So here's the stable tag with Imre's i915/hda componentized refactoring, > based upon 3.19-rc4. I'll pull in the same tag into drm-intel-next. Great, I pulled the branch now. Thanks! Takashi > > Cheers, Daniel > >

Re: [Intel-gfx] [PATCH 1/4] drm/i915: Add audio hotplug info struct

2015-07-22 Thread Takashi Iwai
On Tue, 21 Jul 2015 09:57:24 +0200, David Henningsson wrote: > > This struct will be used to transfer information from the i915 > driver to the hda driver on HDMI hotplug events. > > Signed-off-by: David Henningsson Looks good to me, just a few nitpicking: > --- > include/drm/i915_component.h

Re: [Intel-gfx] [PATCH 3/4] ALSA: hda - Dispatch incoming HDMI hotplug i915 callback

2015-07-22 Thread Takashi Iwai
On Tue, 21 Jul 2015 09:57:26 +0200, David Henningsson wrote: > > This lets interested codec(s) be notified of HDMI hotplug > events sent from the i915 driver. > > Signed-off-by: David Henningsson > --- > include/sound/hdaudio.h |4 > sound/hda/hdac_i915.c | 24 +

Re: [Intel-gfx] [PATCH 0/4] i915 to call hda driver on HDMI plug/unplug

2015-07-22 Thread Takashi Iwai
On Tue, 21 Jul 2015 19:37:17 +0200, R, Durgadoss wrote: > > Hi David, > > >-Original Message- > >From: Intel-gfx [mailto:intel-gfx-boun...@lists.freedesktop.org] On Behalf > >Of David Henningsson > >Sent: Tuesday, July 21, 2015 1:27 PM > >To: alsa-de...@alsa-project.org; intel-gfx@lists.

Re: [Intel-gfx] [PATCH 1/4] drm/i915: Add audio hotplug info struct

2015-07-22 Thread Takashi Iwai
On Wed, 22 Jul 2015 10:50:03 +0200, David Henningsson wrote: > > >> struct i915_audio_component { > >>struct device *dev; > >> + struct hdac_bus *hdac_bus; > > > > If we want to be more generic, using a struct device would be better, > > e.g. > > struct device *audio_dev; > > Does this

Re: [Intel-gfx] [PATCH 3/4] ALSA: hda - Dispatch incoming HDMI hotplug i915 callback

2015-07-22 Thread Takashi Iwai
On Wed, 22 Jul 2015 15:56:37 +0200, Vinod Koul wrote: > > On Wed, Jul 22, 2015 at 10:30:57AM +0200, Takashi Iwai wrote: > > On Tue, 21 Jul 2015 09:57:26 +0200, > > David Henningsson wrote: > > > > > > This lets interested codec(s) be notified of HDMI hot

Re: [Intel-gfx] [PATCH 1/4] drm/i915: Add audio hotplug info struct

2015-07-22 Thread Takashi Iwai
On Wed, 22 Jul 2015 19:52:23 +0200, David Henningsson wrote: > > > > On 2015-07-22 16:13, Vinod Koul wrote: > > On Wed, Jul 22, 2015 at 10:55:55AM +0200, Takashi Iwai wrote: > >> On Wed, 22 Jul 2015 10:50:03 +0200, > >> David Henningsson wrote: > >

Re: [Intel-gfx] [PATCH 1/4] drm/i915: Add audio hotplug info struct

2015-07-23 Thread Takashi Iwai
On Thu, 23 Jul 2015 08:25:21 +0200, David Henningsson wrote: > > > > On 2015-07-23 08:17, David Henningsson wrote: > > I'm about to go on vacation so it would be good to get some closure > > here. If you both prefer this setup, how about I remove "struct > > i915_audio_hotplug_info" for now? We

Re: [Intel-gfx] [PATCH v3 0/4] i915 to call hda driver on HDMI plug/unplug

2015-07-24 Thread Takashi Iwai
On Thu, 23 Jul 2015 17:26:15 +0200, David Henningsson wrote: > > Changes since v2 is that the patch set has diminished to not transfer > connector/eld information, since it might be better that such information > to be transferred by a separate call in the ordinary direction. That > could be added

Re: [Intel-gfx] [REGRESSION] Re: i915 driver crashes on T540p if docking station attached

2015-07-30 Thread Takashi Iwai
On Thu, 30 Jul 2015 17:32:28 +0200, Theodore Ts'o wrote: > > On Thu, Jul 30, 2015 at 04:40:02PM +0200, Daniel Vetter wrote: > > On Wed, Jul 29, 2015 at 10:18:16PM -0700, Linus Torvalds wrote: > > > drivers/gpu/drm/drm_atomic_helper.c | 8 +--- > > > 1 file changed, 5 insertions(+), 3 deletion

Re: [Intel-gfx] [alsa-devel] [PATCH 2/4] drm/i915: implement set_ncts callback

2015-08-06 Thread Takashi Iwai
On Thu, 06 Aug 2015 08:52:55 +0200, libin.y...@intel.com wrote: > > From: Libin Yang > > Display audio may not work at some frequencies > with the HW provided N/CTS. > > This patch sets the proper N value for the > given audio sample rate at the impacted frequencies. > At other frequencies, it

Re: [Intel-gfx] [PATCH 3/4] ALSA: hda - display audio call ncts callback

2015-08-06 Thread Takashi Iwai
On Thu, 06 Aug 2015 08:52:56 +0200, libin.y...@intel.com wrote: > > From: Libin Yang > > On some Intel platforms, display audio need set N/CTS > manually at some TMDS frequencies. > > Signed-off-by: Libin Yang > --- > sound/pci/hda/patch_hdmi.c | 7 +++ > 1 file changed, 7 insertions(+) >

Re: [Intel-gfx] [PATCH v4 4/4] drm/i915: set proper N/CTS in modeset

2015-08-10 Thread Takashi Iwai
On Mon, 10 Aug 2015 09:32:11 +0200, libin.y...@intel.com wrote: > > From: Libin Yang > > When modeset occurs and the TMDS frequency is set to some > speical value, the N/CTS need to be set manually if audio > is playing. > > Signed-off-by: Libin Yang > --- > drivers/gpu/drm/i915/i915_reg.h

Re: [Intel-gfx] [PATCH v3 3/4] ALSA: hda - display audio call sync_audio_rate callback

2015-08-17 Thread Takashi Iwai
r to take this series from drm tree. Feel free to my ack Reviewed-by: Takashi Iwai thanks, Takashi > --- > sound/pci/hda/patch_hdmi.c | 19 +++ > 1 file changed, 19 insertions(+) > > diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c >

<    2   3   4   5   6   7