summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorMatt Roper <matthew.d.roper@intel.com>2023-10-25 08:17:36 -0700
committerRodrigo Vivi <rodrigo.vivi@intel.com>2023-12-21 11:43:22 -0500
commitfb24b858a20d720b7ee4396225569ff33a8a4fe3 (patch)
tree31c2379edeedc7c6ef926730d5259d6616d1bcbb /tools/perf/scripts/python/export-to-sqlite.py
parent72ac304769dde2b84a5471e5db817a29d071fd73 (diff)
downloadkernel-fb24b858a20d720b7ee4396225569ff33a8a4fe3.tar.gz
drm/xe/xe2: Update SVG state handling
As with DG2/MTL, Xe2 also fails to emit instruction headers for SVG state instructions if no explicit state has been set. The SVG part of the LRC is nearly identical to DG2/MTL; the only change is that 3DSTATE_DRAWING_RECTANGLE has been replaced by 3DSTATE_DRAWING_RECTANGLE_FAST, so we can just re-use the same state table and handle that single instruction when we encounter it. Bspec: 65182 Reviewed-by: Balasubramani Vivekanandan <balasubramani.vivekanandan@intel.com> Link: https://lore.kernel.org/r/20231025151732.3461842-8-matthew.d.roper@intel.com Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
t/drivers/virtio/virtio.c?id=0e566c8f0f2e8325e35f6f97e13cde5356b41814'>virtio: Protect vqs list accessParav Pandit 2021-07-21bus: Make remove callback return voidUwe Kleine-König 2021-03-14virtio: remove export for virtio_config_{enable, disable}Xianting Tian 2020-10-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds 2020-10-21virtio: let arch advertise guest's memory access restrictionsPierre Morel 2020-08-18virtio: add dma-buf support for exported objectsDavid Stevens