Lines Matching refs:dri2_info
1299 DRI2InfoRec dri2_info = { 0 };
1308 dri2_info.driverName = SI_DRIVER_NAME;
1309 dri2_info.fd = pAMDGPUEnt->fd;
1310 dri2_info.deviceName = info->dri2.device_name;
1330 dri2_info.ScheduleSwap = amdgpu_dri2_schedule_swap;
1331 dri2_info.GetMSC = amdgpu_dri2_get_msc;
1332 dri2_info.ScheduleWaitMSC = amdgpu_dri2_schedule_wait_msc;
1333 dri2_info.numDrivers = ARRAY_SIZE(driverNames);
1334 dri2_info.driverNames = driverNames;
1335 driverNames[0] = driverNames[1] = dri2_info.driverName;
1353 dri2_info.version = 9;
1354 dri2_info.CreateBuffer2 = amdgpu_dri2_create_buffer2;
1355 dri2_info.DestroyBuffer2 = amdgpu_dri2_destroy_buffer2;
1356 dri2_info.CopyRegion2 = amdgpu_dri2_copy_region2;
1358 info->dri2.enabled = DRI2ScreenInit(pScreen, &dri2_info);