commit | 83753117f1de4f6ef7588fac9545065eed1e85e2 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Wed Jun 07 17:13:36 2017 -0700 |
committer | Eric Anholt <eric@anholt.net> | Thu Jun 15 16:02:45 2017 -0700 |
tree | 1471f2539093b056b46311390fc8555869913352 | |
parent | 98830d91da082b0285d35bdf5b5ae98decac7df6 [diff] |
drm/vc4: Add get/set tiling ioctls. This allows mesa to set the tiling format for a BO and have that tiling format be respected by mesa on the other side of an import/export (and by vc4 scanout in the kernel), without defining a protocol to pass the tiling through userspace. Signed-off-by: Eric Anholt <eric@anholt.net> Link: http://patchwork.freedesktop.org/patch/msgid/20170608001336.12842-2-eric@anholt.net Acked-by: Dave Airlie <airlied@redhat.com>