gfx: pvr: add header to track the ABI version
authorImre Deak <imre.deak@intel.com>
Tue, 8 Nov 2011 16:18:57 +0000 (18:18 +0200)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 3 Jul 2012 09:28:33 +0000 (12:28 +0300)
commit6cf17a3d427c227affa2e72d406574bc07079ea8
tree4513e0ba43b08d901b63447619f18c70243360bd
parent55d711c50086e8c681f318e75e16e3a6fba13f68
gfx: pvr: add header to track the ABI version

This includes the IOCTL and the firmware ABI version. The following
build and runtime check between the PVR kernel driver and the PVR user
space libraries will be made based on this:

kernel major = user space major
kernel minor >= user space minor

Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Pauli Nieminen <pauli.nieminen@linux.intel.com>
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
include/drm/pvr_drm.h [new file with mode: 0644]