mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
intel: Drop backwards compat code for not having libdrm with the LLC check.
This commit is contained in:
parent
80ecb8f15b
commit
e3df28337b
1 changed files with 0 additions and 4 deletions
|
|
@ -770,13 +770,9 @@ __DRIconfig **intelInitScreen2(__DRIscreen *psp)
|
|||
intelScreen->hw_must_use_separate_stencil = intelScreen->gen >= 7;
|
||||
intelScreen->dri2_has_hiz = INTEL_DRI2_HAS_HIZ_UNKNOWN;
|
||||
|
||||
#if defined(I915_PARAM_HAS_LLC)
|
||||
intelScreen->hw_has_llc =
|
||||
intel_get_boolean(intelScreen->driScrnPriv,
|
||||
I915_PARAM_HAS_LLC);
|
||||
#else
|
||||
intelScreen->hw_has_llc = intelScreen->gen >= 6;
|
||||
#endif
|
||||
|
||||
intel_override_separate_stencil(intelScreen);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue