commit | dff906c3f91c642ef04731e63c3b5f0e520f7778 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Thu Oct 25 09:26:35 2018 -0700 |
committer | Eric Anholt <eric@anholt.net> | Tue Oct 30 13:01:50 2018 -0700 |
tree | 328aa24cad066eb702d5b34d9e3a6c94f3ecdcb1 | |
parent | 01f23459cf93a57d11bd93e660460f135b237af5 [diff] |
drm/tinydrm: Advertise that we can do only DRM_FORMAT_MOD_LINEAR. Without this, the xserver relies on what the 3D driver exposes and assumes that the display can handle it, and then the DRM driver happily tries to scan out a tiled format. Signed-off-by: Eric Anholt <eric@anholt.net> Link: https://patchwork.freedesktop.org/patch/msgid/20181025162635.6689-1-eric@anholt.net Acked-by: Noralf Trønnes <noralf@tronnes.org>