]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe/xe3: Recognize 3DSTATE_COARSE_PIXEL in LRC dumps
authorMatt Roper <matthew.d.roper@intel.com>
Fri, 7 Mar 2025 19:07:55 +0000 (11:07 -0800)
committerMatt Roper <matthew.d.roper@intel.com>
Mon, 10 Mar 2025 17:23:12 +0000 (10:23 -0700)
commit3b545b216cd1bcc33fb4b826fbfb517f1d8a3a93
tree2d26fe084e6d2fc8e89a5bf2214783621a9865d2
parentb4b05e53b550a886b4754b87fd0dd2b304579e85
drm/xe/xe3: Recognize 3DSTATE_COARSE_PIXEL in LRC dumps

Xe3 adds a new 3DSTATE_COARSE_PIXEL state instruction as part of the
render engine LRC.  Ensure we can recognize and report this properly in
the LRC dumps.

Bspec: 65182, 73415
Reviewed-by: Sai Teja Pottumuttu <sai.teja.pottumuttu@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250307190754.678376-2-matthew.d.roper@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
drivers/gpu/drm/xe/instructions/xe_gfxpipe_commands.h
drivers/gpu/drm/xe/xe_lrc.c