mbox series

[0/3] drm/i915: remove __i915_printk()

Message ID cover.1722951405.git.jani.nikula@intel.com (mailing list archive)
Headers show
Series drm/i915: remove __i915_printk() | expand

Message

Jani Nikula Aug. 6, 2024, 1:38 p.m. UTC
I don't think we need the bug reporting request in the few specific
places that lead to __i915_printk(). With them gone, there's really no
need for __i915_printk(). Just switch to regular drm logging.

Jani Nikula (3):
  drm/i915: remove a few __i915_printk() uses
  drm/i915: remove i915_report_error()
  drm/i915: remove __i915_printk()

 drivers/gpu/drm/i915/i915_driver.c |  8 ++---
 drivers/gpu/drm/i915/i915_utils.c  | 51 +++---------------------------
 drivers/gpu/drm/i915/i915_utils.h  | 16 ++++------
 3 files changed, 15 insertions(+), 60 deletions(-)

Comments

Jani Nikula Aug. 8, 2024, 2:45 p.m. UTC | #1
On Tue, 06 Aug 2024, Jani Nikula <jani.nikula@intel.com> wrote:
> I don't think we need the bug reporting request in the few specific
> places that lead to __i915_printk(). With them gone, there's really no
> need for __i915_printk(). Just switch to regular drm logging.

Thanks for the reviews and acks, pushed to din with some of the commit
messages improved.

BR,
Jani.

>
> Jani Nikula (3):
>   drm/i915: remove a few __i915_printk() uses
>   drm/i915: remove i915_report_error()
>   drm/i915: remove __i915_printk()
>
>  drivers/gpu/drm/i915/i915_driver.c |  8 ++---
>  drivers/gpu/drm/i915/i915_utils.c  | 51 +++---------------------------
>  drivers/gpu/drm/i915/i915_utils.h  | 16 ++++------
>  3 files changed, 15 insertions(+), 60 deletions(-)