All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rodrigo Vivi <rodrigo.vivi@gmail.com>
To: Manasi Navare <manasi.d.navare@intel.com>
Cc: intel-gfx <intel-gfx@lists.freedesktop.org>
Subject: Re: [PATCH] drm/i915: Add support for Kabylake to function obtaining shared PLL
Date: Mon, 12 Sep 2016 22:02:43 -0700	[thread overview]
Message-ID: <CABVU7+tRw3oUjtbcNCCiCV0oUztPU4cnmcb7E6FX1S4uGNDBJQ@mail.gmail.com> (raw)
In-Reply-To: <1473728663-14355-1-git-send-email-manasi.d.navare@intel.com>

Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>

On Mon, Sep 12, 2016 at 6:04 PM, Manasi Navare
<manasi.d.navare@intel.com> wrote:
> This adds support for KBL in the new function added in commit ID:
> commit <f169660ed4e57a03e6f6ed07fe192dbcb7687a0d> that returns a
> shared pll in case of DDI platforms.
>
> Signed-off-by: Manasi Navare <manasi.d.navare@intel.com>
> ---
>  drivers/gpu/drm/i915/intel_ddi.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_ddi.c b/drivers/gpu/drm/i915/intel_ddi.c
> index 8280548..8065a5f 100644
> --- a/drivers/gpu/drm/i915/intel_ddi.c
> +++ b/drivers/gpu/drm/i915/intel_ddi.c
> @@ -2427,7 +2427,7 @@ intel_ddi_get_link_dpll(struct intel_dp *intel_dp, int clock)
>                         pll->config = tmp_pll_config;
>                         return NULL;
>                 }
> -       } else if (IS_SKYLAKE(dev_priv)) {
> +       } else if (IS_SKYLAKE(dev_priv) || IS_KABYLAKE(dev_priv)) {
>                 pll = skl_find_link_pll(dev_priv, clock);
>         } else if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) {
>                 pll = hsw_ddi_dp_get_dpll(encoder, clock);
> --
> 1.9.1
>



-- 
Rodrigo Vivi
Blog: http://blog.vivi.eng.br
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  parent reply	other threads:[~2016-09-13  5:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-13  1:04 [PATCH] drm/i915: Add support for Kabylake to function obtaining shared PLL Manasi Navare
2016-09-13  1:50 ` ✗ Fi.CI.BAT: failure for " Patchwork
2016-09-13  5:02 ` Rodrigo Vivi [this message]
2016-09-13 16:10   ` [PATCH] " Rodrigo Vivi

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=CABVU7+tRw3oUjtbcNCCiCV0oUztPU4cnmcb7E6FX1S4uGNDBJQ@mail.gmail.com \
    --to=rodrigo.vivi@gmail.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=manasi.d.navare@intel.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.