ring.
>
>A short history on how this came to be:
>
>There was a recent external patch contribution from Rinat Ibragimov to
>support more platforms from the existing intel_gpu_top. But as the tool
>is not safe to use Chris Wilson suggested to maybe just replace it.
>
>As it h
>Среда, 4 апреля 2018, 12:48 +03:00 от Tvrtko Ursulin :
>
>v5:
Tried this version on Skylake on Linux 4.16, and it works. Engines "busy" metric
behaves as expected. Render/3D goes up when something intensive happens on
a screen. Video goes up when I use VA-API-enabled video players, and increases
>Четверг, 29 марта 2018, 21:46 +03:00 от Tvrtko Ursulin :
>
>+#define engine_ptr(engines, n) \
>+((struct engine *)((unsigned char *)(&engines->engine) + (n) * sizeof(struct
>engine)))
I think (&engines->engine + (n)) is easier to read.
>+if (fd < 0 && !cnt->optional)
>+return -1;
I've tried
>Среда, 28 марта 2018, 21:30 +03:00 от Tvrtko Ursulin :
>
>+static struct engines *discover_engines(void)
> {
>-uint32_t devid = pci_dev->device_id;
>-uint16_t gcfgc;
>+const char *sysfs_root = "/sys/devices/i915/events";
Just a question.
I think, I have Linux 4.15.11 (from Debian testing) now.
Среда, 28 августа 2013, 16:26 -07:00 от Eric Anholt :
> Rinat Ibragimov writes:
>
> > Понедельник, 26 августа 2013, 16:22 -07:00 от Eric Anholt :
> >> Rinat Ibragimov writes:
> >>
> >> > Понедельник, 26 августа 2013, 13:40 -07:00 от Eric Anholt
Понедельник, 26 августа 2013, 16:22 -07:00 от Eric Anholt :
> Rinat Ibragimov writes:
>
> > Понедельник, 26 августа 2013, 13:40 -07:00 от Eric Anholt :
> >> Ибрагимов Ринат writes:
> >>
> >> > libvdpau uses second DRI driver name to determine which V
Понедельник, 26 августа 2013, 13:40 -07:00 от Eric Anholt :
> Ибрагимов Ринат writes:
>
> > libvdpau uses second DRI driver name to determine which VDPAU driver
> > to use. This patch will allow libvdpau choose libvdpau_i965.so on systems
> > with Intel GPUs, libvdpau_nvidia.so on those with nVid
Ping.
Пятница, 16 августа 2013, 14:31 +04:00 от Ибрагимов
Ринат:
> libvdpau uses second DRI driver name to determine which VDPAU driver
> to use. This patch will allow libvdpau choose libvdpau_i965.so on systems
> with Intel GPUs, libvdpau_nvidia.so on those with nVidia ones, and so on.
> I'm ex
Ping.
Пятница, 16 августа 2013, 14:31 +04:00 от Ибрагимов
Ринат:
> libvdpau uses second DRI driver name to determine which VDPAU driver
> to use. This patch will allow libvdpau choose libvdpau_i965.so on systems
> with Intel GPUs, libvdpau_nvidia.so on those with nVidia ones, and so on.
> I'm exp