Home
last modified time | relevance | path

Searched refs:FD_VERSION_ROBUSTNESS (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/freedreno/drm/
Dfreedreno_drmif.h96 FD_VERSION_ROBUSTNESS = 5, /* adds FD_NR_FAULTS and FD_PP_PGTABLE */ enumerator
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c409 if (fd_device_version(screen->dev) >= FD_VERSION_ROBUSTNESS) { in fd_context_init()
Dfreedreno_screen.c938 if (fd_device_version(dev) >= FD_VERSION_ROBUSTNESS) in fd_screen_create()