summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/omap-revert-set-virtual-size.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-22 07:26:35 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-22 07:53:02 +0000
commita01737e4b23599082b7eb16cd9f009b0157c2907 (patch)
tree0ee425986b09459de785950398a579e3c3d419df /meta/recipes-graphics/xorg-driver/xf86-video-omapfb/omap-revert-set-virtual-size.patch
parent8043f458f52f28c414472764a664c31e2a62facf (diff)
downloadast2050-yocto-poky-a01737e4b23599082b7eb16cd9f009b0157c2907.zip
ast2050-yocto-poky-a01737e4b23599082b7eb16cd9f009b0157c2907.tar.gz
xf86-video-omapfb: drop
This driver has been superceeded by a dri omap driver. This driver no longer builds against current versions of the xserver. If someone wants to do the work to resurect it, that is fine but until that happens there is no point in keeping broken code in the tree which won't even compile. It can be easily brought back from git history. (From OE-Core rev: 75858ad8cb19ee24f2c418515cb9d2b649a4de46) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-driver/xf86-video-omapfb/omap-revert-set-virtual-size.patch')
-rw-r--r--meta/recipes-graphics/xorg-driver/xf86-video-omapfb/omap-revert-set-virtual-size.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/omap-revert-set-virtual-size.patch b/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/omap-revert-set-virtual-size.patch
deleted file mode 100644
index 8a6eef5..0000000
--- a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/omap-revert-set-virtual-size.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-commit cbae688d7df59938ccb4af534ec2ff75cbbe9221
-Author: Koen Kooi <koen@dominion.thruhere.net>
-Date: Wed Jan 26 13:27:20 2011 +0100
-
- Revert "Set virtual size when configuring framebuffer"
-
- Virtual size too big, so revert it.
-
- This reverts commit 2653ef07883fbd1a5e7025f9300cf89b79ba429a.
-
- Upstream-Status: Pending
-
-diff --git a/src/omapfb-crtc.c b/src/omapfb-crtc.c
-index cbeff35..9655db2 100644
---- a/src/omapfb-crtc.c
-+++ b/src/omapfb-crtc.c
-@@ -98,8 +98,6 @@ OMAPFBCrtcCommitChangeMode (xf86CrtcPtr crtc)
- v = ofb->state_info;
- v.xres = mode->HDisplay;
- v.yres = mode->VDisplay;
-- v.xres_virtual = crtc->scrn->virtualX;
-- v.yres_virtual = crtc->scrn->virtualY;
- v.activate = FB_ACTIVATE_NOW;
- v.pixclock = KHZ2PICOS(mode->Clock ? mode->Clock : 56000);
- v.left_margin = mode->HTotal - mode->HSyncEnd;
OpenPOWER on IntegriCloud