Re: [PATCH] drm/tinydrm: Advertise that we can do only DRM_FORMAT_MOD_LINEAR.

2018-10-27 Thread Noralf Trønnes
Den 25.10.2018 18.26, skrev Eric Anholt: 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 --- drivers/gpu/drm/drm_simple_kms_helper.c | 8

[PATCH] drm/tinydrm: Advertise that we can do only DRM_FORMAT_MOD_LINEAR.

2018-10-25 Thread Eric Anholt
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 --- drivers/gpu/drm/drm_simple_kms_helper.c | 8 drivers/gpu/drm/tinydrm/core/tinyd