mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-08 09:18:04 +02:00
Fix green offset
This commit is contained in:
parent
b6dc381fab
commit
631c6af4d9
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ static int intelfb_check_var(struct fb_var_screeninfo *var,
|
|||
break;
|
||||
case 16:
|
||||
var->red.offset = 11;
|
||||
var->green.offset = 6;
|
||||
var->green.offset = 5;
|
||||
var->blue.offset = 0;
|
||||
var->red.length = 5;
|
||||
var->green.length = 6;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue