This repository was archived by the owner on Oct 5, 2018. It is now read-only.
gpu/drm: hisilicon: optimize hdmi resolutions white list and black list #112
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Optimize HDMI resolutions for Hikey. Major changes:
1920x1200 16:10 Monitor
1920x1080 16:9 TV
1680x1050 16:10 Monitor
1280x1024 5:4 Monitor
1280x720 16:9 TV
800x600 4:3 TV
1280x720@60 16:9 TV
800x600@60 4:3 TV
, switchable using the same hot-key: Alt-PrtSc-g
4) Using old 720p settings in boxed mode. Suppose this setting can support
720p on more TVs.
Note: Patch need to be rewrite before merging to hikey branch.
Signed-off-by: Xinliang Liu xinliang.liu@linaro.org
Signed-off-by: Guodong Xu guodong.xu@linaro.org