[Mesa-dev] [PATCH] configure.ac: require libdrm_amdgpu 2.4.77

Samuel Pitoiset samuel.pitoiset at gmail.com
Tue Apr 4 14:43:51 UTC 2017



On 04/04/2017 04:43 PM, Nicolai Hähnle wrote:
> On 04.04.2017 16:38, Samuel Pitoiset wrote:
>> Ah, you didn't wait for amdgpu_query_sensor_info() ?
>
> Sorry, I didn't see that in time, and Marek already made a release this
> morning. But libdrm releases are supposed to be lightweight, so not a
> huge deal if they happen very frequently.

Okay, no worries. I will ask for a new release. :)

>
> Cheers,
> Nicolai
>
>>
>> On 04/04/2017 04:36 PM, Nicolai Hähnle wrote:
>>> From: Nicolai Hähnle <nicolai.haehnle at amd.com>
>>>
>>> The sparse buffer implementation requires amdgpu_bo_va_op_raw.
>>> ---
>>>  configure.ac | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/configure.ac b/configure.ac
>>> index 3df9af1..455c090 100644
>>> --- a/configure.ac
>>> +++ b/configure.ac
>>> @@ -67,21 +67,21 @@ OPENCL_VERSION=1
>>>  AC_SUBST([OPENCL_VERSION])
>>>
>>>  # The idea is that libdrm is distributed as one cohesive package, even
>>>  # though it is composed of multiple libraries. However some drivers
>>>  # may have different version requirements than others. This list
>>>  # codifies which drivers need which version of libdrm. Any libdrm
>>>  # version dependencies in non-driver-specific code should be reflected
>>>  # in the first entry.
>>>  LIBDRM_REQUIRED=2.4.75
>>>  LIBDRM_RADEON_REQUIRED=2.4.71
>>> -LIBDRM_AMDGPU_REQUIRED=2.4.76
>>> +LIBDRM_AMDGPU_REQUIRED=2.4.77
>>>  LIBDRM_INTEL_REQUIRED=2.4.75
>>>  LIBDRM_NVVIEUX_REQUIRED=2.4.66
>>>  LIBDRM_NOUVEAU_REQUIRED=2.4.66
>>>  LIBDRM_FREEDRENO_REQUIRED=2.4.74
>>>  LIBDRM_VC4_REQUIRED=2.4.69
>>>  LIBDRM_ETNAVIV_REQUIRED=2.4.74
>>>
>>>  dnl Versions for external dependencies
>>>  DRI2PROTO_REQUIRED=2.8
>>>  DRI3PROTO_REQUIRED=1.0
>>>
>
>


More information about the mesa-dev mailing list