From: Thomas Hellstrom <thellstrom@vmware.com>
To: Rob Clark <robdclark@gmail.com>
Cc: dri-devel@lists.freedesktop.org
Subject: Re: [PATCH] drm/vmwgfx: respect 'nomodeset'
Date: Wed, 15 Oct 2014 21:24:42 +0200 [thread overview]
Message-ID: <543EC9FA.3000705@vmware.com> (raw)
In-Reply-To: <1413399647-26998-1-git-send-email-robdclark@gmail.com>
On 10/15/2014 09:00 PM, Rob Clark wrote:
> Signed-off-by: Rob Clark <robdclark@gmail.com>
> ---
> drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
> index 18b54ac..f0267b8 100644
> --- a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
> +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
> @@ -25,6 +25,7 @@
> *
> **************************************************************************/
> #include <linux/module.h>
> +#include <linux/console.h>
>
> #include <drm/drmP.h>
> #include "vmwgfx_drv.h"
> @@ -1453,6 +1454,12 @@ static int vmw_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
> static int __init vmwgfx_init(void)
> {
> int ret;
> +
> +#ifdef CONFIG_VGA_CONSOLE
> + if (vgacon_text_force())
> + return -EINVAL;
> +#endif
> +
Hmm,
>From the function name vgacon_text_force() it sounds like this should
just stop the driver from initializing fbcon? Not refuse to load?
/Thomas
> ret = drm_pci_init(&driver, &vmw_pci_driver);
> if (ret)
> DRM_ERROR("Failed initializing DRM.\n");
next prev parent reply other threads:[~2014-10-15 19:24 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-15 19:00 [PATCH] drm/vmwgfx: respect 'nomodeset' Rob Clark
2014-10-15 19:24 ` Thomas Hellstrom [this message]
2014-10-15 19:46 ` Rob Clark
2014-10-15 20:17 ` Thomas Hellstrom
2014-10-15 20:35 ` Rob Clark
2014-10-15 20:38 ` Rob Clark
2014-10-15 20:44 ` Thomas Hellstrom
2014-10-15 20:51 ` Rob Clark
2014-10-15 21:06 ` Thomas Hellstrom
2016-01-19 17:27 ` Rob Clark
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=543EC9FA.3000705@vmware.com \
--to=thellstrom@vmware.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=robdclark@gmail.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.