Home
last modified time | relevance | path

Searched refs:callback_event_type (Results 1 – 4 of 4) sorted by relevance

/dports/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-19.1.0/src/
H A Damdgpu_drv.h272 int callback_event_type; member
H A Damdgpu_kms.c352 if (eventinfo->events[i].u.u.type == info->callback_event_type) { in amdgpu_event_callback()
426 info->callback_event_type = -1; in AMDGPUCreateScreenResources_KMS()
428 info->callback_event_type = damage_ext->eventBase + XDamageNotify; in AMDGPUCreateScreenResources_KMS()
1913 if (info->callback_event_type != -1) { in AMDGPUCloseScreen_KMS()
/dports/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0/src/
H A Dradeon_kms.c307 if (eventinfo->events[i].u.u.type == info->callback_event_type) { in radeon_event_callback()
383 info->callback_event_type = -1; in RADEONCreateScreenResources_KMS()
385 info->callback_event_type = damage_ext->eventBase + XDamageNotify; in RADEONCreateScreenResources_KMS()
2225 if (info->callback_event_type != -1) { in RADEONCloseScreen_KMS()
H A Dradeon.h534 int callback_event_type; member