[PATCH 06/29] drm/amd/dal: Adapter Service

2016-02-12 Thread Wentland, Harry
is supported on our internal tree but hasn't been merged into these patches yet). Harry -Original Message- From: Dave Airlie [mailto:airl...@gmail.com] Sent: February 11, 2016 7:26 PM To: Wentland, Harry Cc: dri-devel Subject: Re: [PATCH 06/29] drm/amd/dal: Adapter Service > + > +/*

[PATCH 06/29] drm/amd/dal: Adapter Service

2016-02-12 Thread Dave Airlie
> + > +/* Stores entire ASIC features by sets */ > +uint32_t adapter_feature_set[FEATURE_MAXIMUM/32]; Is this global, what about multiple GPUs in one machine, is this per GPU or per system? Dave.

[PATCH 06/29] drm/amd/dal: Adapter Service

2016-02-11 Thread Harry Wentland
Provides information about ASIC features and capabilities. Also provides access to ASIC resources such as VBIOS, GPIO and I2cAux Manager Signed-off-by: Harry Wentland Reviewed-by: Alex Deucher --- drivers/gpu/drm/amd/dal/dc/adapter/Makefile| 24 +