mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-15 19:40:30 +01:00
winsys/amdgpu: remove AMDGPU_INFO_NUM_EVICTIONS
This is now exposed with libdrm_amdgpu 2.4.76. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
parent
675af982e1
commit
7d99f48b5e
1 changed files with 0 additions and 4 deletions
|
|
@ -61,10 +61,6 @@
|
|||
#define CIK__PIPE_CONFIG__ADDR_SURF_P16_32X32_8X16 16
|
||||
#define CIK__PIPE_CONFIG__ADDR_SURF_P16_32X32_16X16 17
|
||||
|
||||
#ifndef AMDGPU_INFO_NUM_EVICTIONS
|
||||
#define AMDGPU_INFO_NUM_EVICTIONS 0x18
|
||||
#endif
|
||||
|
||||
static struct util_hash_table *dev_tab = NULL;
|
||||
static mtx_t dev_tab_mutex = _MTX_INITIALIZER_NP;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue