Message ID | 20240605122802.488124-3-mitulkumar.ajitkumar.golani@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Implement CMRR Support | expand |
Hi, Similar to Patch #1 this was sent by mistake. Please ignore this patch. I will rebase my patch series and send the correct version. Sorry for inconvenience. Regards, Mitul > -----Original Message----- > From: Intel-gfx <intel-gfx-bounces@lists.freedesktop.org> On Behalf Of Mitul > Golani > Sent: Wednesday, June 5, 2024 5:58 PM > To: intel-gfx@lists.freedesktop.org > Cc: dri-devel@lists.freedesktop.org; Nautiyal, Ankit K > <ankit.k.nautiyal@intel.com>; Nikula, Jani <jani.nikula@intel.com> > Subject: [PATCH v12 2/9] drm-tip: 2024y-06m-05d-09h-52m-50s UTC > integration manifest > > From: Ville Syrjälä <ville.syrjala@linux.intel.com> > > --- > integration-manifest | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > create mode 100644 integration-manifest > > diff --git a/integration-manifest b/integration-manifest new file mode 100644 > index 000000000000..d840964a2208 > --- /dev/null > +++ b/integration-manifest > @@ -0,0 +1,28 @@ > +drm drm-fixes c3f38fa61af77b49866b006939479069cd451173 > + Linux 6.10-rc2 > +drm-misc drm-misc-fixes 629f2b4e05225e53125aaf7ff0b87d5d53897128 > + drm/panel: sitronix-st7789v: Add check for > +of_drm_get_panel_orientation drm-intel drm-intel-fixes > c3f38fa61af77b49866b006939479069cd451173 > + Linux 6.10-rc2 > +drm-xe drm-xe-fixes 0698ff57bf327d9a5735a898f78161b8dada160b > + drm/xe/pf: Update the LMTT when freeing VF GT config drm drm-next > +c3f38fa61af77b49866b006939479069cd451173 > + Linux 6.10-rc2 > +drm-misc drm-misc-next-fixes > 539d33b5783804f22a62bd62ff463dfd1cef4265 > + drm/komeda: remove unused struct 'gamma_curve_segment' > +drm-intel drm-intel-next-fixes 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0 > + Linux 6.10-rc1 > +drm-xe drm-xe-next-fixes d69c3d4b53829097b8948d6791ea32c07de3faab > + drm/xe/ads: Use flexible-array > +drm-misc drm-misc-next 310ec03841a36e3f45fb528f0dfdfe5b9e84b037 > + dma-buf: align fd_flags and heap_flags with > dma_heap_allocation_data > +drm-intel drm-intel-next 17419f5c6d409bcce5d094279a6fed5d5dbdba12 > + drm/i915: Protect CRC reg macro arguments for consistency drm-intel > +drm-intel-gt-next a09d2327a9ba8e3f5be238bc1b7ca2809255b464 > + drm/i915/gt: Fix CCS id's calculation for CCS mode setting drm-xe > +drm-xe-next 8b01f970ee890574b3607c85781354a765c849bd > + drm/xe: Use missing lock in relay_needs_worker drm-intel > +topic/core-for-CI a51e92845f99879e971677482b0f5fd96ef10d3c > + thunderbolt: Add Kconfig option to disable PCIe tunneling drm-xe > +topic/xe-for-CI 428c3ef38ef5565140b2104f0d3dafdae9056ca9 > + Revert "drm/xe/gsc: define GSC FW for LNL" > -- > 2.25.1
diff --git a/integration-manifest b/integration-manifest new file mode 100644 index 000000000000..d840964a2208 --- /dev/null +++ b/integration-manifest @@ -0,0 +1,28 @@ +drm drm-fixes c3f38fa61af77b49866b006939479069cd451173 + Linux 6.10-rc2 +drm-misc drm-misc-fixes 629f2b4e05225e53125aaf7ff0b87d5d53897128 + drm/panel: sitronix-st7789v: Add check for of_drm_get_panel_orientation +drm-intel drm-intel-fixes c3f38fa61af77b49866b006939479069cd451173 + Linux 6.10-rc2 +drm-xe drm-xe-fixes 0698ff57bf327d9a5735a898f78161b8dada160b + drm/xe/pf: Update the LMTT when freeing VF GT config +drm drm-next c3f38fa61af77b49866b006939479069cd451173 + Linux 6.10-rc2 +drm-misc drm-misc-next-fixes 539d33b5783804f22a62bd62ff463dfd1cef4265 + drm/komeda: remove unused struct 'gamma_curve_segment' +drm-intel drm-intel-next-fixes 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0 + Linux 6.10-rc1 +drm-xe drm-xe-next-fixes d69c3d4b53829097b8948d6791ea32c07de3faab + drm/xe/ads: Use flexible-array +drm-misc drm-misc-next 310ec03841a36e3f45fb528f0dfdfe5b9e84b037 + dma-buf: align fd_flags and heap_flags with dma_heap_allocation_data +drm-intel drm-intel-next 17419f5c6d409bcce5d094279a6fed5d5dbdba12 + drm/i915: Protect CRC reg macro arguments for consistency +drm-intel drm-intel-gt-next a09d2327a9ba8e3f5be238bc1b7ca2809255b464 + drm/i915/gt: Fix CCS id's calculation for CCS mode setting +drm-xe drm-xe-next 8b01f970ee890574b3607c85781354a765c849bd + drm/xe: Use missing lock in relay_needs_worker +drm-intel topic/core-for-CI a51e92845f99879e971677482b0f5fd96ef10d3c + thunderbolt: Add Kconfig option to disable PCIe tunneling +drm-xe topic/xe-for-CI 428c3ef38ef5565140b2104f0d3dafdae9056ca9 + Revert "drm/xe/gsc: define GSC FW for LNL"
From: Ville Syrjälä <ville.syrjala@linux.intel.com> --- integration-manifest | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 integration-manifest