On Wed, Jan 31, 2018 at 12:04:50PM +0100, Daniel Vetter wrote:
In the past the ast driver relied upon the fbdev emulation helpers to call ->load_lut at boot-up. But since
commit b8e2b0199cc377617dc238f5106352c06dcd3fa2 Author: Peter Rosin peda@axentia.se Date: Tue Jul 4 12:36:57 2017 +0200
drm/fb-helper: factor out pseudo-palette
that's cleaned up and drivers are expected to boot into a consistent lut state. This patch fixes that.
Fixes: b8e2b0199cc3 ("drm/fb-helper: factor out pseudo-palette") Cc: Peter Rosin peda@axenita.se Cc: Daniel Vetter daniel.vetter@ffwll.ch Cc: stable@vger.kernel.org # v4.14+ References: https://bugzilla.kernel.org/show_bug.cgi?id=198123 Signed-off-by: Daniel Vetter daniel.vetter@intel.com
Pushed to drm-misc-fixes.
thanks, Gerd
PS: Was on sick leave for a loooong time due to broken finger and influenza. Back online now. If anyone has submitted something for the qemu drivers (bochs/cirrus/qxl/virtio) in the last two months which isn't handled yet: Now would be a good time to re-send those patches. Thanks for your patience.