mbox series

[PULL] drm-xe-fixes

Message ID a47jbz45nry4gjmtyresaraakwnasgngncltmrshbfkx25mhzu@bvay7j3ed7ir (mailing list archive)
State New, archived
Headers show
Series [PULL] drm-xe-fixes | expand

Pull-request

https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2024-03-26

Message

Lucas De Marchi March 26, 2024, 5:10 p.m. UTC
Hi Dave and Sima,

Please pull the drm-xe-fixes for this week targeting v6.9-rc2. 

drm-xe-fixes-2024-03-26:
- Fix build on mips
- Fix wrong bound checks
- Fix use of msec rather than jiffies
- Remove dead code
The following changes since commit 4cece764965020c22cff7665b18a012006359095:

   Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

   https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2024-03-26

for you to fetch changes up to 0d8cf0c924732a045273c6aca6900a340ac88529:

   drm/xe: Fix END redefinition (2024-03-25 13:47:48 -0500)

----------------------------------------------------------------
- Fix build on mips
- Fix wrong bound checks
- Fix use of msec rather than jiffies
- Remove dead code

----------------------------------------------------------------
Lucas De Marchi (1):
       drm/xe: Fix END redefinition

Matthew Auld (5):
       drm/xe/guc_submit: use jiffies for job timeout
       drm/xe/queue: fix engine_class bounds check
       drm/xe/device: fix XE_MAX_GT_PER_TILE check
       drm/xe/device: fix XE_MAX_TILES_PER_DEVICE check
       drm/xe/query: fix gt_id bounds check

Nirmoy Das (1):
       drm/xe: Remove unused xe_bo->props struct

  drivers/gpu/drm/xe/xe_bo.c         | 59 ++++++--------------------------------
  drivers/gpu/drm/xe/xe_bo_types.h   | 19 ------------
  drivers/gpu/drm/xe/xe_device.h     |  4 +--
  drivers/gpu/drm/xe/xe_exec_queue.c |  2 +-
  drivers/gpu/drm/xe/xe_guc_submit.c |  2 +-
  drivers/gpu/drm/xe/xe_lrc.c        | 20 ++++++-------
  drivers/gpu/drm/xe/xe_query.c      |  2 +-
  7 files changed, 23 insertions(+), 85 deletions(-)