Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

device-generic-common: Commit

device/generic/common


Commit MetaInfo

Revisiond84a37332060abdaf6ab5523840a897a70e96067 (tree)
Time2018-09-19 11:32:21
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Merge remote-tracking branch 'x86/nougat-x86' into oreo-x86

Change Summary

Incremental Difference

--- a/init.sh
+++ b/init.sh
@@ -118,10 +118,8 @@ function set_drm_mode()
118118 ET1602*)
119119 drm_mode=1366x768
120120 ;;
121- VMware*)
122- [ -n "$video" ] && drm_mode=$video
123- ;;
124121 *)
122+ [ -n "$video" ] && drm_mode=$video
125123 ;;
126124 esac
127125
@@ -148,6 +146,7 @@ function init_hal_gralloc()
148146 if [ "$HWACCEL" != "0" ]; then
149147 set_property ro.hardware.hwcomposer drm
150148 set_property ro.hardware.gralloc gbm
149+ set_property debug.drm.mode.force ${video:-1280x800}
151150 fi
152151 set_prop_if_empty sleep.state none
153152 ;;
Show on old repository browser