Searched refs:drm_major (Results 1 - 17 of 17) sorted by relevance

/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_winsys.c352 uint32_t drm_major, drm_minor, r; local
356 r = amdgpu_device_initialize(fd, &drm_major, &drm_minor, &dev);
365 ws->info.drm_major = drm_major;
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c169 if (sscreen->b.info.drm_major == 3)
326 sscreen->b.info.drm_major == 3 ||
327 (sscreen->b.info.drm_major == 2 &&
423 return (sscreen->b.info.drm_major == 2 &&
425 sscreen->b.info.drm_major == 3;
430 (sscreen->b.info.drm_major == 2 &&
432 sscreen->b.info.drm_major == 3;
H A Dsi_debug.c165 if (sctx->screen->b.info.drm_major == 2 &&
173 if (sctx->screen->b.info.drm_major < 3 ||
H A Dsi_compute.c266 if (sctx->screen->b.info.drm_major == 3 ||
267 (sctx->screen->b.info.drm_major == 2 &&
H A Dsi_state.c1354 bool enable_compressed_formats = (sscreen->b.info.drm_major == 2 &&
1356 sscreen->b.info.drm_major == 3;
3699 if (rscreen->info.drm_major != 3)
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_winsys.c509 uint32_t drm_major, drm_minor, r; local
525 r = amdgpu_device_initialize(fd, &drm_major, &drm_minor, &dev);
546 ws->info.drm_major = drm_major;
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_vce.c409 if (rscreen->info.drm_major == 3)
411 if ((rscreen->info.drm_major == 2 && rscreen->info.drm_minor >= 42) ||
412 rscreen->info.drm_major == 3)
H A Dr600_buffer_common.c125 if (rscreen->info.drm_major == 2 &&
154 if (rscreen->info.drm_major == 2 &&
H A Dr600_pipe_common.c590 if (rscreen->info.drm_major == 2 && rscreen->info.drm_minor >= 43) {
1192 if (rscreen->info.drm_major == 3 && rscreen->info.drm_minor >= 4)
1230 r600_get_chip_name(rscreen), rscreen->info.drm_major,
1294 printf("drm = %i.%i.%i\n", rscreen->info.drm_major,
H A Dradeon_winsys.h202 uint32_t drm_major; /* version */ member in struct:radeon_info
H A Dr600_texture.c801 rscreen->info.drm_major == 2 && rscreen->info.drm_minor < 26)
813 rscreen->info.drm_major == 2 && rscreen->info.drm_minor < 38)
2464 rctx->screen->info.drm_major == 2 &&
H A Dr600_query.c1739 if (rscreen->info.drm_major == 2 && rscreen->info.drm_minor >= 42)
1741 else if (rscreen->info.drm_major == 3)
H A Dradeon_uvd.c1205 if (info.drm_major < 3)
/external/mesa3d/src/amd/vulkan/
H A Dradv_radeon_winsys.h100 uint32_t drm_major; /* version */ member in struct:radeon_info
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.c498 r300->screen->info.drm_major,
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.c292 return rscreen->b.info.drm_major == 2 && rscreen->b.info.drm_minor >= 43;
/external/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.c188 ws->info.drm_major = version->version_major;

Completed in 626 milliseconds