[Mesa-dev] [PATCH 1/2] intel: verify if hardware has LLC support

2012-02-01 Thread Eugeni Dodonov
Rely on libdrm HAS_LLC parameter to verify if hardware supports it. In case the libdrm version does not supports this check, fallback to older way of detecting it which assumed that GPUs newer than GEN6 have it. Signed-off-by: Eugeni Dodonov --- src/mesa/drivers/dri/intel/intel_context.c |1

Re: [Mesa-dev] [PATCH 1/2] intel: verify if hardware has LLC support

2012-02-01 Thread Kenneth Graunke
On 02/01/2012 01:07 PM, Eugeni Dodonov wrote: Rely on libdrm HAS_LLC parameter to verify if hardware supports it. In case the libdrm version does not supports this check, fallback to older way of detecting it which assumed that GPUs newer than GEN6 have it. Signed-off-by: Eugeni Dodonov Looks