[PATCH 0/7] drm/tegra: Preparation work for destaging ABI
Thierry Reding
thierry.reding at gmail.com
Thu May 17 15:41:25 UTC 2018
From: Thierry Reding <treding at nvidia.com>
These patches are further preparation work to destage the job submission
ABI. Patch 1 fixes a typo in the argument to the close channel IOCTL and
isn't technically preparation work. Neither are patches 2 and 3 which do
some cleanup and add support for the rotation property. However, they do
touch areas close to the ABI and simplify subsequent patches.
Patches 4-6 add interface version information to the gr2d, gr3d and VIC
drivers which will be used by new ABI to let userspace know about which
interface it needs to program.
Finally, patch 7 adds kerneldoc for the current ABI.
Thierry
Thierry Reding (7):
drm/tegra: Use proper arguments for DRM_TEGRA_CLOSE_CHANNEL IOCTL
drm/tegra: gem: Fill in missing export info
drm/tegra: dc: Support rotation property
drm/tegra: gr2d: Track interface version
drm/tegra: gr3d: Track interface version
drm/tegra: vic: Track interface version
drm/tegra: Add kerneldoc for UAPI
drivers/gpu/drm/tegra/dc.c | 18 +-
drivers/gpu/drm/tegra/drm.h | 1 -
drivers/gpu/drm/tegra/fb.c | 10 -
drivers/gpu/drm/tegra/gem.c | 6 +-
drivers/gpu/drm/tegra/gr2d.c | 22 +-
drivers/gpu/drm/tegra/gr3d.c | 28 +-
drivers/gpu/drm/tegra/plane.c | 1 +
drivers/gpu/drm/tegra/plane.h | 2 +
drivers/gpu/drm/tegra/vic.c | 5 +
include/uapi/drm/tegra_drm.h | 482 ++++++++++++++++++++++++++++++++--
10 files changed, 541 insertions(+), 34 deletions(-)
--
2.17.0
More information about the dri-devel
mailing list