[PATCH v2] drm/ast: Add option to initialize palette on driver load

2018-02-02 Thread Timothy Pearson
Non-x86 systems, such as OpenPOWER and ARM machines, do not execute the ASPEED- provided option ROM on system start. As a result, the VGA palette registers remain uninitialized, leading to odd colors and generally hard to read output on the VGA port. Add a new module option, ast_resetpalette, to

[PATCH v2] drm/ast: Add option to initialize palette on driver load

2018-02-02 Thread Timothy Pearson
Non-x86 systems, such as OpenPOWER and ARM machines, do not execute the ASPEED- provided option ROM on system start. As a result, the VGA palette registers remain uninitialized, leading to odd colors and generally hard to read output on the VGA port. Add a new module option, ast_resetpalette, to