Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Jesse Barnes <jbarnes@virtuousgeek.org>
To: Jesse Barnes <jbarnes@virtuousgeek.org>
Cc: Junxiao Chang <junxiao.chang@intel.com>, intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH] drm/i915/vlv: no MCHBAR on VLV
Date: Tue, 18 Mar 2014 11:13:12 -0700	[thread overview]
Message-ID: <20140318111312.4ac10250@jbarnes-desktop> (raw)
In-Reply-To: <1393885677-21762-1-git-send-email-jbarnes@virtuousgeek.org>

Junxiao, can you add you reviewed-by to this patch?

Thanks,
Jesse

On Mon,  3 Mar 2014 14:27:57 -0800
Jesse Barnes <jbarnes@virtuousgeek.org> wrote:

> So don't try to allocate and program it, we're only fooling ourselves.
> 
> Reported-by: "Chang, Junxiao" <junxiao.chang@intel.com>
> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
> ---
>  drivers/gpu/drm/i915/i915_dma.c |    3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/drivers/gpu/drm/i915/i915_dma.c b/drivers/gpu/drm/i915/i915_dma.c
> index 7688abc..22f839b 100644
> --- a/drivers/gpu/drm/i915/i915_dma.c
> +++ b/drivers/gpu/drm/i915/i915_dma.c
> @@ -1187,6 +1187,9 @@ intel_setup_mchbar(struct drm_device *dev)
>  	u32 temp;
>  	bool enabled;
>  
> +	if (IS_VALLEYVIEW(dev))
> +		return;
> +
>  	dev_priv->mchbar_need_disable = false;
>  
>  	if (IS_I915G(dev) || IS_I915GM(dev)) {


-- 
Jesse Barnes, Intel Open Source Technology Center

  reply	other threads:[~2014-03-18 18:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-03 22:27 [PATCH] drm/i915/vlv: no MCHBAR on VLV Jesse Barnes
2014-03-18 18:13 ` Jesse Barnes [this message]
2014-03-19  2:13   ` Chang, Junxiao
2014-03-19  2:31     ` Dave Airlie
2014-03-19  3:31       ` Chang, Junxiao
2014-03-19  9:14         ` Daniel Vetter

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=20140318111312.4ac10250@jbarnes-desktop \
    --to=jbarnes@virtuousgeek.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=junxiao.chang@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox