Comment # 15
on bug 107955
from Michel Dänzer
(In reply to Mike Lothian from comment #13) > hw/xfree86/dri2/dri2.c: if (drmGetDevice(info->fd, &dev) || dev->bustype > != DRM_BUS_PCI) { > hw/xfree86/drivers/modesetting/dri2.c: info.deviceName = > drmGetDeviceNameFromFd(ms->fd); > > [...] > > src/amdgpu_dri2.c: info->dri2.device_name = > drmGetDeviceNameFromFd(pAMDGPUEnt->fd); These are only called during X server startup. > va/drm/va_drm_utils.c: name = drmGetDeviceNameFromFd(fd); This should only be called when a video player using VA-API runs standalone, not via X (or Wayland), and even then only once. Try running sudo perf record -e rpm:rpm_resume --call-graph=dwarf in a terminal, then do whatever is needed to reproduce the problem, then interrupt the perf command with Ctrl-C and attach the output of sudo perf report --header
You are receiving this mail because:
- You are the assignee for the bug.
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel