Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179337
b: refs/heads/master
c: 0b94190
h: refs/heads/master
i:
  179335: 3c4e05f
v: v3
  • Loading branch information
Florian Tobias Schandinat authored and Linus Torvalds committed Jan 16, 2010
1 parent 4955e44 commit 7ef1470
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7e105057a34c83cea542dacc55ff0528bce67afa
refs/heads/master: 0b94190e1e60f96962b82d35729d7d44cf298ef8
4 changes: 3 additions & 1 deletion trunk/drivers/video/via/viafbdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,9 @@ static int viafb_cursor(struct fb_info *info, struct fb_cursor *cursor)
if (info->flags & FBINFO_HWACCEL_DISABLED || info != viafbinfo)
return -ENODEV;

if (chip_name == UNICHROME_CLE266 && viapar->iga_path == IGA2)
/* LCD ouput does not support hw cursors (at least on VN896) */
if ((chip_name == UNICHROME_CLE266 && viapar->iga_path == IGA2) ||
viafb_LCD_ON)
return -ENODEV;

viafb_show_hw_cursor(info, HW_Cursor_OFF);
Expand Down

0 comments on commit 7ef1470

Please sign in to comment.