Message ID | 20231206210948.106238-1-andi.shyti@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | Add drm_dbg_ratelimited() | expand |
Hi Am 06.12.23 um 22:09 schrieb Andi Shyti: > Hi, > > This is the second time I am resending this series in its v2. It > has been reviewd, acked, blessed, discussed, rectified, assessed, > authorized, validated, glorified, praised, demanded, approved, > and yet, I don't understand why no one is merging it. I think it should go through the Intel tree. Best regards Thomas > > Thanks, > Andi > > v2: > pick the right patch with the following changes: > - add more r-b's > - add a patch 2 where the drm_dbg_ratelimited is actually used. > > Nirmoy Das (2): > drm/print: Add drm_dbg_ratelimited > drm/i915: Ratelimit debug log in vm_fault_ttm > > drivers/gpu/drm/i915/gem/i915_gem_ttm.c | 5 +++-- > include/drm/drm_print.h | 3 +++ > 2 files changed, 6 insertions(+), 2 deletions(-) >
On Wed, Dec 06, 2023 at 10:09:46PM +0100, Andi Shyti wrote: > This is the second time I am resending this series in its v2. It > has been reviewd, acked, blessed, discussed, rectified, assessed, > authorized, validated, glorified, praised, demanded, approved, > and yet, I don't understand why no one is merging it. $ ./scripts/get_maintainer.pl -f drivers/gpu/drm/i915/ Jani Nikula <jani.nikula@linux.intel.com> (supporter:INTEL DRM DRIVERS (excluding Poulsbo, Moorestow...) Joonas Lahtinen <joonas.lahtinen@linux.intel.com> (supporter:INTEL DRM DRIVERS (excluding Poulsbo, Moorestow...) Rodrigo Vivi <rodrigo.vivi@intel.com> (supporter:INTEL DRM DRIVERS (excluding Poulsbo, Moorestow...) Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com> (supporter:INTEL DRM DRIVERS (excluding Poulsbo, Moorestow...) David Airlie <airlied@gmail.com> (maintainer:DRM DRIVERS) Daniel Vetter <daniel@ffwll.ch> (maintainer:DRM DRIVERS) intel-gfx@lists.freedesktop.org (open list:INTEL DRM DRIVERS (excluding Poulsbo, Moorestow...) dri-devel@lists.freedesktop.org (open list:DRM DRIVERS) linux-kernel@vger.kernel.org (open list) You've Cc'd none of the i915 maintainers, that's why it's been stuck. Jani, Joonas, Rodrigo, Tvrtko, could you have a look at this? Maxime
Hi Thomas and Maxime, thanks for the answer, On Thu, Dec 07, 2023 at 10:10:55AM +0100, Maxime Ripard wrote: > On Wed, Dec 06, 2023 at 10:09:46PM +0100, Andi Shyti wrote: > > This is the second time I am resending this series in its v2. It > > has been reviewd, acked, blessed, discussed, rectified, assessed, > > authorized, validated, glorified, praised, demanded, approved, > > and yet, I don't understand why no one is merging it. > > $ ./scripts/get_maintainer.pl -f drivers/gpu/drm/i915/ > Jani Nikula <jani.nikula@linux.intel.com> (supporter:INTEL DRM DRIVERS (excluding Poulsbo, Moorestow...) > Joonas Lahtinen <joonas.lahtinen@linux.intel.com> (supporter:INTEL DRM DRIVERS (excluding Poulsbo, Moorestow...) > Rodrigo Vivi <rodrigo.vivi@intel.com> (supporter:INTEL DRM DRIVERS (excluding Poulsbo, Moorestow...) > Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com> (supporter:INTEL DRM DRIVERS (excluding Poulsbo, Moorestow...) > David Airlie <airlied@gmail.com> (maintainer:DRM DRIVERS) > Daniel Vetter <daniel@ffwll.ch> (maintainer:DRM DRIVERS) > intel-gfx@lists.freedesktop.org (open list:INTEL DRM DRIVERS (excluding Poulsbo, Moorestow...) > dri-devel@lists.freedesktop.org (open list:DRM DRIVERS) > linux-kernel@vger.kernel.org (open list) > > You've Cc'd none of the i915 maintainers, that's why it's been stuck. > > Jani, Joonas, Rodrigo, Tvrtko, could you have a look at this? The main change here is in drm_print.h, though and there is just an example of usage in i915. I though this should go through the drm branch. Is it OK if I push it in drm-intel-next? Thanks, Andi
On Thu, Dec 07, 2023 at 10:23:08AM +0100, Andi Shyti wrote: > Hi Thomas and Maxime, > > thanks for the answer, > > On Thu, Dec 07, 2023 at 10:10:55AM +0100, Maxime Ripard wrote: > > On Wed, Dec 06, 2023 at 10:09:46PM +0100, Andi Shyti wrote: > > > This is the second time I am resending this series in its v2. It > > > has been reviewd, acked, blessed, discussed, rectified, assessed, > > > authorized, validated, glorified, praised, demanded, approved, > > > and yet, I don't understand why no one is merging it. > > > > $ ./scripts/get_maintainer.pl -f drivers/gpu/drm/i915/ > > Jani Nikula <jani.nikula@linux.intel.com> (supporter:INTEL DRM DRIVERS (excluding Poulsbo, Moorestow...) > > Joonas Lahtinen <joonas.lahtinen@linux.intel.com> (supporter:INTEL DRM DRIVERS (excluding Poulsbo, Moorestow...) > > Rodrigo Vivi <rodrigo.vivi@intel.com> (supporter:INTEL DRM DRIVERS (excluding Poulsbo, Moorestow...) > > Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com> (supporter:INTEL DRM DRIVERS (excluding Poulsbo, Moorestow...) > > David Airlie <airlied@gmail.com> (maintainer:DRM DRIVERS) > > Daniel Vetter <daniel@ffwll.ch> (maintainer:DRM DRIVERS) > > intel-gfx@lists.freedesktop.org (open list:INTEL DRM DRIVERS (excluding Poulsbo, Moorestow...) > > dri-devel@lists.freedesktop.org (open list:DRM DRIVERS) > > linux-kernel@vger.kernel.org (open list) > > > > You've Cc'd none of the i915 maintainers, that's why it's been stuck. > > > > Jani, Joonas, Rodrigo, Tvrtko, could you have a look at this? > > The main change here is in drm_print.h, though and there is just > an example of usage in i915. I though this should go through the > drm branch. > > Is it OK if I push it in drm-intel-next? Sure, and you can add my acked-by on the first Maxime