drm/radeon: implement radeon_atif_verify_interface
authorLuca Tettamanti <kronos.it@gmail.com>
Thu, 16 Aug 2012 15:11:18 +0000 (11:11 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 20 Sep 2012 17:10:35 +0000 (13:10 -0400)
commitfd64ca8a9d9d7e92fc81fe0b23dcf324246fd356
tree7b381a32ab4f034b7583be4aa2b1c3b58ae32b96
parent86504672f7d79986a8ef618fb120044220e3d1eb
drm/radeon: implement radeon_atif_verify_interface

Wrap the call to VERIFY_INTERFACE and add the parsing of the support
vectors.
v2: use a packed struct for handling the output of ACPI calls, hides
ugly pointer arithmetics (Lee, Chun-Yi <jlee@suse.com>).
v3: fix radeon_atif_parse_functions handling (Alex Deucher)

Signed-off-by: Luca Tettamanti <kronos.it@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon.h
drivers/gpu/drm/radeon/radeon_acpi.c