linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 01/14] [FB] viafb: Add missing break statement in switch
@ 2009-05-23  9:41 Harald Welte
  2009-05-23  9:41 ` [PATCH 02/14] [FB] viafb: Add support for the VX855 chipset Harald Welte
  0 siblings, 1 reply; 14+ messages in thread
From: Harald Welte @ 2009-05-23  9:41 UTC (permalink / raw)
  To: linux-fbdev-devel; +Cc: Andrew Morton, Harald Welte

From: Harald Welte <laforge@gnumonks.org>

Signed-off-by: Harald Welte <HaraldWelte@viatech.com>
Acked-by: Krzysztof Helt <krzysztof.h1@wp.pl>
---
 drivers/video/via/hw.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/video/via/hw.c b/drivers/video/via/hw.c
index fcd53ce..59ddf09 100644
--- a/drivers/video/via/hw.c
+++ b/drivers/video/via/hw.c
@@ -2272,6 +2272,7 @@ int viafb_setmode(int vmode_index, int hor_res, int ver_res, int video_bpp,
 
 	case UNICHROME_CX700:
 		viafb_write_regx(CX700_ModeXregs, NUM_TOTAL_CX700_ModeXregs);
+		break;
 
 	case UNICHROME_VX800:
 		viafb_write_regx(VX800_ModeXregs, NUM_TOTAL_VX800_ModeXregs);
-- 
1.6.2.4


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2009-05-23  9:50 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-23  9:41 [PATCH 01/14] [FB] viafb: Add missing break statement in switch Harald Welte
2009-05-23  9:41 ` [PATCH 02/14] [FB] viafb: Add support for the VX855 chipset Harald Welte
2009-05-23  9:41   ` [PATCH 03/14] [FB] viafb: Fix various resource leaks during module_init() Harald Welte
2009-05-23  9:41     ` [PATCH 04/14] [FB] viafb: make viafb a first-class citizen using pci_driver Harald Welte
2009-05-23  9:41       ` [PATCH 05/14] viafb: pass reference to pci device when calling framebuffer_alloc() Harald Welte
2009-05-23  9:41         ` [PATCH 06/14] viafb: use proper pci config API Harald Welte
2009-05-23  9:41           ` [PATCH 07/14] viafb: get rid of some duplicated fields in private structure Harald Welte
2009-05-23  9:41             ` [PATCH 08/14] viafb: Remove MMIO from " Harald Welte
2009-05-23  9:41               ` [PATCH 09/14] viafb: make module parameters visible in sysfs Harald Welte
2009-05-23  9:41                 ` [PATCH 10/14] viafb: clean up duplicated code from 2D acceleration Harald Welte
2009-05-23  9:41                   ` [PATCH 11/14] viafb: introduce wrapper for 2D engine registers Harald Welte
2009-05-23  9:41                     ` [PATCH 12/14] viafb: initialize 2D engine registers from loop Harald Welte
2009-05-23  9:41                       ` [PATCH 13/14] viafb: Determine type of 2D engine and store it in chip_info Harald Welte
2009-05-23  9:41                         ` [PATCH 14/14] viafb: Add support for 2D accelerated framebuffer on VX800/VX855 Harald Welte

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).