diff options
author | Dave Airlie <airlied@redhat.com> | 2014-06-19 02:54:35 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2014-06-19 02:54:35 +0200 |
commit | 884d6147ba19640a40fb45efe64360cdf92cac27 (patch) | |
tree | cf09a5ff5fb13474aba4eef7a68e56f46ca19381 /drivers/video/console/vgacon.c | |
parent | drm: fix uninitialized acquire_ctx fields (v2) (diff) | |
parent | drm/i915/bdw: remove erroneous chv specific workarounds from bdw code (diff) | |
download | linux-884d6147ba19640a40fb45efe64360cdf92cac27.tar.xz linux-884d6147ba19640a40fb45efe64360cdf92cac27.zip |
Merge tag 'drm-intel-fixes-2014-06-17' of git://anongit.freedesktop.org/drm-intel into drm-next
First round of fixes for 3.16-rc, mostly cc: stable, and the vt/vgacon
fixes from Daniel [1] to avoid hangs and unclaimed register errors on
module load/reload.
* tag 'drm-intel-fixes-2014-06-17' of git://anongit.freedesktop.org/drm-intel:
drm/i915/bdw: remove erroneous chv specific workarounds from bdw code
drm/i915: fix possible refcount leak when resetting forcewake
drm/i915: Reorder semaphore deadlock check
drm/i95: Initialize active ring->pid to -1
drm/i915: set backlight duty cycle after backlight enable for gen4
drm/i915: Avoid div-by-zero when pixel_multiplier is zero
drm/i915: Disable FBC by default also on Haswell and later
drm/i915: Kick out vga console
drm/i915: Fixup global gtt cleanup
vt: Don't ignore unbind errors in vt_unbind
vt: Fix up unregistration of vt drivers
vt: Fix replacement console check when unbinding
Diffstat (limited to 'drivers/video/console/vgacon.c')
-rw-r--r-- | drivers/video/console/vgacon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/console/vgacon.c b/drivers/video/console/vgacon.c index f267284b423b..6e6aa704fe84 100644 --- a/drivers/video/console/vgacon.c +++ b/drivers/video/console/vgacon.c @@ -1441,5 +1441,6 @@ const struct consw vga_con = { .con_build_attr = vgacon_build_attr, .con_invert_region = vgacon_invert_region, }; +EXPORT_SYMBOL(vga_con); MODULE_LICENSE("GPL"); |