Searched hist:"65101 d8c9108201118efa7e08f4e2c57f438deb9" (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_perfmon.c | 65101d8c9108201118efa7e08f4e2c57f438deb9 Fri Jan 12 10:09:26 CET 2018 Boris Brezillon <boris.brezillon@free-electrons.com> drm/vc4: Expose performance counters to userspace
The V3D engine has various hardware counters which might be interesting to userspace performance analysis tools.
Expose new ioctls to create/destroy a performance monitor object and query the counter values of this perfmance monitor.
Note that a perfomance monitor is given an ID that is only valid on the file descriptor it has been allocated from. A performance monitor can be attached to a CL submission and the driver will enable HW counters for this request and update the performance monitor values at the end of the job.
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Eric Anholt <eric@anholt.net> Link: https://patchwork.freedesktop.org/patch/msgid/20180112090926.12538-1-boris.brezillon@free-electrons.com
|
H A D | Makefile | diff 65101d8c9108201118efa7e08f4e2c57f438deb9 Fri Jan 12 10:09:26 CET 2018 Boris Brezillon <boris.brezillon@free-electrons.com> drm/vc4: Expose performance counters to userspace
The V3D engine has various hardware counters which might be interesting to userspace performance analysis tools.
Expose new ioctls to create/destroy a performance monitor object and query the counter values of this perfmance monitor.
Note that a perfomance monitor is given an ID that is only valid on the file descriptor it has been allocated from. A performance monitor can be attached to a CL submission and the driver will enable HW counters for this request and update the performance monitor values at the end of the job.
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Eric Anholt <eric@anholt.net> Link: https://patchwork.freedesktop.org/patch/msgid/20180112090926.12538-1-boris.brezillon@free-electrons.com
|
H A D | vc4_irq.c | diff 65101d8c9108201118efa7e08f4e2c57f438deb9 Fri Jan 12 10:09:26 CET 2018 Boris Brezillon <boris.brezillon@free-electrons.com> drm/vc4: Expose performance counters to userspace
The V3D engine has various hardware counters which might be interesting to userspace performance analysis tools.
Expose new ioctls to create/destroy a performance monitor object and query the counter values of this perfmance monitor.
Note that a perfomance monitor is given an ID that is only valid on the file descriptor it has been allocated from. A performance monitor can be attached to a CL submission and the driver will enable HW counters for this request and update the performance monitor values at the end of the job.
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Eric Anholt <eric@anholt.net> Link: https://patchwork.freedesktop.org/patch/msgid/20180112090926.12538-1-boris.brezillon@free-electrons.com
|
H A D | vc4_v3d.c | diff 65101d8c9108201118efa7e08f4e2c57f438deb9 Fri Jan 12 10:09:26 CET 2018 Boris Brezillon <boris.brezillon@free-electrons.com> drm/vc4: Expose performance counters to userspace
The V3D engine has various hardware counters which might be interesting to userspace performance analysis tools.
Expose new ioctls to create/destroy a performance monitor object and query the counter values of this perfmance monitor.
Note that a perfomance monitor is given an ID that is only valid on the file descriptor it has been allocated from. A performance monitor can be attached to a CL submission and the driver will enable HW counters for this request and update the performance monitor values at the end of the job.
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Eric Anholt <eric@anholt.net> Link: https://patchwork.freedesktop.org/patch/msgid/20180112090926.12538-1-boris.brezillon@free-electrons.com
|
H A D | vc4_regs.h | diff 65101d8c9108201118efa7e08f4e2c57f438deb9 Fri Jan 12 10:09:26 CET 2018 Boris Brezillon <boris.brezillon@free-electrons.com> drm/vc4: Expose performance counters to userspace
The V3D engine has various hardware counters which might be interesting to userspace performance analysis tools.
Expose new ioctls to create/destroy a performance monitor object and query the counter values of this perfmance monitor.
Note that a perfomance monitor is given an ID that is only valid on the file descriptor it has been allocated from. A performance monitor can be attached to a CL submission and the driver will enable HW counters for this request and update the performance monitor values at the end of the job.
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Eric Anholt <eric@anholt.net> Link: https://patchwork.freedesktop.org/patch/msgid/20180112090926.12538-1-boris.brezillon@free-electrons.com
|
H A D | vc4_gem.c | diff 65101d8c9108201118efa7e08f4e2c57f438deb9 Fri Jan 12 10:09:26 CET 2018 Boris Brezillon <boris.brezillon@free-electrons.com> drm/vc4: Expose performance counters to userspace
The V3D engine has various hardware counters which might be interesting to userspace performance analysis tools.
Expose new ioctls to create/destroy a performance monitor object and query the counter values of this perfmance monitor.
Note that a perfomance monitor is given an ID that is only valid on the file descriptor it has been allocated from. A performance monitor can be attached to a CL submission and the driver will enable HW counters for this request and update the performance monitor values at the end of the job.
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Eric Anholt <eric@anholt.net> Link: https://patchwork.freedesktop.org/patch/msgid/20180112090926.12538-1-boris.brezillon@free-electrons.com
|
H A D | vc4_drv.h | diff 65101d8c9108201118efa7e08f4e2c57f438deb9 Fri Jan 12 10:09:26 CET 2018 Boris Brezillon <boris.brezillon@free-electrons.com> drm/vc4: Expose performance counters to userspace
The V3D engine has various hardware counters which might be interesting to userspace performance analysis tools.
Expose new ioctls to create/destroy a performance monitor object and query the counter values of this perfmance monitor.
Note that a perfomance monitor is given an ID that is only valid on the file descriptor it has been allocated from. A performance monitor can be attached to a CL submission and the driver will enable HW counters for this request and update the performance monitor values at the end of the job.
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Eric Anholt <eric@anholt.net> Link: https://patchwork.freedesktop.org/patch/msgid/20180112090926.12538-1-boris.brezillon@free-electrons.com
|
H A D | vc4_drv.c | diff 65101d8c9108201118efa7e08f4e2c57f438deb9 Fri Jan 12 10:09:26 CET 2018 Boris Brezillon <boris.brezillon@free-electrons.com> drm/vc4: Expose performance counters to userspace
The V3D engine has various hardware counters which might be interesting to userspace performance analysis tools.
Expose new ioctls to create/destroy a performance monitor object and query the counter values of this perfmance monitor.
Note that a perfomance monitor is given an ID that is only valid on the file descriptor it has been allocated from. A performance monitor can be attached to a CL submission and the driver will enable HW counters for this request and update the performance monitor values at the end of the job.
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Eric Anholt <eric@anholt.net> Link: https://patchwork.freedesktop.org/patch/msgid/20180112090926.12538-1-boris.brezillon@free-electrons.com
|
/linux/include/uapi/drm/ |
H A D | vc4_drm.h | diff 65101d8c9108201118efa7e08f4e2c57f438deb9 Fri Jan 12 10:09:26 CET 2018 Boris Brezillon <boris.brezillon@free-electrons.com> drm/vc4: Expose performance counters to userspace
The V3D engine has various hardware counters which might be interesting to userspace performance analysis tools.
Expose new ioctls to create/destroy a performance monitor object and query the counter values of this perfmance monitor.
Note that a perfomance monitor is given an ID that is only valid on the file descriptor it has been allocated from. A performance monitor can be attached to a CL submission and the driver will enable HW counters for this request and update the performance monitor values at the end of the job.
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Eric Anholt <eric@anholt.net> Link: https://patchwork.freedesktop.org/patch/msgid/20180112090926.12538-1-boris.brezillon@free-electrons.com
|