Closed yugang closed 5 years ago
@js0701 @YuanjunHuang @Shao-Feng , pls check if it can be used to indentify view sonic display.
debug log just as “Monitor name: TD2230 Series, manufacturer: VSC”
Added the original place and modification details of edid.h in comment area.
updated the commit:
pls help review and merge it, thank you
Thanks @yugang
@yugang I see setMode is limited, but how about getMode? We should avoid expose those invalid modes to AOSP
@js0701 , here we only expose the one prefered mode to mode from modes supportted by i915 connector(as UpdateDisplayState is the only place to init the mode, we just limited here), and all APIs of HWC will only base on "mode_" of the display, whatever getactiveconfig/setactiveconfig/GetDisplayConfigs/UpdateDisplayConfig/SetDrmModeInfo/currentmode/.
OK
@YuanjunHuang @js0701:
LGTM.
please follow https://github.com/intel/IA-Hardware-Composer/wiki/Conformance to fix the coding style conformance issue.
@YuanjunHuang seems it is travis build issue:
` configure: error: Package requirements (libinput >= 0.8.0) were not met:
No package 'libinput' found `
pls hold the merging as i found some diff between android and linux
updated done: resize the display name string instead of using '\0'
added issue tracking on
Limits some monitors' modes due to hardware limitation.