Home
last modified time | relevance | path

Searched refs:DRIVER_PANFROST (Results 1 – 6 of 6) sorted by relevance

/external/igt-gpu-tools/tests/
Dpanfrost_gem_new.c43 fd = drm_open_driver(DRIVER_PANFROST);
59 int fd2 = drm_open_driver(DRIVER_PANFROST);
Dpanfrost_get_param.c44 fd = drm_open_driver(DRIVER_PANFROST);
Dpanfrost_prime.c44 fd = drm_open_driver(DRIVER_PANFROST);
Dpanfrost_submit.c91 fd = drm_open_driver(DRIVER_PANFROST);
/external/igt-gpu-tools/lib/
Ddrmtest.c203 { DRIVER_PANFROST, "panfrost" },
361 case DRIVER_PANFROST: in chipset_to_str()
Ddrmtest.h52 #define DRIVER_PANFROST (1 << 5) macro