Skip to content

drm/xe: dg2_proposal_v2

Philippe Lecluse requested to merge plecluse/kernel:dg2_proposal_v2 into xe

Did ack requested changes, including the removal of rsa_bo

Note: didn't fix the below "error" reported by checkpatch.pl. (Note that the content is a pure copy paste of drmtip and is outside of XE area)

ERROR: Macros with complex values should be enclosed in parentheses
#39: FILE: include/drm/i915_pciids.h:656:
+#define INTEL_DG2_G12_IDS(info) \
+       INTEL_VGA_DEVICE(0x56A3, info), \
+       INTEL_VGA_DEVICE(0x56A4, info)
Edited by Philippe Lecluse

Merge request reports