Files
kernel_google_msm-4.9/include/uapi/drm/Kbuild
Gopikrishnaiah Anandan 8cc073faca drm/msm: Initial version post processing header
Define the interface for driver clients to program the post processing
blocks of SDE. DRM driver clients will query the supported feature info by
querying the properties of planes/crtc. Feature info will provide the
major number info for a feature which will let the driver clients to
program the post processing blocks.

Change-Id: I5a33fe089288b576b2b51bc44f13081013308c4e
Signed-off-by: Gopikrishnaiah Anandan <agopik@codeaurora.org>
2017-01-03 18:11:01 -08:00

25 lines
565 B
Makefile

# UAPI Header export list
header-y += drm.h
header-y += drm_fourcc.h
header-y += drm_mode.h
header-y += drm_sarea.h
header-y += amdgpu_drm.h
header-y += exynos_drm.h
header-y += i810_drm.h
header-y += i915_drm.h
header-y += mga_drm.h
header-y += nouveau_drm.h
header-y += qxl_drm.h
header-y += r128_drm.h
header-y += radeon_drm.h
header-y += savage_drm.h
header-y += sis_drm.h
header-y += tegra_drm.h
header-y += via_drm.h
header-y += vmwgfx_drm.h
header-y += msm_drm.h
header-y += vc4_drm.h
header-y += virtgpu_drm.h
header-y += sde_drm.h
header-y += msm_drm_pp.h