Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307405
b: refs/heads/master
c: 4688a69
h: refs/heads/master
i:
  307403: 1f1a025
v: v3
  • Loading branch information
Dave Airlie committed May 19, 2012
1 parent b27c289 commit 20b1f27
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4271a4090068f9dec3784205391c59540130b132
refs/heads/master: 4688a69dd197fd225cca669c40d67b79f669a5a6
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/ast/ast_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,10 @@ static struct drm_driver driver = {

static int __init ast_init(void)
{
#ifdef CONFIG_VGA_CONSOLE
if (vgacon_text_force() && ast_modeset == -1)
return -EINVAL;
#endif

if (ast_modeset == 0)
return -EINVAL;
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/cirrus/cirrus_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,10 @@ static struct pci_driver cirrus_pci_driver = {

static int __init cirrus_init(void)
{
#ifdef CONFIG_VGA_CONSOLE
if (vgacon_text_force() && cirrus_modeset == -1)
return -EINVAL;
#endif

if (cirrus_modeset == 0)
return -EINVAL;
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/mgag200/mgag200_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,10 @@ static struct pci_driver mgag200_pci_driver = {

static int __init mgag200_init(void)
{
#ifdef CONFIG_VGA_CONSOLE
if (vgacon_text_force() && mgag200_modeset == -1)
return -EINVAL;
#endif

if (mgag200_modeset == 0)
return -EINVAL;
Expand Down

0 comments on commit 20b1f27

Please sign in to comment.