[Intel-gfx] linux-next: manual merge of the drm-intel-gt tree with the drm-intel tree

Stephen Rothwell sfr at canb.auug.org.au
Wed Nov 24 00:09:57 UTC 2021


Hi all,

Today's linux-next merge of the drm-intel-gt tree got a conflict in:

  drivers/gpu/drm/i915/i915_pci.c

between commit:

  3c542cfa8266 ("drm/i915/dg2: Tile 4 plane format support")

from the drm-intel tree and commit:

  a5b7ef27da60 ("drm/i915: Add struct to hold IP version")

from the drm-intel-gt tree.

I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging.  You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.

-- 
Cheers,
Stephen Rothwell

diff --cc drivers/gpu/drm/i915/i915_pci.c
index 69b8029da6b6,5e6795853dc3..000000000000
--- a/drivers/gpu/drm/i915/i915_pci.c
+++ b/drivers/gpu/drm/i915/i915_pci.c
@@@ -1042,9 -1030,8 +1042,9 @@@ static const struct intel_device_info d
  	XE_HPM_FEATURES,
  	XE_LPD_FEATURES,
  	DGFX_FEATURES,
- 	.graphics_rel = 55,
- 	.media_rel = 55,
+ 	.graphics.rel = 55,
+ 	.media.rel = 55,
 +	.has_4tile = 1,
  	PLATFORM(INTEL_DG2),
  	.platform_engine_mask =
  		BIT(RCS0) | BIT(BCS0) |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/intel-gfx/attachments/20211124/26d82856/attachment.sig>


More information about the Intel-gfx mailing list