mbox series

[PULL] drm-xe-fixes

Message ID ZoZ-wD66lgjiNh72@fedora (mailing list archive)
State New
Headers show
Series [PULL] drm-xe-fixes | expand

Pull-request

https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2024-07-04

Message

Thomas Hellström July 4, 2024, 10:51 a.m. UTC
Hi Dave and Sima

Two small fixes this week.

Thanks,
Thomas

drm-xe-fixes-2024-07-04:
Driver Changes:
- One copy/paste mistake fix.
- One error path fix causing an error pointer dereference.

The following changes since commit 22a40d14b572deb80c0648557f4bd502d7e83826:

  Linux 6.10-rc6 (2024-06-30 14:40:44 -0700)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2024-07-04

for you to fetch changes up to 1f006470284598060ca1307355352934400b37ca:

  drm/xe/mcr: Avoid clobbering DSS steering (2024-07-04 10:36:30 +0200)

----------------------------------------------------------------
Driver Changes:
- One copy/paste mistake fix.
- One error path fix causing an error pointer dereference.

----------------------------------------------------------------
Matt Roper (1):
      drm/xe/mcr: Avoid clobbering DSS steering

Matthew Auld (1):
      drm/xe: fix error handling in xe_migrate_update_pgtables

 drivers/gpu/drm/xe/xe_gt_mcr.c  | 6 +++---
 drivers/gpu/drm/xe/xe_migrate.c | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

Comments

Daniel Vetter July 4, 2024, 2:46 p.m. UTC | #1
On Thu, Jul 04, 2024 at 12:51:44PM +0200, Thomas Hellstrom wrote:
> Hi Dave and Sima
> 
> Two small fixes this week.
> 
> Thanks,
> Thomas
> 
> drm-xe-fixes-2024-07-04:
> Driver Changes:
> - One copy/paste mistake fix.
> - One error path fix causing an error pointer dereference.
> 
> The following changes since commit 22a40d14b572deb80c0648557f4bd502d7e83826:
> 
>   Linux 6.10-rc6 (2024-06-30 14:40:44 -0700)
> 
> are available in the Git repository at:
> 
>   https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2024-07-04
> 
> for you to fetch changes up to 1f006470284598060ca1307355352934400b37ca:
> 
>   drm/xe/mcr: Avoid clobbering DSS steering (2024-07-04 10:36:30 +0200)

Pulled, thanks.
-Sima

> 
> ----------------------------------------------------------------
> Driver Changes:
> - One copy/paste mistake fix.
> - One error path fix causing an error pointer dereference.
> 
> ----------------------------------------------------------------
> Matt Roper (1):
>       drm/xe/mcr: Avoid clobbering DSS steering
> 
> Matthew Auld (1):
>       drm/xe: fix error handling in xe_migrate_update_pgtables
> 
>  drivers/gpu/drm/xe/xe_gt_mcr.c  | 6 +++---
>  drivers/gpu/drm/xe/xe_migrate.c | 8 ++++----
>  2 files changed, 7 insertions(+), 7 deletions(-)