From: Daniel Vetter <daniel@ffwll.ch>
To: "Yang, Libin" <libin.yang@intel.com>
Cc: "'tiwai@suse.de'" <tiwai@suse.de>,
"'intel-gfx@lists.freedesktop.org'"
<intel-gfx@lists.freedesktop.org>,
"Vetter, Daniel" <daniel.vetter@intel.com>,
"'libin.yang@linux.intel.com'" <libin.yang@linux.intel.com>
Subject: Re: [PATCH v4 0/3] drm/i915: fix some audio support 4K resolution issues
Date: Wed, 24 Aug 2016 07:52:30 +0200 [thread overview]
Message-ID: <20160824055230.GV10980@phenom.ffwll.local> (raw)
In-Reply-To: <96A12704CE18D347B625EE2D4A099D19119FFDE6@SHSMSX103.ccr.corp.intel.com>
On Wed, Aug 24, 2016 at 05:35:34AM +0000, Yang, Libin wrote:
> Sorry for disturb. Is there any comments for the patches?
Ville is on vacation, not sure whom else would be a good reviewer from our
side ... Might need to escalate to managers to finding a random reviewer
who first needs to ramp up on hdmi/audio issues.
-Daniel
>
> Regards,
> Libin
>
> > -----Original Message-----
> > From: Yang, Libin
> > Sent: Monday, August 22, 2016 9:16 AM
> > To: libin.yang@linux.intel.com; intel-gfx@lists.freedesktop.org;
> > jani.nikula@linux.intel.com; ville.syrjala@linux.intel.com; Vetter, Daniel
> > <daniel.vetter@intel.com>; tiwai@suse.de
> > Subject: RE: [PATCH v4 0/3] drm/i915: fix some audio support 4K resolution
> > issues
> >
> > Any comments?
> >
> > Regards,
> > Libin
> >
> >
> > > -----Original Message-----
> > > From: libin.yang@linux.intel.com [mailto:libin.yang@linux.intel.com]
> > > Sent: Thursday, August 18, 2016 2:42 PM
> > > To: intel-gfx@lists.freedesktop.org; jani.nikula@linux.intel.com;
> > > ville.syrjala@linux.intel.com; Vetter, Daniel
> > > <daniel.vetter@intel.com>; tiwai@suse.de
> > > Cc: Yang, Libin <libin.yang@intel.com>; Libin Yang
> > > <libin.yang@linux.intel.com>
> > > Subject: [PATCH v4 0/3] drm/i915: fix some audio support 4K resolution
> > > issues
> > >
> > > From: Libin Yang <libin.yang@linux.intel.com>
> > >
> > > changelog:
> > > v1: initial patches
> > >
> > > v2: change to use crtc->config->port_clock instead of mode->clock for dp
> > > change to use mode->crtc_clock instead of mode->clock
> > > rename mode to adjusted_mode
> > >
> > > v3: add support for 270MHz
> > > add more platforms support
> > > use u16 n; u16 m to save the space
> > > add support for 192KHz, 96KHz, 88.2KHz
> > > split patch for more platform support separately
> > >
> > > v4: change to use intel_crtc_has_dp_encoder() to support DP MST
> > > add support for 176.4KHz
> > > fix some tiny code style issues
> > > reset cts to 0 for HDMI mode
> > >
> > > Libin Yang (3):
> > > drm/i915: set proper N/M in modeset
> > > drm/i915: set proper N/MCTS on more platforms
> > > drm/i915: HDMI audio gets the TMDS clock by crtc_clock
> > >
> > > drivers/gpu/drm/i915/i915_reg.h | 7 ++
> > > drivers/gpu/drm/i915/intel_audio.c | 155
> > > +++++++++++++++++++++++++++++++------
> > > 2 files changed, 140 insertions(+), 22 deletions(-)
> > >
> > > --
> > > 1.9.1
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2016-08-24 5:52 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-18 6:42 [PATCH v4 0/3] drm/i915: fix some audio support 4K resolution issues libin.yang
2016-08-18 6:42 ` [PATCH v4 1/3] drm/i915: set proper N/M in modeset libin.yang
2016-08-18 6:42 ` [PATCH v4 2/3] drm/i915: set proper N/MCTS on more platforms libin.yang
2016-08-18 6:42 ` [PATCH v4 3/3] drm/i915: HDMI audio gets the TMDS clock by crtc_clock libin.yang
2016-08-18 8:29 ` ✗ Ro.CI.BAT: failure for drm/i915: fix some audio support 4K resolution issues Patchwork
2016-08-22 1:15 ` [PATCH v4 0/3] " Yang, Libin
2016-08-24 5:35 ` Yang, Libin
2016-08-24 5:52 ` Daniel Vetter [this message]
2016-08-24 6:10 ` Yang, Libin
2016-09-12 3:12 ` Yang, Libin
2016-09-21 18:39 ` Jani Nikula
2016-09-22 5:36 ` Yang, Libin
2016-09-22 5:49 ` Jani Nikula
2016-09-22 7:45 ` Jani Nikula
2016-09-22 7:52 ` Yang, Libin
2016-09-23 5:59 ` Yang, Libin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160824055230.GV10980@phenom.ffwll.local \
--to=daniel@ffwll.ch \
--cc=daniel.vetter@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=libin.yang@intel.com \
--cc=libin.yang@linux.intel.com \
--cc=tiwai@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox