OSDN Git Service

drm/tegra: fb: Properly support linear modifier
authorThierry Reding <treding@nvidia.com>
Thu, 15 Mar 2018 15:45:45 +0000 (16:45 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 15 Mar 2018 18:06:19 +0000 (19:06 +0100)
commit4ae4b5c0dbaa499f2fd9215caac6e474c8dd477f
tree090110157d7c9c0cb370e3de4d76bc4965559241
parente90124cb46bdb6b8dd642e0066207ace0fc3f972
drm/tegra: fb: Properly support linear modifier

Instead of relying on the tiling attached to a buffer object, make sure
to set the proper tiling for linear buffers.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/fb.c