aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------3rdparty/libgfxinit0
-rw-r--r--src/drivers/intel/gma/hires_fb/gma.adb1
2 files changed, 1 insertions, 0 deletions
diff --git a/3rdparty/libgfxinit b/3rdparty/libgfxinit
-Subproject 42fb2d065d604eb08c723ac6b96aeebb4c84cbd
+Subproject 7628493a7e7acaba93d607db008a59ec8fa8eeb
diff --git a/src/drivers/intel/gma/hires_fb/gma.adb b/src/drivers/intel/gma/hires_fb/gma.adb
index 839d2d3e91..ca0f708479 100644
--- a/src/drivers/intel/gma/hires_fb/gma.adb
+++ b/src/drivers/intel/gma/hires_fb/gma.adb
@@ -83,6 +83,7 @@ is
fb.Width := Width_Type (min_h);
fb.Height := Height_Type (min_v);
fb.Stride := Div_Round_Up (fb.Width, 16) * 16;
+ fb.V_Stride := fb.Height;
for i in Pipe_Index loop
exit when configs (i).Port = Disabled;